COLOR #82818D

HEX: #82818D
RGB: (130,129,141)

Color info

#82818D contains red, green and blue colors in about the same proportion. Web safe color of #82818D is #999999 (or #999).

RGB color model

#82818D color RGB value is (130,129,141).

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

RGB channels and saturation

R 130 of 255 = 51%
G 129 of 255 = 51%
B 141 of 255 = 55%

130
129
141

R + G + B ~ 52%. #82818D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 129 + 141 = 400 (100%)
R 130 of 400 ~ 32.5%
G 129 of 400 ~ 32.25%
B 141 of 400 ~ 35.25%

%32.5
%32.25
%35.25

CMYK color model

#82818D color CMYK value is (8,9,0,45).

  • cyan value is 7.80%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(8,9,0,45)
C8M9Y0K45 
(8%,9%,0%,45%)
(0.08/0.09/0.00/0.45)	

CMYK percentages

%7.8
%8.51
%0
%44.71

Codes

Color #82818D in popluar color models

82818D
RGB130129141
HSL245°5.00%52.94%
HSB/HSV245°8.51%55.29%
CMYK7.80%8.51%0.00%
44.71%

Color #82818D in popluar number systems.

HEX82818D
Decimal130129141
Binary100000101000000110001101
Octal202201215

Shades and tints

Shades of #82818D

#82818D
(130,129,141)
#777681
(119,118,129)
#6C6B75
(108,107,117)
#616069
(97,96,105)
#56555D
(86,85,93)
#4B4A51
(75,74,81)
#403F45
(64,63,69)
#353439
(53,52,57)
#2A292D
(42,41,45)
#1F1E21
(31,30,33)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #82818D

#82818D
(130,129,141)
#8D8C97
(141,140,151)
#9897A1
(152,151,161)
#A3A2AB
(163,162,171)
#AEADB5
(174,173,181)
#B9B8BF
(185,184,191)
#C4C3C9
(196,195,201)
#CFCED3
(207,206,211)
#DAD9DD
(218,217,221)
#E5E4E7
(229,228,231)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82818D color. Also use rgb(130,129,141) instead hex code.

Text Font Color

.myTextColor { color: #82818D; }

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

This text font color is #82818D.


Background Color

.myBgColor { background-color: #82818D; }

<div style="background-color:#82818D">Inner text</div>

This div background color is #82818D.


Border color

.myBorderColor { border: 1px solid #82818D; }

<div style="border:3px solid #82818D">Div</div>

This div border color is #82818D.


Opacity

.myOpacity80 { color: #82818D; opacity: 0.8; }

<p style="color:#82818D;opacity:0.8;">80%</p>

Text with #82818D 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 #82818D;}

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

This text has shadow with #82818D color.

.textShadow {text-shadow: 3px 3px 1px #82818D, 3px 3px 1px red;}

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

This text has shadow with #82818D primary color and red secondary color.


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

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

This text has shadow with #82818D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82818D on black background.


Color preview on white background

This text has color #82818D on white background.



Black color preview on #82818D background

This text has black color on #82818D background.


White color preview on #82818D background

This text has white color on #82818D background.