Color Hex Logo

#8c4209 Color Hex

#8C4209
(140,66,9)
0 Favorites   0 Comments

Color spaces of #8c4209

RGB 140669
HSL0.070.880.29
HSV26°94°55°
CMYK 0.000.530.94   0.45
XYZ12.81279.49161.4152
Yxy9.49160.54020.4002
Hunter Lab30.808420.320318.8424
CIE-Lab36.914128.294244.2075

#8c4209 color RGB value is (140,66,9).

#8c4209 hex color red value is 140, green value is 66 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #8c4209 hue: 0.07 , saturation: 0.88 and the lightness value of 8c4209 is 0.29.

The process color (four color CMYK) of #8c4209 color hex is 0.00, 0.53, 0.94, 0.45. Web safe color of #8c4209 is #993300. Color #8c4209 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01000010 00001001
Octal 214 102 11
Decimal 140 66 9
Hex 8C 42 9

RGB Percentages of Color #8c4209

%65.12
%30.70
%4.19

CMYK Percentages of Color #8c4209

%0
%53
%94
%45

Triadic Colors of #8c4209

#8c4209 #098c42 #42098c

Analogous Colors of #8c4209

#8c4209 #8c8409 #8c0911

Monochromatic Colors of #8c4209

#8c4209

Complementary Color

#8c4209 #09538c

#8c4209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c4209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c4209 Color CSS Codes

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

#8c4209 Text Font Color

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

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


#8c4209 Background Color

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

This div background color is #8c4209


#8c4209 Border Color

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

This div border color is #8c4209


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,66,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c4209; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c4209;
  -webkit-box-shadow: 1px 1px 3px 2px #8c4209;
  box-shadow:         1px 1px 3px 2px #8c4209; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,66,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c4209


Comments

No comments written yet.

Please login to write comment.