Color Hex Logo

#87865b Color Hex

#87865B
(135,134,91)
0 Favorites   0 Comments

Color spaces of #87865b

RGB 13513491
HSL0.160.190.44
HSV59°33°53°
CMYK 0.000.010.33   0.47
XYZ20.405122.956413.2531
Yxy22.95640.36040.4055
Hunter Lab47.9128-7.828017.1389
CIE-Lab55.0274-6.762923.3438

#87865b color RGB value is (135,134,91).

#87865b hex color red value is 135, green value is 134 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #87865b hue: 0.16 , saturation: 0.19 and the lightness value of 87865b is 0.44.

The process color (four color CMYK) of #87865b color hex is 0.00, 0.01, 0.33, 0.47. Web safe color of #87865b is #999966. Color #87865b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000110 01011011
Octal 207 206 133
Decimal 135 134 91
Hex 87 86 5B

RGB Percentages of Color #87865b

%37.50
%37.22
%25.28

CMYK Percentages of Color #87865b

%0
%1
%33
%47

Triadic Colors of #87865b

#87865b #5b8786 #865b87

Analogous Colors of #87865b

#87865b #72875b #87705b

Monochromatic Colors of #87865b

#87865b

Complementary Color

#87865b #5b5c87

#87865b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87865b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87865b Color CSS Codes

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

#87865b Text Font Color

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

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


#87865b Background Color

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

This div background color is #87865b


#87865b Border Color

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

This div border color is #87865b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87865b


Comments

No comments written yet.

Please login to write comment.