Color Hex Logo

#c56730 Color Hex

#C56730
(197,103,48)
0 Favorites   0 Comments

Color spaces of #c56730

RGB 19710348
HSL0.060.610.48
HSV22°76°77°
CMYK 0.000.480.76   0.23
XYZ28.409721.78425.5037
Yxy21.78420.51010.3911
Hunter Lab46.673526.972425.6801
CIE-Lab53.797333.457146.3918

#c56730 color RGB value is (197,103,48).

#c56730 hex color red value is 197, green value is 103 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #c56730 hue: 0.06 , saturation: 0.61 and the lightness value of c56730 is 0.48.

The process color (four color CMYK) of #c56730 color hex is 0.00, 0.48, 0.76, 0.23. Web safe color of #c56730 is #cc6633. Color #c56730 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100111 00110000
Octal 305 147 60
Decimal 197 103 48
Hex C5 67 30

RGB Percentages of Color #c56730

%56.61
%29.60
%13.79

CMYK Percentages of Color #c56730

%0
%48
%76
%23

Triadic Colors of #c56730

#c56730 #30c567 #6730c5

Analogous Colors of #c56730

#c56730 #c5b230 #c53044

Monochromatic Colors of #c56730

#c56730

Complementary Color

#c56730 #308ec5

#c56730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56730 Color CSS Codes

.mybgcolor {background-color:#c56730; } 
.myforecolor {color:#c56730; }
.mybordercolor {border:3px solid #c56730; }

#c56730 Text Font Color

<p style="color:#c56730">Text here</p>

This sample text font color is #c56730
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c56730 Background Color

<div style="background-color:#c56730">
Div content here</div>

This div background color is #c56730


#c56730 Border Color

<div style="border:3px solid #c56730">
Div here</div>

This div border color is #c56730


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,103,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c56730; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c56730;
  -webkit-box-shadow: 1px 1px 3px 2px #c56730;
  box-shadow:         1px 1px 3px 2px #c56730; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,103,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c56730">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c56730;
  -webkit-box-shadow: 1px 1px 3px 2px #c56730;
  box-shadow:         1px 1px 3px 2px #c56730;">
Div content here</div>

This div box has shadow with color #c56730


Comments

No comments written yet.

Please login to write comment.