COLOR #86827D

HEX: #86827D
RGB: (134,130,125)

Color info

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

RGB color model

#86827D color RGB value is (134,130,125).

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

RGB channels and saturation

R 134 of 255 = 53%
G 130 of 255 = 51%
B 125 of 255 = 49%

134
130
125

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

Portions of RGB colors in percentages

R + G + B =
134 + 130 + 125 = 389 (100%)
R 134 of 389 ~ 34.45%
G 130 of 389 ~ 33.42%
B 125 of 389 ~ 32.13%

%34.45
%33.42
%32.13

CMYK color model

#86827D color CMYK value is (0,3,7,47).

  • cyan value is 0.00%
  • magenta value is 2.99%
  • yellow value is 6.72%
  • key color value is 47.45%
CMYK:
(0,3,7,47)
C0M3Y7K47 
(0%,3%,7%,47%)
(0.00/0.03/0.07/0.47)	

CMYK percentages

%0
%2.99
%6.72
%47.45

Codes

Color #86827D in popluar color models

86827D
RGB134130125
HSL33°3.59%50.78%
HSB/HSV33°6.72%52.55%
CMYK0.00%2.99%6.72%
47.45%

Color #86827D in popluar number systems.

HEX86827D
Decimal134130125
Binary10000110100000101111101
Octal206202175

Shades and tints

Shades of #86827D

#86827D
(134,130,125)
#7A7772
(122,119,114)
#6E6C67
(110,108,103)
#62615C
(98,97,92)
#565651
(86,86,81)
#4A4B46
(74,75,70)
#3E403B
(62,64,59)
#323530
(50,53,48)
#262A25
(38,42,37)
#1A1F1A
(26,31,26)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #86827D

#86827D
(134,130,125)
#918D88
(145,141,136)
#9C9893
(156,152,147)
#A7A39E
(167,163,158)
#B2AEA9
(178,174,169)
#BDB9B4
(189,185,180)
#C8C4BF
(200,196,191)
#D3CFCA
(211,207,202)
#DEDAD5
(222,218,213)
#E9E5E0
(233,229,224)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86827D; }

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

This text font color is #86827D.


Background Color

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

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

This div background color is #86827D.


Border color

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

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

This div border color is #86827D.


Opacity

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

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

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

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

This text has shadow with #86827D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86827D on black background.


Color preview on white background

This text has color #86827D on white background.



Black color preview on #86827D background

This text has black color on #86827D background.


White color preview on #86827D background

This text has white color on #86827D background.