COLOR #82808B

HEX: #82808B RGB: (130,128,139)

Color info

#82808B contains red, green and blue colors in about the same proportion. Web safe color of #82808B is #996699 (or #969).

RGB color model

#82808B color RGB value is (130,128,139).

RGB: (130,128,139) (51%, 50%, 55%)

RGB channels and saturation

R 130 of 255 = 51%
G 128 of 255 = 50%
B 139 of 255 = 55%

130
128
139

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

Portions of RGB colors in percentages

R + G + B = 130 + 128 + 139 = 397 (100%)
R 130 of 397 ~ 32.75%
G 128 of 397 ~ 32.24%
B 139 of 397 ~ 35.01'%

%32.75
%32.24
%35.01

CMYK color model

#82808B color CMYK value is (6,8,0,45).

  • cyan value is 6.47%
  • magenta value is 7.91%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (6,8,0,45)
C6M8Y0K45 (6%, 8%, 0%, 45%)
(0.06 / 0.08 / 0.00 / 0.45)

CMYK percentages

%6.47
%7.91
%0
%45.49

Codes

Color #82808B in popluar color models

82 80 8B
RGB 130 128 139
HSL 251° 4.53% 52.35%
HSB/HSV 251° 7.91% 54.51%
CMYK 6.47% 7.91% 0.00%
45.49%

Color #82808B in popluar number systems.

HEX 82 80 8B
Decimal 130 128 139
Binary 10000010 10000000 10001011
Octal 202 200 213

Shades and tints

Shades of #82808B

#82808B
(130,128,139)
#77757F
(119,117,127)
#6C6A73
(108,106,115)
#615F67
(97,95,103)
#56545B
(86,84,91)
#4B494F
(75,73,79)
#403E43
(64,62,67)
#353337
(53,51,55)
#2A282B
(42,40,43)
#1F1D1F
(31,29,31)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #82808B

#82808B
(130,128,139)
#8D8B95
(141,139,149)
#98969F
(152,150,159)
#A3A1A9
(163,161,169)
#AEACB3
(174,172,179)
#B9B7BD
(185,183,189)
#C4C2C7
(196,194,199)
#CFCDD1
(207,205,209)
#DAD8DB
(218,216,219)
#E5E3E5
(229,227,229)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82808B color. Also use rgb(130,128,139) instead hex code.

Text Font Color

.myTextColor { color: #82808B; }

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

This text font color is #82808B.

Background Color

.myBgColor { background-color: #82808B; }

<div style="background-color:#82808B">Inner text</div>

This div background color is #82808B.

Border color

.myBorderColor { border: 1px solid #82808B; }

<div style="border:3px solid #82808B">Div</div>

This div border color is #82808B.

Opacity

.myOpacity80 { color: #82808B; opacity: 0.8; }

<p style="color:#82808B;opacity:0.8;">80%</p>

Text with #82808B 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 #82808B;}

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

This text has shadow with #82808B color.


.textShadow {text-shadow: 3px 3px 1px #82808B', 3px 3px 1px red;}

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

This text has shadow with #82808B primary color and red secondary color.


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

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

This text has shadow with #82808B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82808B; -webkit-box-shadow: 1px 1px 3px 2px #82808B; box-shadow:1px 1px 3px 2px #82808B;">
Div content here
</div>

This div box has shadow with color #82808B.

Preview

Color preview on black background

This text has color #82808B on black background.


Color preview on white background

This text has color #82808B on white background.


Black color preview on #82808B background

This text has black color on #82808B background.


White color preview on #82808B background

This text has white color on #82808B background.


Related colors

Complementary color

Complementary color for #hex is #7D7F74.


I love getcolorcode.com

Triadic colors

1 #8B8280 and #808B82 with #82808B are triadic colors.

2 #8B8082 and #80828B with #82808B are triadic colors.