COLOR #818880

HEX: #818880 RGB: (129,136,128)

Color info

#818880 contains red, green and blue colors in about the same proportion. Web safe color of #818880 is #999966 (or #996).

RGB color model

#818880 color RGB value is (129,136,128).

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

RGB channels and saturation

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

129
136
128

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

Portions of RGB colors in percentages

R + G + B = 129 + 136 + 128 = 393 (100%)
R 129 of 393 ~ 32.82%
G 136 of 393 ~ 34.61%
B 128 of 393 ~ 32.57'%

%32.82
%34.61
%32.57

CMYK color model

#818880 color CMYK value is (5,0,6,47).

  • cyan value is 5.15%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 46.67%

CMYK: (5,0,6,47)
C5M0Y6K47 (5%, 0%, 6%, 47%)
(0.05 / 0.00 / 0.06 / 0.47)

CMYK percentages

%5.15
%0
%5.88
%46.67

Codes

Color #818880 in popluar color models

81 88 80
RGB 129 136 128
HSL 113° 3.25% 51.76%
HSB/HSV 113° 5.88% 53.33%
CMYK 5.15% 0.00% 5.88%
46.67%

Color #818880 in popluar number systems.

HEX 81 88 80
Decimal 129 136 128
Binary 10000001 10001000 10000000
Octal 201 210 200

Shades and tints

Shades of #818880

#818880
(129,136,128)
#767C75
(118,124,117)
#6B706A
(107,112,106)
#60645F
(96,100,95)
#555854
(85,88,84)
#4A4C49
(74,76,73)
#3F403E
(63,64,62)
#343433
(52,52,51)
#292828
(41,40,40)
#1E1C1D
(30,28,29)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #818880

#818880
(129,136,128)
#8C928B
(140,146,139)
#979C96
(151,156,150)
#A2A6A1
(162,166,161)
#ADB0AC
(173,176,172)
#B8BAB7
(184,186,183)
#C3C4C2
(195,196,194)
#CECECD
(206,206,205)
#D9D8D8
(217,216,216)
#E4E2E3
(228,226,227)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818880; }

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

This text font color is #818880.

Background Color

.myBgColor { background-color: #818880; }

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

This div background color is #818880.

Border color

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

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

This div border color is #818880.

Opacity

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

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

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

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

This text has shadow with #818880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818880.

Preview

Color preview on black background

This text has color #818880 on black background.


Color preview on white background

This text has color #818880 on white background.


Black color preview on #818880 background

This text has black color on #818880 background.


White color preview on #818880 background

This text has white color on #818880 background.


Related colors

Complementary color

Complementary color for #hex is #7E777F.


I love getcolorcode.com

Triadic colors

1 #808188 and #888081 with #818880 are triadic colors.

2 #808881 and #888180 with #818880 are triadic colors.