COLOR #819D70

HEX: #819D70
RGB: (129,157,112)

Color info

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

RGB color model

#819D70 color RGB value is (129,157,112).

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

RGB channels and saturation

R 129 of 255 = 51%
G 157 of 255 = 62%
B 112 of 255 = 44%

129
157
112

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

Portions of RGB colors in percentages

R + G + B =
129 + 157 + 112 = 398 (100%)
R 129 of 398 ~ 32.41%
G 157 of 398 ~ 39.45%
B 112 of 398 ~ 28.14%

%32.41
%39.45
%28.14

CMYK color model

#819D70 color CMYK value is (18,0,29,38).

  • cyan value is 17.83%
  • magenta value is 0.00%
  • yellow value is 28.66%
  • key color value is 38.43%
CMYK:
(18,0,29,38)
C18M0Y29K38 
(18%,0%,29%,38%)
(0.18/0.00/0.29/0.38)	

CMYK percentages

%17.83
%0
%28.66
%38.43

Codes

Color #819D70 in popluar color models

819D70
RGB129157112
HSL97°18.67%52.75%
HSB/HSV97°28.66%61.57%
CMYK17.83%0.00%28.66%
38.43%

Color #819D70 in popluar number systems.

HEX819D70
Decimal129157112
Binary10000001100111011110000
Octal201235160

Shades and tints

Shades of #819D70

#819D70
(129,157,112)
#768F66
(118,143,102)
#6B815C
(107,129,92)
#607352
(96,115,82)
#556548
(85,101,72)
#4A573E
(74,87,62)
#3F4934
(63,73,52)
#343B2A
(52,59,42)
#292D20
(41,45,32)
#1E1F16
(30,31,22)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #819D70

#819D70
(129,157,112)
#8CA57D
(140,165,125)
#97AD8A
(151,173,138)
#A2B597
(162,181,151)
#ADBDA4
(173,189,164)
#B8C5B1
(184,197,177)
#C3CDBE
(195,205,190)
#CED5CB
(206,213,203)
#D9DDD8
(217,221,216)
#E4E5E5
(228,229,229)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819D70; }

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

This text font color is #819D70.


Background Color

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

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

This div background color is #819D70.


Border color

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

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

This div border color is #819D70.


Opacity

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

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

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

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

This text has shadow with #819D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819D70 on black background.


Color preview on white background

This text has color #819D70 on white background.



Black color preview on #819D70 background

This text has black color on #819D70 background.


White color preview on #819D70 background

This text has white color on #819D70 background.