COLOR #809A71

HEX: #809A71
RGB: (128,154,113)

Color info

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

RGB color model

#809A71 color RGB value is (128,154,113).

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

RGB channels and saturation

R 128 of 255 = 50%
G 154 of 255 = 60%
B 113 of 255 = 44%

128
154
113

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

Portions of RGB colors in percentages

R + G + B =
128 + 154 + 113 = 395 (100%)
R 128 of 395 ~ 32.41%
G 154 of 395 ~ 38.99%
B 113 of 395 ~ 28.61%

%32.41
%38.99
%28.61

CMYK color model

#809A71 color CMYK value is (17,0,27,40).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 26.62%
  • key color value is 39.61%
CMYK:
(17,0,27,40)
C17M0Y27K40 
(17%,0%,27%,40%)
(0.17/0.00/0.27/0.40)	

CMYK percentages

%16.88
%0
%26.62
%39.61

Codes

Color #809A71 in popluar color models

809A71
RGB128154113
HSL98°16.87%52.35%
HSB/HSV98°26.62%60.39%
CMYK16.88%0.00%26.62%
39.61%

Color #809A71 in popluar number systems.

HEX809A71
Decimal128154113
Binary10000000100110101110001
Octal200232161

Shades and tints

Shades of #809A71

#809A71
(128,154,113)
#758C67
(117,140,103)
#6A7E5D
(106,126,93)
#5F7053
(95,112,83)
#546249
(84,98,73)
#49543F
(73,84,63)
#3E4635
(62,70,53)
#33382B
(51,56,43)
#282A21
(40,42,33)
#1D1C17
(29,28,23)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #809A71

#809A71
(128,154,113)
#8BA37D
(139,163,125)
#96AC89
(150,172,137)
#A1B595
(161,181,149)
#ACBEA1
(172,190,161)
#B7C7AD
(183,199,173)
#C2D0B9
(194,208,185)
#CDD9C5
(205,217,197)
#D8E2D1
(216,226,209)
#E3EBDD
(227,235,221)
#EEF4E9
(238,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809A71; }

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

This text font color is #809A71.


Background Color

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

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

This div background color is #809A71.


Border color

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

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

This div border color is #809A71.


Opacity

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

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

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

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

This text has shadow with #809A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809A71 on black background.


Color preview on white background

This text has color #809A71 on white background.



Black color preview on #809A71 background

This text has black color on #809A71 background.


White color preview on #809A71 background

This text has white color on #809A71 background.