COLOR #818981

HEX: #818981
RGB: (129,137,129)

Color info

#818981 contains red, green and blue colors in about the same proportion. Web safe color of #818981 is #999999 (or #999).

RGB color model

#818981 color RGB value is (129,137,129).

  • red value is 129;
  • green value is 137;
  • blue value is 129.
RGB:
(129,137,129)
(51%,54%,51%)

RGB channels and saturation

R 129 of 255 = 51%
G 137 of 255 = 54%
B 129 of 255 = 51%

129
137
129

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

Portions of RGB colors in percentages

R + G + B =
129 + 137 + 129 = 395 (100%)
R 129 of 395 ~ 32.66%
G 137 of 395 ~ 34.68%
B 129 of 395 ~ 32.66%

%32.66
%34.68
%32.66

CMYK color model

#818981 color CMYK value is (6,0,6,46).

  • cyan value is 5.84%
  • magenta value is 0.00%
  • yellow value is 5.84%
  • key color value is 46.27%
CMYK:
(6,0,6,46)
C6M0Y6K46 
(6%,0%,6%,46%)
(0.06/0.00/0.06/0.46)	

CMYK percentages

%5.84
%0
%5.84
%46.27

Codes

Color #818981 in popluar color models

818981
RGB129137129
HSL120°3.28%52.16%
HSB/HSV120°5.84%53.73%
CMYK5.84%0.00%5.84%
46.27%

Color #818981 in popluar number systems.

HEX818981
Decimal129137129
Binary100000011000100110000001
Octal201211201

Shades and tints

Shades of #818981

#818981
(129,137,129)
#767D76
(118,125,118)
#6B716B
(107,113,107)
#606560
(96,101,96)
#555955
(85,89,85)
#4A4D4A
(74,77,74)
#3F413F
(63,65,63)
#343534
(52,53,52)
#292929
(41,41,41)
#1E1D1E
(30,29,30)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #818981

#818981
(129,137,129)
#8C938C
(140,147,140)
#979D97
(151,157,151)
#A2A7A2
(162,167,162)
#ADB1AD
(173,177,173)
#B8BBB8
(184,187,184)
#C3C5C3
(195,197,195)
#CECFCE
(206,207,206)
#D9D9D9
(217,217,217)
#E4E3E4
(228,227,228)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818981; }

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

This text font color is #818981.


Background Color

.myBgColor { background-color: #818981; }

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

This div background color is #818981.


Border color

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

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

This div border color is #818981.


Opacity

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

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

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

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

This text has shadow with #818981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818981 on black background.


Color preview on white background

This text has color #818981 on white background.



Black color preview on #818981 background

This text has black color on #818981 background.


White color preview on #818981 background

This text has white color on #818981 background.