COLOR #809D71

HEX: #809D71
RGB: (128,157,113)

Color info

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

RGB color model

#809D71 color RGB value is (128,157,113).

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

RGB channels and saturation

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

128
157
113

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

Portions of RGB colors in percentages

R + G + B =
128 + 157 + 113 = 398 (100%)
R 128 of 398 ~ 32.16%
G 157 of 398 ~ 39.45%
B 113 of 398 ~ 28.39%

%32.16
%39.45
%28.39

CMYK color model

#809D71 color CMYK value is (18,0,28,38).

  • cyan value is 18.47%
  • magenta value is 0.00%
  • yellow value is 28.03%
  • key color value is 38.43%
CMYK:
(18,0,28,38)
C18M0Y28K38 
(18%,0%,28%,38%)
(0.18/0.00/0.28/0.38)	

CMYK percentages

%18.47
%0
%28.03
%38.43

Codes

Color #809D71 in popluar color models

809D71
RGB128157113
HSL100°18.33%52.94%
HSB/HSV100°28.03%61.57%
CMYK18.47%0.00%28.03%
38.43%

Color #809D71 in popluar number systems.

HEX809D71
Decimal128157113
Binary10000000100111011110001
Octal200235161

Shades and tints

Shades of #809D71

#809D71
(128,157,113)
#758F67
(117,143,103)
#6A815D
(106,129,93)
#5F7353
(95,115,83)
#546549
(84,101,73)
#49573F
(73,87,63)
#3E4935
(62,73,53)
#333B2B
(51,59,43)
#282D21
(40,45,33)
#1D1F17
(29,31,23)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #809D71

#809D71
(128,157,113)
#8BA57D
(139,165,125)
#96AD89
(150,173,137)
#A1B595
(161,181,149)
#ACBDA1
(172,189,161)
#B7C5AD
(183,197,173)
#C2CDB9
(194,205,185)
#CDD5C5
(205,213,197)
#D8DDD1
(216,221,209)
#E3E5DD
(227,229,221)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809D71; }

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

This text font color is #809D71.


Background Color

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

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

This div background color is #809D71.


Border color

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

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

This div border color is #809D71.


Opacity

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

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

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

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

This text has shadow with #809D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809D71 on black background.


Color preview on white background

This text has color #809D71 on white background.



Black color preview on #809D71 background

This text has black color on #809D71 background.


White color preview on #809D71 background

This text has white color on #809D71 background.