COLOR #809491

HEX: #809491
RGB: (128,148,145)

Color info

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

RGB color model

#809491 color RGB value is (128,148,145).

  • red value is 128;
  • green value is 148;
  • blue value is 145.
RGB:
(128,148,145)
(50%,58%,57%)

RGB channels and saturation

R 128 of 255 = 50%
G 148 of 255 = 58%
B 145 of 255 = 57%

128
148
145

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

Portions of RGB colors in percentages

R + G + B =
128 + 148 + 145 = 421 (100%)
R 128 of 421 ~ 30.4%
G 148 of 421 ~ 35.15%
B 145 of 421 ~ 34.44%

%30.4
%35.15
%34.44

CMYK color model

#809491 color CMYK value is (14,0,2,42).

  • cyan value is 13.51%
  • magenta value is 0.00%
  • yellow value is 2.03%
  • key color value is 41.96%
CMYK:
(14,0,2,42)
C14M0Y2K42 
(14%,0%,2%,42%)
(0.14/0.00/0.02/0.42)	

CMYK percentages

%13.51
%0
%2.03
%41.96

Codes

Color #809491 in popluar color models

809491
RGB128148145
HSL171°8.55%54.12%
HSB/HSV171°13.51%58.04%
CMYK13.51%0.00%2.03%
41.96%

Color #809491 in popluar number systems.

HEX809491
Decimal128148145
Binary100000001001010010010001
Octal200224221

Shades and tints

Shades of #809491

#809491
(128,148,145)
#758784
(117,135,132)
#6A7A77
(106,122,119)
#5F6D6A
(95,109,106)
#54605D
(84,96,93)
#495350
(73,83,80)
#3E4643
(62,70,67)
#333936
(51,57,54)
#282C29
(40,44,41)
#1D1F1C
(29,31,28)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #809491

#809491
(128,148,145)
#8B9D9B
(139,157,155)
#96A6A5
(150,166,165)
#A1AFAF
(161,175,175)
#ACB8B9
(172,184,185)
#B7C1C3
(183,193,195)
#C2CACD
(194,202,205)
#CDD3D7
(205,211,215)
#D8DCE1
(216,220,225)
#E3E5EB
(227,229,235)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809491 color. Also use rgb(128,148,145) instead hex code.

Text Font Color

.myTextColor { color: #809491; }

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

This text font color is #809491.


Background Color

.myBgColor { background-color: #809491; }

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

This div background color is #809491.


Border color

.myBorderColor { border: 1px solid #809491; }

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

This div border color is #809491.


Opacity

.myOpacity80 { color: #809491; opacity: 0.8; }

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

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

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

This text has shadow with #809491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809491 on black background.


Color preview on white background

This text has color #809491 on white background.



Black color preview on #809491 background

This text has black color on #809491 background.


White color preview on #809491 background

This text has white color on #809491 background.