COLOR #809D53

HEX: #809D53 RGB: (128,157,83)

Color info

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

RGB color model

#809D53 color RGB value is (128,157,83).

RGB: (128,157,83) (50%, 62%, 33%)

RGB channels and saturation

R 128 of 255 = 50%
G 157 of 255 = 62%
B 83 of 255 = 33%

128
157
83

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

Portions of RGB colors in percentages

R + G + B = 128 + 157 + 83 = 368 (100%)
R 128 of 368 ~ 34.78%
G 157 of 368 ~ 42.66%
B 83 of 368 ~ 22.55'%

%34.78
%42.66
%22.55

CMYK color model

#809D53 color CMYK value is (18,0,47,38).

  • cyan value is 18.47%
  • magenta value is 0.00%
  • yellow value is 47.13%
  • key color value is 38.43%

CMYK: (18,0,47,38)
C18M0Y47K38 (18%, 0%, 47%, 38%)
(0.18 / 0.00 / 0.47 / 0.38)

CMYK percentages

%18.47
%0
%47.13
%38.43

Codes

Color #809D53 in popluar color models

80 9D 53
RGB 128 157 83
HSL 84° 30.83% 47.06%
HSB/HSV 84° 47.13% 61.57%
CMYK 18.47% 0.00% 47.13%
38.43%

Color #809D53 in popluar number systems.

HEX 80 9D 53
Decimal 128 157 83
Binary 10000000 10011101 1010011
Octal 200 235 123

Shades and tints

Shades of #809D53

#809D53
(128,157,83)
#758F4C
(117,143,76)
#6A8145
(106,129,69)
#5F733E
(95,115,62)
#546537
(84,101,55)
#495730
(73,87,48)
#3E4929
(62,73,41)
#333B22
(51,59,34)
#282D1B
(40,45,27)
#1D1F14
(29,31,20)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #809D53

#809D53
(128,157,83)
#8BA562
(139,165,98)
#96AD71
(150,173,113)
#A1B580
(161,181,128)
#ACBD8F
(172,189,143)
#B7C59E
(183,197,158)
#C2CDAD
(194,205,173)
#CDD5BC
(205,213,188)
#D8DDCB
(216,221,203)
#E3E5DA
(227,229,218)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809D53 color. Also use rgb(128,157,83) instead hex code.

Text Font Color

.myTextColor { color: #809D53; }

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

This text font color is #809D53.

Background Color

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

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

This div background color is #809D53.

Border color

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

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

This div border color is #809D53.

Opacity

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

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

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

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

This text has shadow with #809D53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809D53.

Preview

Color preview on black background

This text has color #809D53 on black background.


Color preview on white background

This text has color #809D53 on white background.


Black color preview on #809D53 background

This text has black color on #809D53 background.


White color preview on #809D53 background

This text has white color on #809D53 background.


Related colors

Complementary color

Complementary color for #hex is #7F62AC.


I love getcolorcode.com

Triadic colors

1 #53809D and #9D5380 with #809D53 are triadic colors.

2 #539D80 and #9D8053 with #809D53 are triadic colors.