COLOR #80818C

HEX: #80818C RGB: (128,129,140)

Color info

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

RGB color model

#80818C color RGB value is (128,129,140).

RGB: (128,129,140) (50%, 51%, 55%)

RGB channels and saturation

R 128 of 255 = 50%
G 129 of 255 = 51%
B 140 of 255 = 55%

128
129
140

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

Portions of RGB colors in percentages

R + G + B = 128 + 129 + 140 = 397 (100%)
R 128 of 397 ~ 32.24%
G 129 of 397 ~ 32.49%
B 140 of 397 ~ 35.26'%

%32.24
%32.49
%35.26

CMYK color model

#80818C color CMYK value is (9,8,0,45).

  • cyan value is 8.57%
  • magenta value is 7.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK: (9,8,0,45) C9M8Y0K45 (9%,8%,0%,45%) (0.09/0.08/0.00/0.45) 

CMYK percentages

%8.57
%7.86
%0
%45.1

Codes

Color #80818C in popluar color models

80 81 8C
RGB 128 129 140
HSL 235° 4.96% 52.55%
HSB/HSV 235° 8.57% 54.90%
CMYK 8.57% 7.86% 0.00%
45.10%

Color #80818C in popluar number systems.

HEX 80 81 8C
Decimal 128 129 140
Binary 10000000 10000001 10001100
Octal 200 201 214

Shades and tints

Shades of #80818C

#80818C
(128,129,140)
#757680
(117,118,128)
#6A6B74
(106,107,116)
#5F6068
(95,96,104)
#54555C
(84,85,92)
#494A50
(73,74,80)
#3E3F44
(62,63,68)
#333438
(51,52,56)
#28292C
(40,41,44)
#1D1E20
(29,30,32)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #80818C

#80818C
(128,129,140)
#8B8C96
(139,140,150)
#9697A0
(150,151,160)
#A1A2AA
(161,162,170)
#ACADB4
(172,173,180)
#B7B8BE
(183,184,190)
#C2C3C8
(194,195,200)
#CDCED2
(205,206,210)
#D8D9DC
(216,217,220)
#E3E4E6
(227,228,230)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80818C color. Also use rgb(128,129,140) instead hex code.

Text Font Color

.myTextColor { color: #80818C; }

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

This text font color is #80818C.

Background Color

.myBgColor { background-color: #80818C; }

<div style="background-color:#80818C">Inner text</div>

This div background color is #80818C.

Border color

.myBorderColor { border: 1px solid #80818C; }

<div style="border:3px solid #80818C">Div</div>

This div border color is #80818C.

Opacity

.myOpacity80 { color: #80818C; opacity: 0.8; }

<p style="color:#80818C;opacity:0.8;">80%</p>

Text with #80818C 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 #80818C;}

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

This text has shadow with #80818C color.


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

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

This text has shadow with #80818C primary color and red secondary color.


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

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

This text has shadow with #80818C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80818C.

Preview

Color preview on black background

This text has color #80818C on black background.


Color preview on white background

This text has color #80818C on white background.


Black color preview on #80818C background

This text has black color on #80818C background.


White color preview on #80818C background

This text has white color on #80818C background.


Related colors

Complementary color

Complementary color for #hex is #7F7E73.


I love getcolorcode.com

Triadic colors

1 #8C8081 and #818C80 with #80818C are triadic colors.

2 #8C8180 and #81808C with #80818C are triadic colors.