Color Hex Logo

#876310 Color Hex

#876310
(135,99,16)
0 Favorites   0 Comments

Color spaces of #876310

RGB 1359916
HSL0.120.790.30
HSV42°88°53°
CMYK 0.000.270.88   0.47
XYZ14.547014.11202.4474
Yxy14.11200.46770.4537
Hunter Lab37.56593.381822.4334
CIE-Lab44.39317.138347.6829

#876310 color RGB value is (135,99,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100011 00010000
Octal 207 143 20
Decimal 135 99 16
Hex 87 63 10

RGB Percentages of Color #876310

%54.00
%39.60
%6.40

CMYK Percentages of Color #876310

%0
%27
%88
%47

Triadic Colors of #876310

#876310 #108763 #631087

Analogous Colors of #876310

#876310 #708710 #872810

Monochromatic Colors of #876310

#876310

Complementary Color

#876310 #103487

#876310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876310 Color CSS Codes

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

#876310 Text Font Color

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

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


#876310 Background Color

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

This div background color is #876310


#876310 Border Color

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

This div border color is #876310


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,99,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 #876310">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876310


Comments

No comments written yet.

Please login to write comment.