COLOR #82817F

HEX: #82817F
RGB: (130,129,127)

Color info

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

RGB color model

#82817F color RGB value is (130,129,127).

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

RGB channels and saturation

R 130 of 255 = 51%
G 129 of 255 = 51%
B 127 of 255 = 50%

130
129
127

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

Portions of RGB colors in percentages

R + G + B =
130 + 129 + 127 = 386 (100%)
R 130 of 386 ~ 33.68%
G 129 of 386 ~ 33.42%
B 127 of 386 ~ 32.9%

%33.68
%33.42
%32.9

CMYK color model

#82817F color CMYK value is (0,1,2,49).

  • cyan value is 0.00%
  • magenta value is 0.77%
  • yellow value is 2.31%
  • key color value is 49.02%
CMYK:
(0,1,2,49)
C0M1Y2K49 
(0%,1%,2%,49%)
(0.00/0.01/0.02/0.49)	

CMYK percentages

%0
%0.77
%2.31
%49.02

Codes

Color #82817F in popluar color models

82817F
RGB130129127
HSL40°1.19%50.39%
HSB/HSV40°2.31%50.98%
CMYK0.00%0.77%2.31%
49.02%

Color #82817F in popluar number systems.

HEX82817F
Decimal130129127
Binary10000010100000011111111
Octal202201177

Shades and tints

Shades of #82817F

#82817F
(130,129,127)
#777674
(119,118,116)
#6C6B69
(108,107,105)
#61605E
(97,96,94)
#565553
(86,85,83)
#4B4A48
(75,74,72)
#403F3D
(64,63,61)
#353432
(53,52,50)
#2A2927
(42,41,39)
#1F1E1C
(31,30,28)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #82817F

#82817F
(130,129,127)
#8D8C8A
(141,140,138)
#989795
(152,151,149)
#A3A2A0
(163,162,160)
#AEADAB
(174,173,171)
#B9B8B6
(185,184,182)
#C4C3C1
(196,195,193)
#CFCECC
(207,206,204)
#DAD9D7
(218,217,215)
#E5E4E2
(229,228,226)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82817F; }

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

This text font color is #82817F.


Background Color

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

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

This div background color is #82817F.


Border color

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

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

This div border color is #82817F.


Opacity

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

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

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

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

This text has shadow with #82817F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82817F on black background.


Color preview on white background

This text has color #82817F on white background.



Black color preview on #82817F background

This text has black color on #82817F background.


White color preview on #82817F background

This text has white color on #82817F background.