COLOR #82866E

HEX: #82866E
RGB: (130,134,110)

Color info

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

RGB color model

#82866E color RGB value is (130,134,110).

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

RGB channels and saturation

R 130 of 255 = 51%
G 134 of 255 = 53%
B 110 of 255 = 43%

130
134
110

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

Portions of RGB colors in percentages

R + G + B =
130 + 134 + 110 = 374 (100%)
R 130 of 374 ~ 34.76%
G 134 of 374 ~ 35.83%
B 110 of 374 ~ 29.41%

%34.76
%35.83
%29.41

CMYK color model

#82866E color CMYK value is (3,0,18,47).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 17.91%
  • key color value is 47.45%
CMYK:
(3,0,18,47)
C3M0Y18K47 
(3%,0%,18%,47%)
(0.03/0.00/0.18/0.47)	

CMYK percentages

%2.99
%0
%17.91
%47.45

Codes

Color #82866E in popluar color models

82866E
RGB130134110
HSL70°9.84%47.84%
HSB/HSV70°17.91%52.55%
CMYK2.99%0.00%17.91%
47.45%

Color #82866E in popluar number systems.

HEX82866E
Decimal130134110
Binary10000010100001101101110
Octal202206156

Shades and tints

Shades of #82866E

#82866E
(130,134,110)
#777A64
(119,122,100)
#6C6E5A
(108,110,90)
#616250
(97,98,80)
#565646
(86,86,70)
#4B4A3C
(75,74,60)
#403E32
(64,62,50)
#353228
(53,50,40)
#2A261E
(42,38,30)
#1F1A14
(31,26,20)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #82866E

#82866E
(130,134,110)
#8D917B
(141,145,123)
#989C88
(152,156,136)
#A3A795
(163,167,149)
#AEB2A2
(174,178,162)
#B9BDAF
(185,189,175)
#C4C8BC
(196,200,188)
#CFD3C9
(207,211,201)
#DADED6
(218,222,214)
#E5E9E3
(229,233,227)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82866E color. Also use rgb(130,134,110) instead hex code.

Text Font Color

.myTextColor { color: #82866E; }

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

This text font color is #82866E.


Background Color

.myBgColor { background-color: #82866E; }

<div style="background-color:#82866E">Inner text</div>

This div background color is #82866E.


Border color

.myBorderColor { border: 1px solid #82866E; }

<div style="border:3px solid #82866E">Div</div>

This div border color is #82866E.


Opacity

.myOpacity80 { color: #82866E; opacity: 0.8; }

<p style="color:#82866E;opacity:0.8;">80%</p>

Text with #82866E 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 #82866E;}

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

This text has shadow with #82866E color.

.textShadow {text-shadow: 3px 3px 1px #82866E, 3px 3px 1px red;}

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

This text has shadow with #82866E primary color and red secondary color.


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

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

This text has shadow with #82866E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82866E on black background.


Color preview on white background

This text has color #82866E on white background.



Black color preview on #82866E background

This text has black color on #82866E background.


White color preview on #82866E background

This text has white color on #82866E background.