COLOR #82816F

HEX: #82816F
RGB: (130,129,111)

Color info

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

RGB color model

#82816F color RGB value is (130,129,111).

  • red value is 130;
  • green value is 129;
  • blue value is 111.
RGB:
(130,129,111)
(51%,51%,44%)

RGB channels and saturation

R 130 of 255 = 51%
G 129 of 255 = 51%
B 111 of 255 = 44%

130
129
111

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

Portions of RGB colors in percentages

R + G + B =
130 + 129 + 111 = 370 (100%)
R 130 of 370 ~ 35.14%
G 129 of 370 ~ 34.86%
B 111 of 370 ~ 30%

%35.14
%34.86
%30

CMYK color model

#82816F color CMYK value is (0,1,15,49).

  • cyan value is 0.00%
  • magenta value is 0.77%
  • yellow value is 14.62%
  • key color value is 49.02%
CMYK:
(0,1,15,49)
C0M1Y15K49 
(0%,1%,15%,49%)
(0.00/0.01/0.15/0.49)	

CMYK percentages

%0
%0.77
%14.62
%49.02

Codes

Color #82816F in popluar color models

82816F
RGB130129111
HSL57°7.88%47.25%
HSB/HSV57°14.62%50.98%
CMYK0.00%0.77%14.62%
49.02%

Color #82816F in popluar number systems.

HEX82816F
Decimal130129111
Binary10000010100000011101111
Octal202201157

Shades and tints

Shades of #82816F

#82816F
(130,129,111)
#777665
(119,118,101)
#6C6B5B
(108,107,91)
#616051
(97,96,81)
#565547
(86,85,71)
#4B4A3D
(75,74,61)
#403F33
(64,63,51)
#353429
(53,52,41)
#2A291F
(42,41,31)
#1F1E15
(31,30,21)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #82816F

#82816F
(130,129,111)
#8D8C7C
(141,140,124)
#989789
(152,151,137)
#A3A296
(163,162,150)
#AEADA3
(174,173,163)
#B9B8B0
(185,184,176)
#C4C3BD
(196,195,189)
#CFCECA
(207,206,202)
#DAD9D7
(218,217,215)
#E5E4E4
(229,228,228)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82816F color. Also use rgb(130,129,111) instead hex code.

Text Font Color

.myTextColor { color: #82816F; }

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

This text font color is #82816F.


Background Color

.myBgColor { background-color: #82816F; }

<div style="background-color:#82816F">Inner text</div>

This div background color is #82816F.


Border color

.myBorderColor { border: 1px solid #82816F; }

<div style="border:3px solid #82816F">Div</div>

This div border color is #82816F.


Opacity

.myOpacity80 { color: #82816F; opacity: 0.8; }

<p style="color:#82816F;opacity:0.8;">80%</p>

Text with #82816F 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 #82816F;}

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

This text has shadow with #82816F color.

.textShadow {text-shadow: 3px 3px 1px #82816F, 3px 3px 1px red;}

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

This text has shadow with #82816F primary color and red secondary color.


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

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

This text has shadow with #82816F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82816F on black background.


Color preview on white background

This text has color #82816F on white background.



Black color preview on #82816F background

This text has black color on #82816F background.


White color preview on #82816F background

This text has white color on #82816F background.