COLOR #809A53

HEX: #809A53
RGB: (128,154,83)

Color info

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

RGB color model

#809A53 color RGB value is (128,154,83).

  • red value is 128;
  • green value is 154;
  • blue value is 83.
RGB:
(128,154,83)
(50%,60%,33%)

RGB channels and saturation

R 128 of 255 = 50%
G 154 of 255 = 60%
B 83 of 255 = 33%

128
154
83

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

Portions of RGB colors in percentages

R + G + B =
128 + 154 + 83 = 365 (100%)
R 128 of 365 ~ 35.07%
G 154 of 365 ~ 42.19%
B 83 of 365 ~ 22.74%

%35.07
%42.19
%22.74

CMYK color model

#809A53 color CMYK value is (17,0,46,40).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 46.10%
  • key color value is 39.61%
CMYK:
(17,0,46,40)
C17M0Y46K40 
(17%,0%,46%,40%)
(0.17/0.00/0.46/0.40)	

CMYK percentages

%16.88
%0
%46.1
%39.61

Codes

Color #809A53 in popluar color models

809A53
RGB12815483
HSL82°29.96%46.47%
HSB/HSV82°46.10%60.39%
CMYK16.88%0.00%46.10%
39.61%

Color #809A53 in popluar number systems.

HEX809A53
Decimal12815483
Binary10000000100110101010011
Octal200232123

Shades and tints

Shades of #809A53

#809A53
(128,154,83)
#758C4C
(117,140,76)
#6A7E45
(106,126,69)
#5F703E
(95,112,62)
#546237
(84,98,55)
#495430
(73,84,48)
#3E4629
(62,70,41)
#333822
(51,56,34)
#282A1B
(40,42,27)
#1D1C14
(29,28,20)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #809A53

#809A53
(128,154,83)
#8BA362
(139,163,98)
#96AC71
(150,172,113)
#A1B580
(161,181,128)
#ACBE8F
(172,190,143)
#B7C79E
(183,199,158)
#C2D0AD
(194,208,173)
#CDD9BC
(205,217,188)
#D8E2CB
(216,226,203)
#E3EBDA
(227,235,218)
#EEF4E9
(238,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809A53; }

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

This text font color is #809A53.


Background Color

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

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

This div background color is #809A53.


Border color

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

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

This div border color is #809A53.


Opacity

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

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

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

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

This text has shadow with #809A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809A53 on black background.


Color preview on white background

This text has color #809A53 on white background.



Black color preview on #809A53 background

This text has black color on #809A53 background.


White color preview on #809A53 background

This text has white color on #809A53 background.