COLOR #86736F

HEX: #86736F
RGB: (134,115,111)

Color info

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

RGB color model

#86736F color RGB value is (134,115,111).

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

RGB channels and saturation

R 134 of 255 = 53%
G 115 of 255 = 45%
B 111 of 255 = 44%

134
115
111

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

Portions of RGB colors in percentages

R + G + B =
134 + 115 + 111 = 360 (100%)
R 134 of 360 ~ 37.22%
G 115 of 360 ~ 31.94%
B 111 of 360 ~ 30.83%

%37.22
%31.94
%30.83

CMYK color model

#86736F color CMYK value is (0,14,17,47).

  • cyan value is 0.00%
  • magenta value is 14.18%
  • yellow value is 17.16%
  • key color value is 47.45%
CMYK:
(0,14,17,47)
C0M14Y17K47 
(0%,14%,17%,47%)
(0.00/0.14/0.17/0.47)	

CMYK percentages

%0
%14.18
%17.16
%47.45

Codes

Color #86736F in popluar color models

86736F
RGB134115111
HSL10°9.39%48.04%
HSB/HSV10°17.16%52.55%
CMYK0.00%14.18%17.16%
47.45%

Color #86736F in popluar number systems.

HEX86736F
Decimal134115111
Binary1000011011100111101111
Octal206163157

Shades and tints

Shades of #86736F

#86736F
(134,115,111)
#7A6965
(122,105,101)
#6E5F5B
(110,95,91)
#625551
(98,85,81)
#564B47
(86,75,71)
#4A413D
(74,65,61)
#3E3733
(62,55,51)
#322D29
(50,45,41)
#26231F
(38,35,31)
#1A1915
(26,25,21)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #86736F

#86736F
(134,115,111)
#917F7C
(145,127,124)
#9C8B89
(156,139,137)
#A79796
(167,151,150)
#B2A3A3
(178,163,163)
#BDAFB0
(189,175,176)
#C8BBBD
(200,187,189)
#D3C7CA
(211,199,202)
#DED3D7
(222,211,215)
#E9DFE4
(233,223,228)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86736F; }

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

This text font color is #86736F.


Background Color

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

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

This div background color is #86736F.


Border color

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

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

This div border color is #86736F.


Opacity

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

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

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

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

This text has shadow with #86736F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86736F on black background.


Color preview on white background

This text has color #86736F on white background.



Black color preview on #86736F background

This text has black color on #86736F background.


White color preview on #86736F background

This text has white color on #86736F background.