Color Hex Logo

#876010 Color Hex

#876010
(135,96,16)
0 Favorites   0 Comments

Color spaces of #876010

RGB 1359616
HSL0.110.790.30
HSV40°88°53°
CMYK 0.000.290.88   0.47
XYZ14.268113.55402.3544
Yxy13.55400.47280.4492
Hunter Lab36.81584.750821.9794
CIE-Lab43.58648.895347.0162

#876010 color RGB value is (135,96,16).

#876010 hex color red value is 135, green value is 96 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #876010 hue: 0.11 , saturation: 0.79 and the lightness value of 876010 is 0.30.

The process color (four color CMYK) of #876010 color hex is 0.00, 0.29, 0.88, 0.47. Web safe color of #876010 is #996600. Color #876010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100000 00010000
Octal 207 140 20
Decimal 135 96 16
Hex 87 60 10

RGB Percentages of Color #876010

%54.66
%38.87
%6.48

CMYK Percentages of Color #876010

%0
%29
%88
%47

Triadic Colors of #876010

#876010 #108760 #601087

Analogous Colors of #876010

#876010 #738710 #872510

Monochromatic Colors of #876010

#876010

Complementary Color

#876010 #103787

#876010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876010 Color CSS Codes

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

#876010 Text Font Color

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

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


#876010 Background Color

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

This div background color is #876010


#876010 Border Color

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

This div border color is #876010


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,96,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #876010; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #876010;
  -webkit-box-shadow: 1px 1px 3px 2px #876010;
  box-shadow:         1px 1px 3px 2px #876010; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,96,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876010


Comments

No comments written yet.

Please login to write comment.