COLOR #86715C

HEX: #86715C
RGB: (134,113,92)

Color info

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

RGB color model

#86715C color RGB value is (134,113,92).

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

RGB channels and saturation

R 134 of 255 = 53%
G 113 of 255 = 44%
B 92 of 255 = 36%

134
113
92

R + G + B ~ 44%. #86715C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 113 + 92 = 339 (100%)
R 134 of 339 ~ 39.53%
G 113 of 339 ~ 33.33%
B 92 of 339 ~ 27.14%

%39.53
%33.33
%27.14

CMYK color model

#86715C color CMYK value is (0,16,31,47).

  • cyan value is 0.00%
  • magenta value is 15.67%
  • yellow value is 31.34%
  • key color value is 47.45%
CMYK:
(0,16,31,47)
C0M16Y31K47 
(0%,16%,31%,47%)
(0.00/0.16/0.31/0.47)	

CMYK percentages

%0
%15.67
%31.34
%47.45

Codes

Color #86715C in popluar color models

86715C
RGB13411392
HSL30°18.58%44.31%
HSB/HSV30°31.34%52.55%
CMYK0.00%15.67%31.34%
47.45%

Color #86715C in popluar number systems.

HEX86715C
Decimal13411392
Binary1000011011100011011100
Octal206161134

Shades and tints

Shades of #86715C

#86715C
(134,113,92)
#7A6754
(122,103,84)
#6E5D4C
(110,93,76)
#625344
(98,83,68)
#56493C
(86,73,60)
#4A3F34
(74,63,52)
#3E352C
(62,53,44)
#322B24
(50,43,36)
#26211C
(38,33,28)
#1A1714
(26,23,20)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #86715C

#86715C
(134,113,92)
#917D6A
(145,125,106)
#9C8978
(156,137,120)
#A79586
(167,149,134)
#B2A194
(178,161,148)
#BDADA2
(189,173,162)
#C8B9B0
(200,185,176)
#D3C5BE
(211,197,190)
#DED1CC
(222,209,204)
#E9DDDA
(233,221,218)
#F4E9E8
(244,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86715C color. Also use rgb(134,113,92) instead hex code.

Text Font Color

.myTextColor { color: #86715C; }

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

This text font color is #86715C.


Background Color

.myBgColor { background-color: #86715C; }

<div style="background-color:#86715C">Inner text</div>

This div background color is #86715C.


Border color

.myBorderColor { border: 1px solid #86715C; }

<div style="border:3px solid #86715C">Div</div>

This div border color is #86715C.


Opacity

.myOpacity80 { color: #86715C; opacity: 0.8; }

<p style="color:#86715C;opacity:0.8;">80%</p>

Text with #86715C 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 #86715C;}

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

This text has shadow with #86715C color.

.textShadow {text-shadow: 3px 3px 1px #86715C, 3px 3px 1px red;}

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

This text has shadow with #86715C primary color and red secondary color.


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

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

This text has shadow with #86715C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86715C on black background.


Color preview on white background

This text has color #86715C on white background.



Black color preview on #86715C background

This text has black color on #86715C background.


White color preview on #86715C background

This text has white color on #86715C background.