COLOR #87866F

HEX: #87866F
RGB: (135,134,111)

Color info

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

RGB color model

#87866F color RGB value is (135,134,111).

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

RGB channels and saturation

R 135 of 255 = 53%
G 134 of 255 = 53%
B 111 of 255 = 44%

135
134
111

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

Portions of RGB colors in percentages

R + G + B =
135 + 134 + 111 = 380 (100%)
R 135 of 380 ~ 35.53%
G 134 of 380 ~ 35.26%
B 111 of 380 ~ 29.21%

%35.53
%35.26
%29.21

CMYK color model

#87866F color CMYK value is (0,1,18,47).

  • cyan value is 0.00%
  • magenta value is 0.74%
  • yellow value is 17.78%
  • key color value is 47.06%
CMYK:
(0,1,18,47)
C0M1Y18K47 
(0%,1%,18%,47%)
(0.00/0.01/0.18/0.47)	

CMYK percentages

%0
%0.74
%17.78
%47.06

Codes

Color #87866F in popluar color models

87866F
RGB135134111
HSL58°9.76%48.24%
HSB/HSV58°17.78%52.94%
CMYK0.00%0.74%17.78%
47.06%

Color #87866F in popluar number systems.

HEX87866F
Decimal135134111
Binary10000111100001101101111
Octal207206157

Shades and tints

Shades of #87866F

#87866F
(135,134,111)
#7B7A65
(123,122,101)
#6F6E5B
(111,110,91)
#636251
(99,98,81)
#575647
(87,86,71)
#4B4A3D
(75,74,61)
#3F3E33
(63,62,51)
#333229
(51,50,41)
#27261F
(39,38,31)
#1B1A15
(27,26,21)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #87866F

#87866F
(135,134,111)
#91917C
(145,145,124)
#9B9C89
(155,156,137)
#A5A796
(165,167,150)
#AFB2A3
(175,178,163)
#B9BDB0
(185,189,176)
#C3C8BD
(195,200,189)
#CDD3CA
(205,211,202)
#D7DED7
(215,222,215)
#E1E9E4
(225,233,228)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87866F; }

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

This text font color is #87866F.


Background Color

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

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

This div background color is #87866F.


Border color

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

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

This div border color is #87866F.


Opacity

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

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

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

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

This text has shadow with #87866F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87866F on black background.


Color preview on white background

This text has color #87866F on white background.



Black color preview on #87866F background

This text has black color on #87866F background.


White color preview on #87866F background

This text has white color on #87866F background.