COLOR #809090

HEX: #809090
RGB: (128,144,144)

Color info

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

RGB color model

#809090 color RGB value is (128,144,144).

  • red value is 128;
  • green value is 144;
  • blue value is 144.
RGB:
(128,144,144)
(50%,56%,56%)

RGB channels and saturation

R 128 of 255 = 50%
G 144 of 255 = 56%
B 144 of 255 = 56%

128
144
144

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

Portions of RGB colors in percentages

R + G + B =
128 + 144 + 144 = 416 (100%)
R 128 of 416 ~ 30.77%
G 144 of 416 ~ 34.62%
B 144 of 416 ~ 34.62%

%30.77
%34.62
%34.62

CMYK color model

#809090 color CMYK value is (11,0,0,44).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(11,0,0,44)
C11M0Y0K44 
(11%,0%,0%,44%)
(0.11/0.00/0.00/0.44)	

CMYK percentages

%11.11
%0
%0
%43.53

Codes

Color #809090 in popluar color models

809090
RGB128144144
HSL180°6.72%53.33%
HSB/HSV180°11.11%56.47%
CMYK11.11%0.00%0.00%
43.53%

Color #809090 in popluar number systems.

HEX809090
Decimal128144144
Binary100000001001000010010000
Octal200220220

Shades and tints

Shades of #809090

#809090
(128,144,144)
#758383
(117,131,131)
#6A7676
(106,118,118)
#5F6969
(95,105,105)
#545C5C
(84,92,92)
#494F4F
(73,79,79)
#3E4242
(62,66,66)
#333535
(51,53,53)
#282828
(40,40,40)
#1D1B1B
(29,27,27)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #809090

#809090
(128,144,144)
#8B9A9A
(139,154,154)
#96A4A4
(150,164,164)
#A1AEAE
(161,174,174)
#ACB8B8
(172,184,184)
#B7C2C2
(183,194,194)
#C2CCCC
(194,204,204)
#CDD6D6
(205,214,214)
#D8E0E0
(216,224,224)
#E3EAEA
(227,234,234)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809090; }

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

This text font color is #809090.


Background Color

.myBgColor { background-color: #809090; }

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

This div background color is #809090.


Border color

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

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

This div border color is #809090.


Opacity

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

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

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

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

This text has shadow with #809090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809090 on black background.


Color preview on white background

This text has color #809090 on white background.



Black color preview on #809090 background

This text has black color on #809090 background.


White color preview on #809090 background

This text has white color on #809090 background.