COLOR #818D79

HEX: #818D79 RGB: (129,141,121)

Color info

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

RGB color model

#818D79 color RGB value is (129,141,121).

RGB: (129,141,121) (51%, 55%, 47%)

RGB channels and saturation

R 129 of 255 = 51%
G 141 of 255 = 55%
B 121 of 255 = 47%

129
141
121

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

Portions of RGB colors in percentages

R + G + B = 129 + 141 + 121 = 391 (100%)
R 129 of 391 ~ 32.99%
G 141 of 391 ~ 36.06%
B 121 of 391 ~ 30.95'%

%32.99
%36.06
%30.95

CMYK color model

#818D79 color CMYK value is (9,0,14,45).

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 14.18%
  • key color value is 44.71%

CMYK: (9,0,14,45)
C9M0Y14K45 (9%, 0%, 14%, 45%)
(0.09 / 0.00 / 0.14 / 0.45)

CMYK percentages

%8.51
%0
%14.18
%44.71

Codes

Color #818D79 in popluar color models

81 8D 79
RGB 129 141 121
HSL 96° 8.06% 51.37%
HSB/HSV 96° 14.18% 55.29%
CMYK 8.51% 0.00% 14.18%
44.71%

Color #818D79 in popluar number systems.

HEX 81 8D 79
Decimal 129 141 121
Binary 10000001 10001101 1111001
Octal 201 215 171

Shades and tints

Shades of #818D79

#818D79
(129,141,121)
#76816E
(118,129,110)
#6B7563
(107,117,99)
#606958
(96,105,88)
#555D4D
(85,93,77)
#4A5142
(74,81,66)
#3F4537
(63,69,55)
#34392C
(52,57,44)
#292D21
(41,45,33)
#1E2116
(30,33,22)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #818D79

#818D79
(129,141,121)
#8C9785
(140,151,133)
#97A191
(151,161,145)
#A2AB9D
(162,171,157)
#ADB5A9
(173,181,169)
#B8BFB5
(184,191,181)
#C3C9C1
(195,201,193)
#CED3CD
(206,211,205)
#D9DDD9
(217,221,217)
#E4E7E5
(228,231,229)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818D79; }

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

This text font color is #818D79.

Background Color

.myBgColor { background-color: #818D79; }

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

This div background color is #818D79.

Border color

.myBorderColor { border: 1px solid #818D79; }

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

This div border color is #818D79.

Opacity

.myOpacity80 { color: #818D79; opacity: 0.8; }

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

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

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

This text has shadow with #818D79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818D79.

Preview

Color preview on black background

This text has color #818D79 on black background.


Color preview on white background

This text has color #818D79 on white background.


Black color preview on #818D79 background

This text has black color on #818D79 background.


White color preview on #818D79 background

This text has white color on #818D79 background.


Related colors

Complementary color

Complementary color for #hex is #7E7286.


I love getcolorcode.com

Triadic colors

1 #79818D and #8D7981 with #818D79 are triadic colors.

2 #798D81 and #8D8179 with #818D79 are triadic colors.