COLOR #809E7D

HEX: #809E7D
RGB: (128,158,125)

Color info

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

RGB color model

#809E7D color RGB value is (128,158,125).

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

RGB channels and saturation

R 128 of 255 = 50%
G 158 of 255 = 62%
B 125 of 255 = 49%

128
158
125

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

Portions of RGB colors in percentages

R + G + B =
128 + 158 + 125 = 411 (100%)
R 128 of 411 ~ 31.14%
G 158 of 411 ~ 38.44%
B 125 of 411 ~ 30.41%

%31.14
%38.44
%30.41

CMYK color model

#809E7D color CMYK value is (19,0,21,38).

  • cyan value is 18.99%
  • magenta value is 0.00%
  • yellow value is 20.89%
  • key color value is 38.04%
CMYK:
(19,0,21,38)
C19M0Y21K38 
(19%,0%,21%,38%)
(0.19/0.00/0.21/0.38)	

CMYK percentages

%18.99
%0
%20.89
%38.04

Codes

Color #809E7D in popluar color models

809E7D
RGB128158125
HSL115°14.54%55.49%
HSB/HSV115°20.89%61.96%
CMYK18.99%0.00%20.89%
38.04%

Color #809E7D in popluar number systems.

HEX809E7D
Decimal128158125
Binary10000000100111101111101
Octal200236175

Shades and tints

Shades of #809E7D

#809E7D
(128,158,125)
#759072
(117,144,114)
#6A8267
(106,130,103)
#5F745C
(95,116,92)
#546651
(84,102,81)
#495846
(73,88,70)
#3E4A3B
(62,74,59)
#333C30
(51,60,48)
#282E25
(40,46,37)
#1D201A
(29,32,26)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #809E7D

#809E7D
(128,158,125)
#8BA688
(139,166,136)
#96AE93
(150,174,147)
#A1B69E
(161,182,158)
#ACBEA9
(172,190,169)
#B7C6B4
(183,198,180)
#C2CEBF
(194,206,191)
#CDD6CA
(205,214,202)
#D8DED5
(216,222,213)
#E3E6E0
(227,230,224)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809E7D; }

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

This text font color is #809E7D.


Background Color

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

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

This div background color is #809E7D.


Border color

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

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

This div border color is #809E7D.


Opacity

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

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

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

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

This text has shadow with #809E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809E7D on black background.


Color preview on white background

This text has color #809E7D on white background.



Black color preview on #809E7D background

This text has black color on #809E7D background.


White color preview on #809E7D background

This text has white color on #809E7D background.