COLOR #86706B

HEX: #86706B
RGB: (134,112,107)

Color info

#86706B contains red, green and blue colors in about the same proportion. Web safe color of #86706B is #996666 (or #966).

RGB color model

#86706B color RGB value is (134,112,107).

  • red value is 134;
  • green value is 112;
  • blue value is 107.
RGB:
(134,112,107)
(53%,44%,42%)

RGB channels and saturation

R 134 of 255 = 53%
G 112 of 255 = 44%
B 107 of 255 = 42%

134
112
107

R + G + B ~ 46%. #86706B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 112 + 107 = 353 (100%)
R 134 of 353 ~ 37.96%
G 112 of 353 ~ 31.73%
B 107 of 353 ~ 30.31%

%37.96
%31.73
%30.31

CMYK color model

#86706B color CMYK value is (0,16,20,47).

  • cyan value is 0.00%
  • magenta value is 16.42%
  • yellow value is 20.15%
  • key color value is 47.45%
CMYK:
(0,16,20,47)
C0M16Y20K47 
(0%,16%,20%,47%)
(0.00/0.16/0.20/0.47)	

CMYK percentages

%0
%16.42
%20.15
%47.45

Codes

Color #86706B in popluar color models

86706B
RGB134112107
HSL11°11.20%47.25%
HSB/HSV11°20.15%52.55%
CMYK0.00%16.42%20.15%
47.45%

Color #86706B in popluar number systems.

HEX86706B
Decimal134112107
Binary1000011011100001101011
Octal206160153

Shades and tints

Shades of #86706B

#86706B
(134,112,107)
#7A6662
(122,102,98)
#6E5C59
(110,92,89)
#625250
(98,82,80)
#564847
(86,72,71)
#4A3E3E
(74,62,62)
#3E3435
(62,52,53)
#322A2C
(50,42,44)
#262023
(38,32,35)
#1A161A
(26,22,26)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #86706B

#86706B
(134,112,107)
#917D78
(145,125,120)
#9C8A85
(156,138,133)
#A79792
(167,151,146)
#B2A49F
(178,164,159)
#BDB1AC
(189,177,172)
#C8BEB9
(200,190,185)
#D3CBC6
(211,203,198)
#DED8D3
(222,216,211)
#E9E5E0
(233,229,224)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86706B color. Also use rgb(134,112,107) instead hex code.

Text Font Color

.myTextColor { color: #86706B; }

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

This text font color is #86706B.


Background Color

.myBgColor { background-color: #86706B; }

<div style="background-color:#86706B">Inner text</div>

This div background color is #86706B.


Border color

.myBorderColor { border: 1px solid #86706B; }

<div style="border:3px solid #86706B">Div</div>

This div border color is #86706B.


Opacity

.myOpacity80 { color: #86706B; opacity: 0.8; }

<p style="color:#86706B;opacity:0.8;">80%</p>

Text with #86706B 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 #86706B;}

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

This text has shadow with #86706B color.

.textShadow {text-shadow: 3px 3px 1px #86706B, 3px 3px 1px red;}

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

This text has shadow with #86706B primary color and red secondary color.


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

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

This text has shadow with #86706B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86706B on black background.


Color preview on white background

This text has color #86706B on white background.



Black color preview on #86706B background

This text has black color on #86706B background.


White color preview on #86706B background

This text has white color on #86706B background.