COLOR #82866A

HEX: #82866A
RGB: (130,134,106)

Color info

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

RGB color model

#82866A color RGB value is (130,134,106).

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

RGB channels and saturation

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

130
134
106

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

Portions of RGB colors in percentages

R + G + B =
130 + 134 + 106 = 370 (100%)
R 130 of 370 ~ 35.14%
G 134 of 370 ~ 36.22%
B 106 of 370 ~ 28.65%

%35.14
%36.22
%28.65

CMYK color model

#82866A color CMYK value is (3,0,21,47).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 47.45%
CMYK:
(3,0,21,47)
C3M0Y21K47 
(3%,0%,21%,47%)
(0.03/0.00/0.21/0.47)	

CMYK percentages

%2.99
%0
%20.9
%47.45

Codes

Color #82866A in popluar color models

82866A
RGB130134106
HSL69°11.67%47.06%
HSB/HSV69°20.90%52.55%
CMYK2.99%0.00%20.90%
47.45%

Color #82866A in popluar number systems.

HEX82866A
Decimal130134106
Binary10000010100001101101010
Octal202206152

Shades and tints

Shades of #82866A

#82866A
(130,134,106)
#777A61
(119,122,97)
#6C6E58
(108,110,88)
#61624F
(97,98,79)
#565646
(86,86,70)
#4B4A3D
(75,74,61)
#403E34
(64,62,52)
#35322B
(53,50,43)
#2A2622
(42,38,34)
#1F1A19
(31,26,25)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #82866A

#82866A
(130,134,106)
#8D9177
(141,145,119)
#989C84
(152,156,132)
#A3A791
(163,167,145)
#AEB29E
(174,178,158)
#B9BDAB
(185,189,171)
#C4C8B8
(196,200,184)
#CFD3C5
(207,211,197)
#DADED2
(218,222,210)
#E5E9DF
(229,233,223)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82866A; }

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

This text font color is #82866A.


Background Color

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

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

This div background color is #82866A.


Border color

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

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

This div border color is #82866A.


Opacity

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

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

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

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

This text has shadow with #82866A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82866A on black background.


Color preview on white background

This text has color #82866A on white background.



Black color preview on #82866A background

This text has black color on #82866A background.


White color preview on #82866A background

This text has white color on #82866A background.