Color Hex Logo

#87860b Color Hex

#87860B
(135,134,11)
0 Favorites   0 Comments

Color spaces of #87860b

RGB 13513411
HSL0.170.850.29
HSV60°92°53°
CMYK 0.000.010.92   0.47
XYZ18.577222.22533.6274
Yxy22.22530.41810.5002
Hunter Lab47.1437-12.162828.4386
CIE-Lab54.2652-12.698756.7930

#87860b color RGB value is (135,134,11).

#87860b hex color red value is 135, green value is 134 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #87860b hue: 0.17 , saturation: 0.85 and the lightness value of 87860b is 0.29.

The process color (four color CMYK) of #87860b color hex is 0.00, 0.01, 0.92, 0.47. Web safe color of #87860b is #999900. Color #87860b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000110 00001011
Octal 207 206 13
Decimal 135 134 11
Hex 87 86 B

RGB Percentages of Color #87860b

%48.21
%47.86
%3.93

CMYK Percentages of Color #87860b

%0
%1
%92
%47

Triadic Colors of #87860b

#87860b #0b8786 #860b87

Analogous Colors of #87860b

#87860b #4a870b #87480b

Monochromatic Colors of #87860b

#87860b

Complementary Color

#87860b #0b0c87

#87860b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87860b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87860b Color CSS Codes

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

#87860b Text Font Color

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

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


#87860b Background Color

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

This div background color is #87860b


#87860b Border Color

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

This div border color is #87860b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,134,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87860b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87860b;
  -webkit-box-shadow: 1px 1px 3px 2px #87860b;
  box-shadow:         1px 1px 3px 2px #87860b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87860b


Comments

No comments written yet.

Please login to write comment.