COLOR #818979

HEX: #818979
RGB: (129,137,121)

Color info

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

RGB color model

#818979 color RGB value is (129,137,121).

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

RGB channels and saturation

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

129
137
121

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

Portions of RGB colors in percentages

R + G + B =
129 + 137 + 121 = 387 (100%)
R 129 of 387 ~ 33.33%
G 137 of 387 ~ 35.4%
B 121 of 387 ~ 31.27%

%33.33
%35.4
%31.27

CMYK color model

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

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

CMYK percentages

%5.84
%0
%11.68
%46.27

Codes

Color #818979 in popluar color models

818979
RGB129137121
HSL90°6.35%50.59%
HSB/HSV90°11.68%53.73%
CMYK5.84%0.00%11.68%
46.27%

Color #818979 in popluar number systems.

HEX818979
Decimal129137121
Binary10000001100010011111001
Octal201211171

Shades and tints

Shades of #818979

#818979
(129,137,121)
#767D6E
(118,125,110)
#6B7163
(107,113,99)
#606558
(96,101,88)
#55594D
(85,89,77)
#4A4D42
(74,77,66)
#3F4137
(63,65,55)
#34352C
(52,53,44)
#292921
(41,41,33)
#1E1D16
(30,29,22)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #818979

#818979
(129,137,121)
#8C9385
(140,147,133)
#979D91
(151,157,145)
#A2A79D
(162,167,157)
#ADB1A9
(173,177,169)
#B8BBB5
(184,187,181)
#C3C5C1
(195,197,193)
#CECFCD
(206,207,205)
#D9D9D9
(217,217,217)
#E4E3E5
(228,227,229)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818979; }

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

This text font color is #818979.


Background Color

.myBgColor { background-color: #818979; }

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

This div background color is #818979.


Border color

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

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

This div border color is #818979.


Opacity

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

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

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

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

This text has shadow with #818979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818979 on black background.


Color preview on white background

This text has color #818979 on white background.



Black color preview on #818979 background

This text has black color on #818979 background.


White color preview on #818979 background

This text has white color on #818979 background.