COLOR #809E71

HEX: #809E71
RGB: (128,158,113)

Color info

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

RGB color model

#809E71 color RGB value is (128,158,113).

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

RGB channels and saturation

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

128
158
113

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

Portions of RGB colors in percentages

R + G + B =
128 + 158 + 113 = 399 (100%)
R 128 of 399 ~ 32.08%
G 158 of 399 ~ 39.6%
B 113 of 399 ~ 28.32%

%32.08
%39.6
%28.32

CMYK color model

#809E71 color CMYK value is (19,0,28,38).

  • cyan value is 18.99%
  • magenta value is 0.00%
  • yellow value is 28.48%
  • key color value is 38.04%
CMYK:
(19,0,28,38)
C19M0Y28K38 
(19%,0%,28%,38%)
(0.19/0.00/0.28/0.38)	

CMYK percentages

%18.99
%0
%28.48
%38.04

Codes

Color #809E71 in popluar color models

809E71
RGB128158113
HSL100°18.83%53.14%
HSB/HSV100°28.48%61.96%
CMYK18.99%0.00%28.48%
38.04%

Color #809E71 in popluar number systems.

HEX809E71
Decimal128158113
Binary10000000100111101110001
Octal200236161

Shades and tints

Shades of #809E71

#809E71
(128,158,113)
#759067
(117,144,103)
#6A825D
(106,130,93)
#5F7453
(95,116,83)
#546649
(84,102,73)
#49583F
(73,88,63)
#3E4A35
(62,74,53)
#333C2B
(51,60,43)
#282E21
(40,46,33)
#1D2017
(29,32,23)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #809E71

#809E71
(128,158,113)
#8BA67D
(139,166,125)
#96AE89
(150,174,137)
#A1B695
(161,182,149)
#ACBEA1
(172,190,161)
#B7C6AD
(183,198,173)
#C2CEB9
(194,206,185)
#CDD6C5
(205,214,197)
#D8DED1
(216,222,209)
#E3E6DD
(227,230,221)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809E71; }

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

This text font color is #809E71.


Background Color

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

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

This div background color is #809E71.


Border color

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

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

This div border color is #809E71.


Opacity

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

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

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

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

This text has shadow with #809E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809E71 on black background.


Color preview on white background

This text has color #809E71 on white background.



Black color preview on #809E71 background

This text has black color on #809E71 background.


White color preview on #809E71 background

This text has white color on #809E71 background.