COLOR #87996F

HEX: #87996F
RGB: (135,153,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 135 of 255 = 53%
G 153 of 255 = 60%
B 111 of 255 = 44%

135
153
111

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

Portions of RGB colors in percentages

R + G + B =
135 + 153 + 111 = 399 (100%)
R 135 of 399 ~ 33.83%
G 153 of 399 ~ 38.35%
B 111 of 399 ~ 27.82%

%33.83
%38.35
%27.82

CMYK color model

#87996F color CMYK value is (12,0,27,40).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 40.00%
CMYK:
(12,0,27,40)
C12M0Y27K40 
(12%,0%,27%,40%)
(0.12/0.00/0.27/0.40)	

CMYK percentages

%11.76
%0
%27.45
%40

Codes

Color #87996F in popluar color models

87996F
RGB135153111
HSL86°17.07%51.76%
HSB/HSV86°27.45%60.00%
CMYK11.76%0.00%27.45%
40.00%

Color #87996F in popluar number systems.

HEX87996F
Decimal135153111
Binary10000111100110011101111
Octal207231157

Shades and tints

Shades of #87996F

#87996F
(135,153,111)
#7B8C65
(123,140,101)
#6F7F5B
(111,127,91)
#637251
(99,114,81)
#576547
(87,101,71)
#4B583D
(75,88,61)
#3F4B33
(63,75,51)
#333E29
(51,62,41)
#27311F
(39,49,31)
#1B2415
(27,36,21)
#0F170B
(15,23,11)
#000000
(0,0,0)

Tints of #87996F

#87996F
(135,153,111)
#91A27C
(145,162,124)
#9BAB89
(155,171,137)
#A5B496
(165,180,150)
#AFBDA3
(175,189,163)
#B9C6B0
(185,198,176)
#C3CFBD
(195,207,189)
#CDD8CA
(205,216,202)
#D7E1D7
(215,225,215)
#E1EAE4
(225,234,228)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87996F; }

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

This text font color is #87996F.


Background Color

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

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

This div background color is #87996F.


Border color

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

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

This div border color is #87996F.


Opacity

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

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

Text with #87996F 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 #87996F;}

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

This text has shadow with #87996F color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #87996F on black background.


Color preview on white background

This text has color #87996F on white background.



Black color preview on #87996F background

This text has black color on #87996F background.


White color preview on #87996F background

This text has white color on #87996F background.