COLOR #809A83

HEX: #809A83
RGB: (128,154,131)

Color info

#809A83 contains red, green and blue colors in about the same proportion. Web safe color of #809A83 is #669999 (or #699).

RGB color model

#809A83 color RGB value is (128,154,131).

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

RGB channels and saturation

R 128 of 255 = 50%
G 154 of 255 = 60%
B 131 of 255 = 51%

128
154
131

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

Portions of RGB colors in percentages

R + G + B =
128 + 154 + 131 = 413 (100%)
R 128 of 413 ~ 30.99%
G 154 of 413 ~ 37.29%
B 131 of 413 ~ 31.72%

%30.99
%37.29
%31.72

CMYK color model

#809A83 color CMYK value is (17,0,15,40).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 14.94%
  • key color value is 39.61%
CMYK:
(17,0,15,40)
C17M0Y15K40 
(17%,0%,15%,40%)
(0.17/0.00/0.15/0.40)	

CMYK percentages

%16.88
%0
%14.94
%39.61

Codes

Color #809A83 in popluar color models

809A83
RGB128154131
HSL127°11.40%55.29%
HSB/HSV127°16.88%60.39%
CMYK16.88%0.00%14.94%
39.61%

Color #809A83 in popluar number systems.

HEX809A83
Decimal128154131
Binary100000001001101010000011
Octal200232203

Shades and tints

Shades of #809A83

#809A83
(128,154,131)
#758C78
(117,140,120)
#6A7E6D
(106,126,109)
#5F7062
(95,112,98)
#546257
(84,98,87)
#49544C
(73,84,76)
#3E4641
(62,70,65)
#333836
(51,56,54)
#282A2B
(40,42,43)
#1D1C20
(29,28,32)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #809A83

#809A83
(128,154,131)
#8BA38E
(139,163,142)
#96AC99
(150,172,153)
#A1B5A4
(161,181,164)
#ACBEAF
(172,190,175)
#B7C7BA
(183,199,186)
#C2D0C5
(194,208,197)
#CDD9D0
(205,217,208)
#D8E2DB
(216,226,219)
#E3EBE6
(227,235,230)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809A83; }

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

This text font color is #809A83.


Background Color

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

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

This div background color is #809A83.


Border color

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

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

This div border color is #809A83.


Opacity

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

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

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

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

This text has shadow with #809A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809A83 on black background.


Color preview on white background

This text has color #809A83 on white background.



Black color preview on #809A83 background

This text has black color on #809A83 background.


White color preview on #809A83 background

This text has white color on #809A83 background.