COLOR #86826B

HEX: #86826B
RGB: (134,130,107)

Color info

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

RGB color model

#86826B color RGB value is (134,130,107).

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

RGB channels and saturation

R 134 of 255 = 53%
G 130 of 255 = 51%
B 107 of 255 = 42%

134
130
107

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

Portions of RGB colors in percentages

R + G + B =
134 + 130 + 107 = 371 (100%)
R 134 of 371 ~ 36.12%
G 130 of 371 ~ 35.04%
B 107 of 371 ~ 28.84%

%36.12
%35.04
%28.84

CMYK color model

#86826B color CMYK value is (0,3,20,47).

  • cyan value is 0.00%
  • magenta value is 2.99%
  • yellow value is 20.15%
  • key color value is 47.45%
CMYK:
(0,3,20,47)
C0M3Y20K47 
(0%,3%,20%,47%)
(0.00/0.03/0.20/0.47)	

CMYK percentages

%0
%2.99
%20.15
%47.45

Codes

Color #86826B in popluar color models

86826B
RGB134130107
HSL51°11.20%47.25%
HSB/HSV51°20.15%52.55%
CMYK0.00%2.99%20.15%
47.45%

Color #86826B in popluar number systems.

HEX86826B
Decimal134130107
Binary10000110100000101101011
Octal206202153

Shades and tints

Shades of #86826B

#86826B
(134,130,107)
#7A7762
(122,119,98)
#6E6C59
(110,108,89)
#626150
(98,97,80)
#565647
(86,86,71)
#4A4B3E
(74,75,62)
#3E4035
(62,64,53)
#32352C
(50,53,44)
#262A23
(38,42,35)
#1A1F1A
(26,31,26)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #86826B

#86826B
(134,130,107)
#918D78
(145,141,120)
#9C9885
(156,152,133)
#A7A392
(167,163,146)
#B2AE9F
(178,174,159)
#BDB9AC
(189,185,172)
#C8C4B9
(200,196,185)
#D3CFC6
(211,207,198)
#DEDAD3
(222,218,211)
#E9E5E0
(233,229,224)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86826B color. Also use rgb(134,130,107) instead hex code.

Text Font Color

.myTextColor { color: #86826B; }

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

This text font color is #86826B.


Background Color

.myBgColor { background-color: #86826B; }

<div style="background-color:#86826B">Inner text</div>

This div background color is #86826B.


Border color

.myBorderColor { border: 1px solid #86826B; }

<div style="border:3px solid #86826B">Div</div>

This div border color is #86826B.


Opacity

.myOpacity80 { color: #86826B; opacity: 0.8; }

<p style="color:#86826B;opacity:0.8;">80%</p>

Text with #86826B 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 #86826B;}

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

This text has shadow with #86826B color.

.textShadow {text-shadow: 3px 3px 1px #86826B, 3px 3px 1px red;}

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

This text has shadow with #86826B primary color and red secondary color.


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

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

This text has shadow with #86826B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86826B on black background.


Color preview on white background

This text has color #86826B on white background.



Black color preview on #86826B background

This text has black color on #86826B background.


White color preview on #86826B background

This text has white color on #86826B background.