COLOR #86716F

HEX: #86716F
RGB: (134,113,111)

Color info

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

RGB color model

#86716F color RGB value is (134,113,111).

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

RGB channels and saturation

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

134
113
111

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

Portions of RGB colors in percentages

R + G + B =
134 + 113 + 111 = 358 (100%)
R 134 of 358 ~ 37.43%
G 113 of 358 ~ 31.56%
B 111 of 358 ~ 31.01%

%37.43
%31.56
%31.01

CMYK color model

#86716F color CMYK value is (0,16,17,47).

  • cyan value is 0.00%
  • magenta value is 15.67%
  • yellow value is 17.16%
  • key color value is 47.45%
CMYK:
(0,16,17,47)
C0M16Y17K47 
(0%,16%,17%,47%)
(0.00/0.16/0.17/0.47)	

CMYK percentages

%0
%15.67
%17.16
%47.45

Codes

Color #86716F in popluar color models

86716F
RGB134113111
HSL9.39%48.04%
HSB/HSV17.16%52.55%
CMYK0.00%15.67%17.16%
47.45%

Color #86716F in popluar number systems.

HEX86716F
Decimal134113111
Binary1000011011100011101111
Octal206161157

Shades and tints

Shades of #86716F

#86716F
(134,113,111)
#7A6765
(122,103,101)
#6E5D5B
(110,93,91)
#625351
(98,83,81)
#564947
(86,73,71)
#4A3F3D
(74,63,61)
#3E3533
(62,53,51)
#322B29
(50,43,41)
#26211F
(38,33,31)
#1A1715
(26,23,21)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #86716F

#86716F
(134,113,111)
#917D7C
(145,125,124)
#9C8989
(156,137,137)
#A79596
(167,149,150)
#B2A1A3
(178,161,163)
#BDADB0
(189,173,176)
#C8B9BD
(200,185,189)
#D3C5CA
(211,197,202)
#DED1D7
(222,209,215)
#E9DDE4
(233,221,228)
#F4E9F1
(244,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86716F; }

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

This text font color is #86716F.


Background Color

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

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

This div background color is #86716F.


Border color

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

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

This div border color is #86716F.


Opacity

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

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

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

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

This text has shadow with #86716F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86716F on black background.


Color preview on white background

This text has color #86716F on white background.



Black color preview on #86716F background

This text has black color on #86716F background.


White color preview on #86716F background

This text has white color on #86716F background.