COLOR #86957D

HEX: #86957D
RGB: (134,149,125)

Color info

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

RGB color model

#86957D color RGB value is (134,149,125).

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

RGB channels and saturation

R 134 of 255 = 53%
G 149 of 255 = 58%
B 125 of 255 = 49%

134
149
125

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

Portions of RGB colors in percentages

R + G + B =
134 + 149 + 125 = 408 (100%)
R 134 of 408 ~ 32.84%
G 149 of 408 ~ 36.52%
B 125 of 408 ~ 30.64%

%32.84
%36.52
%30.64

CMYK color model

#86957D color CMYK value is (10,0,16,42).

  • cyan value is 10.07%
  • magenta value is 0.00%
  • yellow value is 16.11%
  • key color value is 41.57%
CMYK:
(10,0,16,42)
C10M0Y16K42 
(10%,0%,16%,42%)
(0.10/0.00/0.16/0.42)	

CMYK percentages

%10.07
%0
%16.11
%41.57

Codes

Color #86957D in popluar color models

86957D
RGB134149125
HSL98°10.17%53.73%
HSB/HSV98°16.11%58.43%
CMYK10.07%0.00%16.11%
41.57%

Color #86957D in popluar number systems.

HEX86957D
Decimal134149125
Binary10000110100101011111101
Octal206225175

Shades and tints

Shades of #86957D

#86957D
(134,149,125)
#7A8872
(122,136,114)
#6E7B67
(110,123,103)
#626E5C
(98,110,92)
#566151
(86,97,81)
#4A5446
(74,84,70)
#3E473B
(62,71,59)
#323A30
(50,58,48)
#262D25
(38,45,37)
#1A201A
(26,32,26)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #86957D

#86957D
(134,149,125)
#919E88
(145,158,136)
#9CA793
(156,167,147)
#A7B09E
(167,176,158)
#B2B9A9
(178,185,169)
#BDC2B4
(189,194,180)
#C8CBBF
(200,203,191)
#D3D4CA
(211,212,202)
#DEDDD5
(222,221,213)
#E9E6E0
(233,230,224)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86957D; }

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

This text font color is #86957D.


Background Color

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

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

This div background color is #86957D.


Border color

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

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

This div border color is #86957D.


Opacity

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

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

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

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

This text has shadow with #86957D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86957D on black background.


Color preview on white background

This text has color #86957D on white background.



Black color preview on #86957D background

This text has black color on #86957D background.


White color preview on #86957D background

This text has white color on #86957D background.