Color Hex Logo

#8c813a Color Hex

#8C813A
(140,129,58)
0 Favorites   0 Comments

Color spaces of #8c813a

RGB 14012958
HSL0.140.410.39
HSV52°59°55°
CMYK 0.000.080.59   0.45
XYZ19.429221.58157.1446
Yxy21.58150.40350.4482
Hunter Lab46.4559-6.643923.4007
CIE-Lab53.5801-5.375839.2975

#8c813a color RGB value is (140,129,58).

#8c813a hex color red value is 140, green value is 129 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #8c813a hue: 0.14 , saturation: 0.41 and the lightness value of 8c813a is 0.39.

The process color (four color CMYK) of #8c813a color hex is 0.00, 0.08, 0.59, 0.45. Web safe color of #8c813a is #999933. Color #8c813a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10000001 00111010
Octal 214 201 72
Decimal 140 129 58
Hex 8C 81 3A

RGB Percentages of Color #8c813a

%42.81
%39.45
%17.74

CMYK Percentages of Color #8c813a

%0
%8
%59
%45

Triadic Colors of #8c813a

#8c813a #3a8c81 #813a8c

Analogous Colors of #8c813a

#8c813a #6e8c3a #8c583a

Monochromatic Colors of #8c813a

#8c813a

Complementary Color

#8c813a #3a458c

#8c813a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c813a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c813a Color CSS Codes

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

#8c813a Text Font Color

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

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


#8c813a Background Color

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

This div background color is #8c813a


#8c813a Border Color

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

This div border color is #8c813a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c813a


Comments

No comments written yet.

Please login to write comment.