COLOR #809E52

HEX: #809E52 RGB: (128,158,82)

Color info

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

RGB color model

#809E52 color RGB value is (128,158,82).

RGB: (128,158,82) (50%, 62%, 32%)

RGB channels and saturation

R 128 of 255 = 50%
G 158 of 255 = 62%
B 82 of 255 = 32%

128
158
82

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

Portions of RGB colors in percentages

R + G + B = 128 + 158 + 82 = 368 (100%)
R 128 of 368 ~ 34.78%
G 158 of 368 ~ 42.93%
B 82 of 368 ~ 22.28'%

%34.78
%42.93
%22.28

CMYK color model

#809E52 color CMYK value is (19,0,48,38).

  • cyan value is 18.99%
  • magenta value is 0.00%
  • yellow value is 48.10%
  • key color value is 38.04%

CMYK: (19,0,48,38)
C19M0Y48K38 (19%, 0%, 48%, 38%)
(0.19 / 0.00 / 0.48 / 0.38)

CMYK percentages

%18.99
%0
%48.1
%38.04

Codes

Color #809E52 in popluar color models

80 9E 52
RGB 128 158 82
HSL 84° 31.67% 47.06%
HSB/HSV 84° 48.10% 61.96%
CMYK 18.99% 0.00% 48.10%
38.04%

Color #809E52 in popluar number systems.

HEX 80 9E 52
Decimal 128 158 82
Binary 10000000 10011110 1010010
Octal 200 236 122

Shades and tints

Shades of #809E52

#809E52
(128,158,82)
#75904B
(117,144,75)
#6A8244
(106,130,68)
#5F743D
(95,116,61)
#546636
(84,102,54)
#49582F
(73,88,47)
#3E4A28
(62,74,40)
#333C21
(51,60,33)
#282E1A
(40,46,26)
#1D2013
(29,32,19)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #809E52

#809E52
(128,158,82)
#8BA661
(139,166,97)
#96AE70
(150,174,112)
#A1B67F
(161,182,127)
#ACBE8E
(172,190,142)
#B7C69D
(183,198,157)
#C2CEAC
(194,206,172)
#CDD6BB
(205,214,187)
#D8DECA
(216,222,202)
#E3E6D9
(227,230,217)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809E52; }

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

This text font color is #809E52.

Background Color

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

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

This div background color is #809E52.

Border color

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

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

This div border color is #809E52.

Opacity

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

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

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

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

This text has shadow with #809E52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809E52.

Preview

Color preview on black background

This text has color #809E52 on black background.


Color preview on white background

This text has color #809E52 on white background.


Black color preview on #809E52 background

This text has black color on #809E52 background.


White color preview on #809E52 background

This text has white color on #809E52 background.


Related colors

Complementary color

Complementary color for #hex is #7F61AD.


I love getcolorcode.com

Triadic colors

1 #52809E and #9E5280 with #809E52 are triadic colors.

2 #529E80 and #9E8052 with #809E52 are triadic colors.