COLOR #809D8A

HEX: #809D8A
RGB: (128,157,138)

Color info

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

RGB color model

#809D8A color RGB value is (128,157,138).

  • red value is 128;
  • green value is 157;
  • blue value is 138.
RGB:
(128,157,138)
(50%,62%,54%)

RGB channels and saturation

R 128 of 255 = 50%
G 157 of 255 = 62%
B 138 of 255 = 54%

128
157
138

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

Portions of RGB colors in percentages

R + G + B =
128 + 157 + 138 = 423 (100%)
R 128 of 423 ~ 30.26%
G 157 of 423 ~ 37.12%
B 138 of 423 ~ 32.62%

%30.26
%37.12
%32.62

CMYK color model

#809D8A color CMYK value is (18,0,12,38).

  • cyan value is 18.47%
  • magenta value is 0.00%
  • yellow value is 12.10%
  • key color value is 38.43%
CMYK:
(18,0,12,38)
C18M0Y12K38 
(18%,0%,12%,38%)
(0.18/0.00/0.12/0.38)	

CMYK percentages

%18.47
%0
%12.1
%38.43

Codes

Color #809D8A in popluar color models

809D8A
RGB128157138
HSL141°12.89%55.88%
HSB/HSV141°18.47%61.57%
CMYK18.47%0.00%12.10%
38.43%

Color #809D8A in popluar number systems.

HEX809D8A
Decimal128157138
Binary100000001001110110001010
Octal200235212

Shades and tints

Shades of #809D8A

#809D8A
(128,157,138)
#758F7E
(117,143,126)
#6A8172
(106,129,114)
#5F7366
(95,115,102)
#54655A
(84,101,90)
#49574E
(73,87,78)
#3E4942
(62,73,66)
#333B36
(51,59,54)
#282D2A
(40,45,42)
#1D1F1E
(29,31,30)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #809D8A

#809D8A
(128,157,138)
#8BA594
(139,165,148)
#96AD9E
(150,173,158)
#A1B5A8
(161,181,168)
#ACBDB2
(172,189,178)
#B7C5BC
(183,197,188)
#C2CDC6
(194,205,198)
#CDD5D0
(205,213,208)
#D8DDDA
(216,221,218)
#E3E5E4
(227,229,228)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809D8A; }

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

This text font color is #809D8A.


Background Color

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

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

This div background color is #809D8A.


Border color

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

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

This div border color is #809D8A.


Opacity

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

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

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

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

This text has shadow with #809D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809D8A on black background.


Color preview on white background

This text has color #809D8A on white background.



Black color preview on #809D8A background

This text has black color on #809D8A background.


White color preview on #809D8A background

This text has white color on #809D8A background.