COLOR #809D70

HEX: #809D70
RGB: (128,157,112)

Color info

#809D70 contains red, green and blue colors in about the same proportion. Web safe color of #809D70 is #669966 (or #696).

RGB color model

#809D70 color RGB value is (128,157,112).

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

RGB channels and saturation

R 128 of 255 = 50%
G 157 of 255 = 62%
B 112 of 255 = 44%

128
157
112

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

Portions of RGB colors in percentages

R + G + B =
128 + 157 + 112 = 397 (100%)
R 128 of 397 ~ 32.24%
G 157 of 397 ~ 39.55%
B 112 of 397 ~ 28.21%

%32.24
%39.55
%28.21

CMYK color model

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

  • cyan value is 18.47%
  • 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

%18.47
%0
%28.66
%38.43

Codes

Color #809D70 in popluar color models

809D70
RGB128157112
HSL99°18.67%52.75%
HSB/HSV99°28.66%61.57%
CMYK18.47%0.00%28.66%
38.43%

Color #809D70 in popluar number systems.

HEX809D70
Decimal128157112
Binary10000000100111011110000
Octal200235160

Shades and tints

Shades of #809D70

#809D70
(128,157,112)
#758F66
(117,143,102)
#6A815C
(106,129,92)
#5F7352
(95,115,82)
#546548
(84,101,72)
#49573E
(73,87,62)
#3E4934
(62,73,52)
#333B2A
(51,59,42)
#282D20
(40,45,32)
#1D1F16
(29,31,22)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #809D70

#809D70
(128,157,112)
#8BA57D
(139,165,125)
#96AD8A
(150,173,138)
#A1B597
(161,181,151)
#ACBDA4
(172,189,164)
#B7C5B1
(183,197,177)
#C2CDBE
(194,205,190)
#CDD5CB
(205,213,203)
#D8DDD8
(216,221,216)
#E3E5E5
(227,229,229)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809D70; }

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

This text font color is #809D70.


Background Color

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

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

This div background color is #809D70.


Border color

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

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

This div border color is #809D70.


Opacity

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

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

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

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

This text has shadow with #809D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809D70 on black background.


Color preview on white background

This text has color #809D70 on white background.



Black color preview on #809D70 background

This text has black color on #809D70 background.


White color preview on #809D70 background

This text has white color on #809D70 background.