COLOR #818080

HEX: #818080 RGB: (129,128,128)

Color info

#818080 contains red, green and blue colors in about the same proportion. Web safe color of #818080 is #996666 (or #966).

RGB color model

#818080 color RGB value is (129,128,128).

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

RGB channels and saturation

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

129
128
128

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

Portions of RGB colors in percentages

R + G + B = 129 + 128 + 128 = 385 (100%)
R 129 of 385 ~ 33.51%
G 128 of 385 ~ 33.25%
B 128 of 385 ~ 33.25'%

%33.51
%33.25
%33.25

CMYK color model

#818080 color CMYK value is (0,1,1,49).

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 0.78%
  • key color value is 49.41%

CMYK: (0,1,1,49)
C0M1Y1K49 (0%, 1%, 1%, 49%)
(0.00 / 0.01 / 0.01 / 0.49)

CMYK percentages

%0
%0.78
%0.78
%49.41

Codes

Color #818080 in popluar color models

81 80 80
RGB 129 128 128
HSL 0.40% 50.39%
HSB/HSV 0.78% 50.59%
CMYK 0.00% 0.78% 0.78%
49.41%

Color #818080 in popluar number systems.

HEX 81 80 80
Decimal 129 128 128
Binary 10000001 10000000 10000000
Octal 201 200 200

Shades and tints

Shades of #818080

#818080
(129,128,128)
#767575
(118,117,117)
#6B6A6A
(107,106,106)
#605F5F
(96,95,95)
#555454
(85,84,84)
#4A4949
(74,73,73)
#3F3E3E
(63,62,62)
#343333
(52,51,51)
#292828
(41,40,40)
#1E1D1D
(30,29,29)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #818080

#818080
(129,128,128)
#8C8B8B
(140,139,139)
#979696
(151,150,150)
#A2A1A1
(162,161,161)
#ADACAC
(173,172,172)
#B8B7B7
(184,183,183)
#C3C2C2
(195,194,194)
#CECDCD
(206,205,205)
#D9D8D8
(217,216,216)
#E4E3E3
(228,227,227)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818080; }

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

This text font color is #818080.

Background Color

.myBgColor { background-color: #818080; }

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

This div background color is #818080.

Border color

.myBorderColor { border: 1px solid #818080; }

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

This div border color is #818080.

Opacity

.myOpacity80 { color: #818080; opacity: 0.8; }

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

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

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

This text has shadow with #818080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818080.

Preview

Color preview on black background

This text has color #818080 on black background.


Color preview on white background

This text has color #818080 on white background.


Black color preview on #818080 background

This text has black color on #818080 background.


White color preview on #818080 background

This text has white color on #818080 background.


Related colors

Complementary color

Complementary color for #hex is #7E7F7F.


I love getcolorcode.com