COLOR #818E7A

HEX: #818E7A RGB: (129,142,122)

Color info

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

RGB color model

#818E7A color RGB value is (129,142,122).

RGB: (129,142,122) (51%, 56%, 48%)

RGB channels and saturation

R 129 of 255 = 51%
G 142 of 255 = 56%
B 122 of 255 = 48%

129
142
122

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

Portions of RGB colors in percentages

R + G + B = 129 + 142 + 122 = 393 (100%)
R 129 of 393 ~ 32.82%
G 142 of 393 ~ 36.13%
B 122 of 393 ~ 31.04'%

%32.82
%36.13
%31.04

CMYK color model

#818E7A color CMYK value is (9,0,14,44).

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 14.08%
  • key color value is 44.31%

CMYK: (9,0,14,44)
C9M0Y14K44 (9%, 0%, 14%, 44%)
(0.09 / 0.00 / 0.14 / 0.44)

CMYK percentages

%9.15
%0
%14.08
%44.31

Codes

Color #818E7A in popluar color models

81 8E 7A
RGB 129 142 122
HSL 99° 8.13% 51.76%
HSB/HSV 99° 14.08% 55.69%
CMYK 9.15% 0.00% 14.08%
44.31%

Color #818E7A in popluar number systems.

HEX 81 8E 7A
Decimal 129 142 122
Binary 10000001 10001110 1111010
Octal 201 216 172

Shades and tints

Shades of #818E7A

#818E7A
(129,142,122)
#76826F
(118,130,111)
#6B7664
(107,118,100)
#606A59
(96,106,89)
#555E4E
(85,94,78)
#4A5243
(74,82,67)
#3F4638
(63,70,56)
#343A2D
(52,58,45)
#292E22
(41,46,34)
#1E2217
(30,34,23)
#13160C
(19,22,12)
#000000
(0,0,0)

Tints of #818E7A

#818E7A
(129,142,122)
#8C9886
(140,152,134)
#97A292
(151,162,146)
#A2AC9E
(162,172,158)
#ADB6AA
(173,182,170)
#B8C0B6
(184,192,182)
#C3CAC2
(195,202,194)
#CED4CE
(206,212,206)
#D9DEDA
(217,222,218)
#E4E8E6
(228,232,230)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818E7A color. Also use rgb(129,142,122) instead hex code.

Text Font Color

.myTextColor { color: #818E7A; }

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

This text font color is #818E7A.

Background Color

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

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

This div background color is #818E7A.

Border color

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

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

This div border color is #818E7A.

Opacity

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

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

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

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

This text has shadow with #818E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818E7A.

Preview

Color preview on black background

This text has color #818E7A on black background.


Color preview on white background

This text has color #818E7A on white background.


Black color preview on #818E7A background

This text has black color on #818E7A background.


White color preview on #818E7A background

This text has white color on #818E7A background.


Related colors

Complementary color

Complementary color for #hex is #7E7185.


I love getcolorcode.com

Triadic colors

1 #7A818E and #8E7A81 with #818E7A are triadic colors.

2 #7A8E81 and #8E817A with #818E7A are triadic colors.