Color Hex Logo

#87996e Color Hex

#87996E
(135,153,110)
0 Favorites   0 Comments

Color spaces of #87996e

RGB 135153110
HSL0.240.170.52
HSV85°28°60°
CMYK 0.120.000.28   0.40
XYZ24.197429.059219.0855
Yxy29.05920.33450.4017
Hunter Lab53.9066-14.212116.7431
CIE-Lab60.8338-14.286820.5427

#87996e color RGB value is (135,153,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011001 01101110
Octal 207 231 156
Decimal 135 153 110
Hex 87 99 6E

RGB Percentages of Color #87996e

%33.92
%38.44
%27.64

CMYK Percentages of Color #87996e

%12
%0
%28
%40

Triadic Colors of #87996e

#87996e #6e8799 #996e87

Analogous Colors of #87996e

#87996e #72996e #99966e

Monochromatic Colors of #87996e

#87996e

Complementary Color

#87996e #806e99

#87996e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87996e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87996e Color CSS Codes

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

#87996e Text Font Color

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

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


#87996e Background Color

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

This div background color is #87996e


#87996e Border Color

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

This div border color is #87996e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87996e


Comments

No comments written yet.

Please login to write comment.