COLOR #87976F

HEX: #87976F
RGB: (135,151,111)

Color info

#87976F contains red, green and blue colors in about the same proportion. Web safe color of #87976F is #999966 (or #996).

RGB color model

#87976F color RGB value is (135,151,111).

  • red value is 135;
  • green value is 151;
  • blue value is 111.
RGB:
(135,151,111)
(53%,59%,44%)

RGB channels and saturation

R 135 of 255 = 53%
G 151 of 255 = 59%
B 111 of 255 = 44%

135
151
111

R + G + B ~ 52%. #87976F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 151 + 111 = 397 (100%)
R 135 of 397 ~ 34.01%
G 151 of 397 ~ 38.04%
B 111 of 397 ~ 27.96%

%34.01
%38.04
%27.96

CMYK color model

#87976F color CMYK value is (11,0,26,41).

  • cyan value is 10.60%
  • magenta value is 0.00%
  • yellow value is 26.49%
  • key color value is 40.78%
CMYK:
(11,0,26,41)
C11M0Y26K41 
(11%,0%,26%,41%)
(0.11/0.00/0.26/0.41)	

CMYK percentages

%10.6
%0
%26.49
%40.78

Codes

Color #87976F in popluar color models

87976F
RGB135151111
HSL84°16.13%51.37%
HSB/HSV84°26.49%59.22%
CMYK10.60%0.00%26.49%
40.78%

Color #87976F in popluar number systems.

HEX87976F
Decimal135151111
Binary10000111100101111101111
Octal207227157

Shades and tints

Shades of #87976F

#87976F
(135,151,111)
#7B8A65
(123,138,101)
#6F7D5B
(111,125,91)
#637051
(99,112,81)
#576347
(87,99,71)
#4B563D
(75,86,61)
#3F4933
(63,73,51)
#333C29
(51,60,41)
#272F1F
(39,47,31)
#1B2215
(27,34,21)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #87976F

#87976F
(135,151,111)
#91A07C
(145,160,124)
#9BA989
(155,169,137)
#A5B296
(165,178,150)
#AFBBA3
(175,187,163)
#B9C4B0
(185,196,176)
#C3CDBD
(195,205,189)
#CDD6CA
(205,214,202)
#D7DFD7
(215,223,215)
#E1E8E4
(225,232,228)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87976F color. Also use rgb(135,151,111) instead hex code.

Text Font Color

.myTextColor { color: #87976F; }

<p style="color:#87976F">This sample text font color is #87976F.</p>

This text font color is #87976F.


Background Color

.myBgColor { background-color: #87976F; }

<div style="background-color:#87976F">Inner text</div>

This div background color is #87976F.


Border color

.myBorderColor { border: 1px solid #87976F; }

<div style="border:3px solid #87976F">Div</div>

This div border color is #87976F.


Opacity

.myOpacity80 { color: #87976F; opacity: 0.8; }

<p style="color:#87976F;opacity:0.8;">80%</p>

Text with #87976F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #87976F;}

<p style="text-shadow: 3px 3px 1px #87976F">Text here.</p>

This text has shadow with #87976F color.

.textShadow {text-shadow: 3px 3px 1px #87976F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #87976F, 5px 5px 20px red">Text here.</p>

This text has shadow with #87976F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87976F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#87976F, Direction=45, Strength=4)">Text</p>

This text has shadow with #87976F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #87976F;
  -webkit-box-shadow:	1px 1px 3px 2px #87976F;
  box-shadow:		1px 1px 3px 2px #87976F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87976F;
-webkit-box-shadow: 1px 1px 3px 2px #87976F;
box-shadow:1px 1px 3px 2px #87976F;">
Div content here</div>
This div box has shadow with color #87976F.

Preview

Color preview on black background

This text has color #87976F on black background.


Color preview on white background

This text has color #87976F on white background.



Black color preview on #87976F background

This text has black color on #87976F background.


White color preview on #87976F background

This text has white color on #87976F background.