Color Hex Logo

#87966f Color Hex

#87966F
(135,150,111)
0 Favorites   0 Comments

Color spaces of #87966f

RGB 135150111
HSL0.230.160.51
HSV83°26°59°
CMYK 0.100.000.26   0.41
XYZ23.767328.111319.2123
Yxy28.11130.33430.3954
Hunter Lab53.0201-12.769015.6298
CIE-Lab59.9892-12.534718.8390

#87966f color RGB value is (135,150,111).

#87966f hex color red value is 135, green value is 150 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #87966f hue: 0.23 , saturation: 0.16 and the lightness value of 87966f is 0.51.

The process color (four color CMYK) of #87966f color hex is 0.10, 0.00, 0.26, 0.41. Web safe color of #87966f is #999966. Color #87966f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010110 01101111
Octal 207 226 157
Decimal 135 150 111
Hex 87 96 6F

RGB Percentages of Color #87966f

%34.09
%37.88
%28.03

CMYK Percentages of Color #87966f

%10
%0
%26
%41

Triadic Colors of #87966f

#87966f #6f8796 #966f87

Analogous Colors of #87966f

#87966f #74966f #96926f

Monochromatic Colors of #87966f

#87966f

Complementary Color

#87966f #7e6f96

#87966f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87966f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87966f Color CSS Codes

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

#87966f Text Font Color

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

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


#87966f Background Color

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

This div background color is #87966f


#87966f Border Color

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

This div border color is #87966f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,150,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 #87966f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87966f


Comments

No comments written yet.

Please login to write comment.