Color Hex Logo

#87885e Color Hex

#87885E
(135,136,94)
0 Favorites   0 Comments

Color spaces of #87885e

RGB 13513694
HSL0.170.180.45
HSV61°31°53°
CMYK 0.010.000.31   0.47
XYZ20.816223.567414.0415
Yxy23.56740.35630.4034
Hunter Lab48.5463-8.416816.8334
CIE-Lab55.6520-7.458122.4931

#87885e color RGB value is (135,136,94).

#87885e hex color red value is 135, green value is 136 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #87885e hue: 0.17 , saturation: 0.18 and the lightness value of 87885e is 0.45.

The process color (four color CMYK) of #87885e color hex is 0.01, 0.00, 0.31, 0.47. Web safe color of #87885e is #999966. Color #87885e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001000 01011110
Octal 207 210 136
Decimal 135 136 94
Hex 87 88 5E

RGB Percentages of Color #87885e

%36.99
%37.26
%25.75

CMYK Percentages of Color #87885e

%1
%0
%31
%47

Triadic Colors of #87885e

#87885e #5e8788 #885e87

Analogous Colors of #87885e

#87885e #72885e #88745e

Monochromatic Colors of #87885e

#87885e

Complementary Color

#87885e #5f5e88

#87885e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87885e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87885e Color CSS Codes

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

#87885e Text Font Color

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

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


#87885e Background Color

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

This div background color is #87885e


#87885e Border Color

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

This div border color is #87885e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,136,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87885e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87885e;
  -webkit-box-shadow: 1px 1px 3px 2px #87885e;
  box-shadow:         1px 1px 3px 2px #87885e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87885e


Comments

No comments written yet.

Please login to write comment.