COLOR #86876F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

134
135
111

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

Portions of RGB colors in percentages

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

%35.26
%35.53
%29.21

CMYK color model

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

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

CMYK percentages

%0.74
%0
%17.78
%47.06

Codes

Color #86876F in popluar color models

86876F
RGB134135111
HSL63°9.76%48.24%
HSB/HSV63°17.78%52.94%
CMYK0.74%0.00%17.78%
47.06%

Color #86876F in popluar number systems.

HEX86876F
Decimal134135111
Binary10000110100001111101111
Octal206207157

Shades and tints

Shades of #86876F

#86876F
(134,135,111)
#7A7B65
(122,123,101)
#6E6F5B
(110,111,91)
#626351
(98,99,81)
#565747
(86,87,71)
#4A4B3D
(74,75,61)
#3E3F33
(62,63,51)
#323329
(50,51,41)
#26271F
(38,39,31)
#1A1B15
(26,27,21)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #86876F

#86876F
(134,135,111)
#91917C
(145,145,124)
#9C9B89
(156,155,137)
#A7A596
(167,165,150)
#B2AFA3
(178,175,163)
#BDB9B0
(189,185,176)
#C8C3BD
(200,195,189)
#D3CDCA
(211,205,202)
#DED7D7
(222,215,215)
#E9E1E4
(233,225,228)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86876F; }

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

This text font color is #86876F.


Background Color

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

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

This div background color is #86876F.


Border color

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

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

This div border color is #86876F.


Opacity

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

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

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

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

This text has shadow with #86876F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86876F on black background.


Color preview on white background

This text has color #86876F on white background.



Black color preview on #86876F background

This text has black color on #86876F background.


White color preview on #86876F background

This text has white color on #86876F background.