COLOR #818D70

HEX: #818D70
RGB: (129,141,112)

Color info

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

RGB color model

#818D70 color RGB value is (129,141,112).

  • red value is 129;
  • green value is 141;
  • blue value is 112.
RGB:
(129,141,112)
(51%,55%,44%)

RGB channels and saturation

R 129 of 255 = 51%
G 141 of 255 = 55%
B 112 of 255 = 44%

129
141
112

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

Portions of RGB colors in percentages

R + G + B =
129 + 141 + 112 = 382 (100%)
R 129 of 382 ~ 33.77%
G 141 of 382 ~ 36.91%
B 112 of 382 ~ 29.32%

%33.77
%36.91
%29.32

CMYK color model

#818D70 color CMYK value is (9,0,21,45).

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 20.57%
  • key color value is 44.71%
CMYK:
(9,0,21,45)
C9M0Y21K45 
(9%,0%,21%,45%)
(0.09/0.00/0.21/0.45)	

CMYK percentages

%8.51
%0
%20.57
%44.71

Codes

Color #818D70 in popluar color models

818D70
RGB129141112
HSL85°11.46%49.61%
HSB/HSV85°20.57%55.29%
CMYK8.51%0.00%20.57%
44.71%

Color #818D70 in popluar number systems.

HEX818D70
Decimal129141112
Binary10000001100011011110000
Octal201215160

Shades and tints

Shades of #818D70

#818D70
(129,141,112)
#768166
(118,129,102)
#6B755C
(107,117,92)
#606952
(96,105,82)
#555D48
(85,93,72)
#4A513E
(74,81,62)
#3F4534
(63,69,52)
#34392A
(52,57,42)
#292D20
(41,45,32)
#1E2116
(30,33,22)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #818D70

#818D70
(129,141,112)
#8C977D
(140,151,125)
#97A18A
(151,161,138)
#A2AB97
(162,171,151)
#ADB5A4
(173,181,164)
#B8BFB1
(184,191,177)
#C3C9BE
(195,201,190)
#CED3CB
(206,211,203)
#D9DDD8
(217,221,216)
#E4E7E5
(228,231,229)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818D70; }

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

This text font color is #818D70.


Background Color

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

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

This div background color is #818D70.


Border color

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

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

This div border color is #818D70.


Opacity

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

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

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

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

This text has shadow with #818D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818D70 on black background.


Color preview on white background

This text has color #818D70 on white background.



Black color preview on #818D70 background

This text has black color on #818D70 background.


White color preview on #818D70 background

This text has white color on #818D70 background.