COLOR #86887C

HEX: #86887C
RGB: (134,136,124)

Color info

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

RGB color model

#86887C color RGB value is (134,136,124).

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

RGB channels and saturation

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

134
136
124

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

Portions of RGB colors in percentages

R + G + B =
134 + 136 + 124 = 394 (100%)
R 134 of 394 ~ 34.01%
G 136 of 394 ~ 34.52%
B 124 of 394 ~ 31.47%

%34.01
%34.52
%31.47

CMYK color model

#86887C color CMYK value is (1,0,9,47).

  • cyan value is 1.47%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 46.67%
CMYK:
(1,0,9,47)
C1M0Y9K47 
(1%,0%,9%,47%)
(0.01/0.00/0.09/0.47)	

CMYK percentages

%1.47
%0
%8.82
%46.67

Codes

Color #86887C in popluar color models

86887C
RGB134136124
HSL70°4.80%50.98%
HSB/HSV70°8.82%53.33%
CMYK1.47%0.00%8.82%
46.67%

Color #86887C in popluar number systems.

HEX86887C
Decimal134136124
Binary10000110100010001111100
Octal206210174

Shades and tints

Shades of #86887C

#86887C
(134,136,124)
#7A7C71
(122,124,113)
#6E7066
(110,112,102)
#62645B
(98,100,91)
#565850
(86,88,80)
#4A4C45
(74,76,69)
#3E403A
(62,64,58)
#32342F
(50,52,47)
#262824
(38,40,36)
#1A1C19
(26,28,25)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #86887C

#86887C
(134,136,124)
#919287
(145,146,135)
#9C9C92
(156,156,146)
#A7A69D
(167,166,157)
#B2B0A8
(178,176,168)
#BDBAB3
(189,186,179)
#C8C4BE
(200,196,190)
#D3CEC9
(211,206,201)
#DED8D4
(222,216,212)
#E9E2DF
(233,226,223)
#F4ECEA
(244,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86887C; }

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

This text font color is #86887C.


Background Color

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

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

This div background color is #86887C.


Border color

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

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

This div border color is #86887C.


Opacity

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

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

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

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

This text has shadow with #86887C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86887C on black background.


Color preview on white background

This text has color #86887C on white background.



Black color preview on #86887C background

This text has black color on #86887C background.


White color preview on #86887C background

This text has white color on #86887C background.