Color Hex Logo

#c67208 Color Hex

#C67208
(198,114,8)
0 Favorites   0 Comments

Color spaces of #c67208

RGB 1981148
HSL0.090.920.40
HSV33°96°78°
CMYK 0.000.420.96   0.22
XYZ29.349824.05793.3265
Yxy24.05790.51730.4240
Hunter Lab49.048920.975130.3131
CIE-Lab56.145726.982161.8663

#c67208 color RGB value is (198,114,8).

#c67208 hex color red value is 198, green value is 114 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #c67208 hue: 0.09 , saturation: 0.92 and the lightness value of c67208 is 0.40.

The process color (four color CMYK) of #c67208 color hex is 0.00, 0.42, 0.96, 0.22. Web safe color of #c67208 is #cc6600. Color #c67208 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110010 00001000
Octal 306 162 10
Decimal 198 114 8
Hex C6 72 8

RGB Percentages of Color #c67208

%61.88
%35.63
%2.50

CMYK Percentages of Color #c67208

%0
%42
%96
%22

Triadic Colors of #c67208

#c67208 #08c672 #7208c6

Analogous Colors of #c67208

#c67208 #bbc608 #c61308

Monochromatic Colors of #c67208

#c67208

Complementary Color

#c67208 #085cc6

#c67208 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67208 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67208 Color CSS Codes

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

#c67208 Text Font Color

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

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


#c67208 Background Color

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

This div background color is #c67208


#c67208 Border Color

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

This div border color is #c67208


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67208


Comments

No comments written yet.

Please login to write comment.