COLOR #86887D

HEX: #86887D
RGB: (134,136,125)

Color info

#86887D contains red, green and blue colors in about the same proportion. Web safe color of #86887D is #999966 (or #996).

RGB color model

#86887D color RGB value is (134,136,125).

  • red value is 134;
  • green value is 136;
  • blue value is 125.
RGB:
(134,136,125)
(53%,53%,49%)

RGB channels and saturation

R 134 of 255 = 53%
G 136 of 255 = 53%
B 125 of 255 = 49%

134
136
125

R + G + B ~ 52%. #86887D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 136 + 125 = 395 (100%)
R 134 of 395 ~ 33.92%
G 136 of 395 ~ 34.43%
B 125 of 395 ~ 31.65%

%33.92
%34.43
%31.65

CMYK color model

#86887D color CMYK value is (1,0,8,47).

  • cyan value is 1.47%
  • magenta value is 0.00%
  • yellow value is 8.09%
  • key color value is 46.67%
CMYK:
(1,0,8,47)
C1M0Y8K47 
(1%,0%,8%,47%)
(0.01/0.00/0.08/0.47)	

CMYK percentages

%1.47
%0
%8.09
%46.67

Codes

Color #86887D in popluar color models

86887D
RGB134136125
HSL71°4.42%51.18%
HSB/HSV71°8.09%53.33%
CMYK1.47%0.00%8.09%
46.67%

Color #86887D in popluar number systems.

HEX86887D
Decimal134136125
Binary10000110100010001111101
Octal206210175

Shades and tints

Shades of #86887D

#86887D
(134,136,125)
#7A7C72
(122,124,114)
#6E7067
(110,112,103)
#62645C
(98,100,92)
#565851
(86,88,81)
#4A4C46
(74,76,70)
#3E403B
(62,64,59)
#323430
(50,52,48)
#262825
(38,40,37)
#1A1C1A
(26,28,26)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #86887D

#86887D
(134,136,125)
#919288
(145,146,136)
#9C9C93
(156,156,147)
#A7A69E
(167,166,158)
#B2B0A9
(178,176,169)
#BDBAB4
(189,186,180)
#C8C4BF
(200,196,191)
#D3CECA
(211,206,202)
#DED8D5
(222,216,213)
#E9E2E0
(233,226,224)
#F4ECEB
(244,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86887D color. Also use rgb(134,136,125) instead hex code.

Text Font Color

.myTextColor { color: #86887D; }

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

This text font color is #86887D.


Background Color

.myBgColor { background-color: #86887D; }

<div style="background-color:#86887D">Inner text</div>

This div background color is #86887D.


Border color

.myBorderColor { border: 1px solid #86887D; }

<div style="border:3px solid #86887D">Div</div>

This div border color is #86887D.


Opacity

.myOpacity80 { color: #86887D; opacity: 0.8; }

<p style="color:#86887D;opacity:0.8;">80%</p>

Text with #86887D 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 #86887D;}

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

This text has shadow with #86887D color.

.textShadow {text-shadow: 3px 3px 1px #86887D, 3px 3px 1px red;}

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

This text has shadow with #86887D primary color and red secondary color.


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

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

This text has shadow with #86887D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86887D on black background.


Color preview on white background

This text has color #86887D on white background.



Black color preview on #86887D background

This text has black color on #86887D background.


White color preview on #86887D background

This text has white color on #86887D background.