Color Hex Logo

#c67546 Color Hex

#C67546
(198,117,70)
0 Favorites   0 Comments

Color spaces of #c67546

RGB 19811770
HSL0.060.530.53
HSV22°65°78°
CMYK 0.000.410.65   0.22
XYZ30.755525.17059.0318
Yxy25.17050.47350.3875
Hunter Lab50.170221.626824.4456
CIE-Lab57.241227.571839.0541

#c67546 color RGB value is (198,117,70).

#c67546 hex color red value is 198, green value is 117 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #c67546 hue: 0.06 , saturation: 0.53 and the lightness value of c67546 is 0.53.

The process color (four color CMYK) of #c67546 color hex is 0.00, 0.41, 0.65, 0.22. Web safe color of #c67546 is #cc6633. Color #c67546 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110101 01000110
Octal 306 165 106
Decimal 198 117 70
Hex C6 75 46

RGB Percentages of Color #c67546

%51.43
%30.39
%18.18

CMYK Percentages of Color #c67546

%0
%41
%65
%22

Triadic Colors of #c67546

#c67546 #46c675 #7546c6

Analogous Colors of #c67546

#c67546 #c6b546 #c64657

Monochromatic Colors of #c67546

#c67546

Complementary Color

#c67546 #4697c6

#c67546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67546 Color CSS Codes

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

#c67546 Text Font Color

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

This sample text font color is #c67546
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.


#c67546 Background Color

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

This div background color is #c67546


#c67546 Border Color

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

This div border color is #c67546


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,117,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c67546; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c67546;
  -webkit-box-shadow: 1px 1px 3px 2px #c67546;
  box-shadow:         1px 1px 3px 2px #c67546; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,117,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67546


Comments

No comments written yet.

Please login to write comment.