COLOR #809E61

HEX: #809E61
RGB: (128,158,97)

Color info

#809E61 contains mainly red and green colors. Web safe color of #809E61 is #669966 (or #696).

RGB color model

#809E61 color RGB value is (128,158,97).

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

RGB channels and saturation

R 128 of 255 = 50%
G 158 of 255 = 62%
B 97 of 255 = 38%

128
158
97

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

Portions of RGB colors in percentages

R + G + B =
128 + 158 + 97 = 383 (100%)
R 128 of 383 ~ 33.42%
G 158 of 383 ~ 41.25%
B 97 of 383 ~ 25.33%

%33.42
%41.25
%25.33

CMYK color model

#809E61 color CMYK value is (19,0,39,38).

  • cyan value is 18.99%
  • magenta value is 0.00%
  • yellow value is 38.61%
  • key color value is 38.04%
CMYK:
(19,0,39,38)
C19M0Y39K38 
(19%,0%,39%,38%)
(0.19/0.00/0.39/0.38)	

CMYK percentages

%18.99
%0
%38.61
%38.04

Codes

Color #809E61 in popluar color models

809E61
RGB12815897
HSL90°23.92%50.00%
HSB/HSV90°38.61%61.96%
CMYK18.99%0.00%38.61%
38.04%

Color #809E61 in popluar number systems.

HEX809E61
Decimal12815897
Binary10000000100111101100001
Octal200236141

Shades and tints

Shades of #809E61

#809E61
(128,158,97)
#759059
(117,144,89)
#6A8251
(106,130,81)
#5F7449
(95,116,73)
#546641
(84,102,65)
#495839
(73,88,57)
#3E4A31
(62,74,49)
#333C29
(51,60,41)
#282E21
(40,46,33)
#1D2019
(29,32,25)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #809E61

#809E61
(128,158,97)
#8BA66F
(139,166,111)
#96AE7D
(150,174,125)
#A1B68B
(161,182,139)
#ACBE99
(172,190,153)
#B7C6A7
(183,198,167)
#C2CEB5
(194,206,181)
#CDD6C3
(205,214,195)
#D8DED1
(216,222,209)
#E3E6DF
(227,230,223)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809E61; }

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

This text font color is #809E61.


Background Color

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

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

This div background color is #809E61.


Border color

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

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

This div border color is #809E61.


Opacity

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

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

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

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

This text has shadow with #809E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809E61 on black background.


Color preview on white background

This text has color #809E61 on white background.



Black color preview on #809E61 background

This text has black color on #809E61 background.


White color preview on #809E61 background

This text has white color on #809E61 background.