COLOR #86737F

HEX: #86737F
RGB: (134,115,127)

Color info

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

RGB color model

#86737F color RGB value is (134,115,127).

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

RGB channels and saturation

R 134 of 255 = 53%
G 115 of 255 = 45%
B 127 of 255 = 50%

134
115
127

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

Portions of RGB colors in percentages

R + G + B =
134 + 115 + 127 = 376 (100%)
R 134 of 376 ~ 35.64%
G 115 of 376 ~ 30.59%
B 127 of 376 ~ 33.78%

%35.64
%30.59
%33.78

CMYK color model

#86737F color CMYK value is (0,14,5,47).

  • cyan value is 0.00%
  • magenta value is 14.18%
  • yellow value is 5.22%
  • key color value is 47.45%
CMYK:
(0,14,5,47)
C0M14Y5K47 
(0%,14%,5%,47%)
(0.00/0.14/0.05/0.47)	

CMYK percentages

%0
%14.18
%5.22
%47.45

Codes

Color #86737F in popluar color models

86737F
RGB134115127
HSL322°7.63%48.82%
HSB/HSV322°14.18%52.55%
CMYK0.00%14.18%5.22%
47.45%

Color #86737F in popluar number systems.

HEX86737F
Decimal134115127
Binary1000011011100111111111
Octal206163177

Shades and tints

Shades of #86737F

#86737F
(134,115,127)
#7A6974
(122,105,116)
#6E5F69
(110,95,105)
#62555E
(98,85,94)
#564B53
(86,75,83)
#4A4148
(74,65,72)
#3E373D
(62,55,61)
#322D32
(50,45,50)
#262327
(38,35,39)
#1A191C
(26,25,28)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #86737F

#86737F
(134,115,127)
#917F8A
(145,127,138)
#9C8B95
(156,139,149)
#A797A0
(167,151,160)
#B2A3AB
(178,163,171)
#BDAFB6
(189,175,182)
#C8BBC1
(200,187,193)
#D3C7CC
(211,199,204)
#DED3D7
(222,211,215)
#E9DFE2
(233,223,226)
#F4EBED
(244,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86737F; }

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

This text font color is #86737F.


Background Color

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

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

This div background color is #86737F.


Border color

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

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

This div border color is #86737F.


Opacity

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

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

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

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

This text has shadow with #86737F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86737F on black background.


Color preview on white background

This text has color #86737F on white background.



Black color preview on #86737F background

This text has black color on #86737F background.


White color preview on #86737F background

This text has white color on #86737F background.