COLOR #80828A

HEX: #80828A RGB: (128,130,138)

Color info

#80828A contains red, green and blue colors in about the same proportion. Web safe color of #80828A is #669999 (or #699).

RGB color model

#80828A color RGB value is (128,130,138).

RGB: (128,130,138) (50%, 51%, 54%)

RGB channels and saturation

R 128 of 255 = 50%
G 130 of 255 = 51%
B 138 of 255 = 54%

128
130
138

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

Portions of RGB colors in percentages

R + G + B = 128 + 130 + 138 = 396 (100%)
R 128 of 396 ~ 32.32%
G 130 of 396 ~ 32.83%
B 138 of 396 ~ 34.85'%

%32.32
%32.83
%34.85

CMYK color model

#80828A color CMYK value is (7,6,0,46).

  • cyan value is 7.25%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (7,6,0,46)
C7M6Y0K46 (7%, 6%, 0%, 46%)
(0.07 / 0.06 / 0.00 / 0.46)

CMYK percentages

%7.25
%5.8
%0
%45.88

Codes

Color #80828A in popluar color models

80 82 8A
RGB 128 130 138
HSL 228° 4.10% 52.16%
HSB/HSV 228° 7.25% 54.12%
CMYK 7.25% 5.80% 0.00%
45.88%

Color #80828A in popluar number systems.

HEX 80 82 8A
Decimal 128 130 138
Binary 10000000 10000010 10001010
Octal 200 202 212

Shades and tints

Shades of #80828A

#80828A
(128,130,138)
#75777E
(117,119,126)
#6A6C72
(106,108,114)
#5F6166
(95,97,102)
#54565A
(84,86,90)
#494B4E
(73,75,78)
#3E4042
(62,64,66)
#333536
(51,53,54)
#282A2A
(40,42,42)
#1D1F1E
(29,31,30)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #80828A

#80828A
(128,130,138)
#8B8D94
(139,141,148)
#96989E
(150,152,158)
#A1A3A8
(161,163,168)
#ACAEB2
(172,174,178)
#B7B9BC
(183,185,188)
#C2C4C6
(194,196,198)
#CDCFD0
(205,207,208)
#D8DADA
(216,218,218)
#E3E5E4
(227,229,228)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80828A color. Also use rgb(128,130,138) instead hex code.

Text Font Color

.myTextColor { color: #80828A; }

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

This text font color is #80828A.

Background Color

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

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

This div background color is #80828A.

Border color

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

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

This div border color is #80828A.

Opacity

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

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

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

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

This text has shadow with #80828A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80828A.

Preview

Color preview on black background

This text has color #80828A on black background.


Color preview on white background

This text has color #80828A on white background.


Black color preview on #80828A background

This text has black color on #80828A background.


White color preview on #80828A background

This text has white color on #80828A background.


Related colors

Complementary color

Complementary color for #hex is #7F7D75.


I love getcolorcode.com

Triadic colors

1 #8A8082 and #828A80 with #80828A are triadic colors.

2 #8A8280 and #82808A with #80828A are triadic colors.