Color Hex Logo

#87996f Color Hex

#87996F
(135,153,111)
0 Favorites   0 Comments

Color spaces of #87996f

RGB 135153111
HSL0.240.170.52
HSV86°27°60°
CMYK 0.120.000.27   0.40
XYZ24.252129.081119.3739
Yxy29.08110.33360.4000
Hunter Lab53.9269-14.096716.4482
CIE-Lab60.8531-14.131320.0150

#87996f color RGB value is (135,153,111).

#87996f hex color red value is 135, green value is 153 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #87996f hue: 0.24 , saturation: 0.17 and the lightness value of 87996f is 0.52.

The process color (four color CMYK) of #87996f color hex is 0.12, 0.00, 0.27, 0.40. Web safe color of #87996f is #999966. Color #87996f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011001 01101111
Octal 207 231 157
Decimal 135 153 111
Hex 87 99 6F

RGB Percentages of Color #87996f

%33.83
%38.35
%27.82

CMYK Percentages of Color #87996f

%12
%0
%27
%40

Triadic Colors of #87996f

#87996f #6f8799 #996f87

Analogous Colors of #87996f

#87996f #72996f #99966f

Monochromatic Colors of #87996f

#87996f

Complementary Color

#87996f #816f99

#87996f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87996f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87996f Color CSS Codes

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

#87996f Text Font Color

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

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


#87996f Background Color

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

This div background color is #87996f


#87996f Border Color

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

This div border color is #87996f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,153,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87996f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87996f;
  -webkit-box-shadow: 1px 1px 3px 2px #87996f;
  box-shadow:         1px 1px 3px 2px #87996f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87996f


Comments

No comments written yet.

Please login to write comment.