COLOR #808494

HEX: #808494 RGB: (128,132,148)

Color info

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

RGB color model

#808494 color RGB value is (128,132,148).

RGB: (128,132,148) (50%, 52%, 58%)

RGB channels and saturation

R 128 of 255 = 50%
G 132 of 255 = 52%
B 148 of 255 = 58%

128
132
148

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

Portions of RGB colors in percentages

R + G + B = 128 + 132 + 148 = 408 (100%)
R 128 of 408 ~ 31.37%
G 132 of 408 ~ 32.35%
B 148 of 408 ~ 36.27'%

%31.37
%32.35
%36.27

CMYK color model

#808494 color CMYK value is (14,11,0,42).

  • cyan value is 13.51%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (14,11,0,42)
C14M11Y0K42 (14%, 11%, 0%, 42%)
(0.14 / 0.11 / 0.00 / 0.42)

CMYK percentages

%13.51
%10.81
%0
%41.96

Codes

Color #808494 in popluar color models

80 84 94
RGB 128 132 148
HSL 228° 8.55% 54.12%
HSB/HSV 228° 13.51% 58.04%
CMYK 13.51% 10.81% 0.00%
41.96%

Color #808494 in popluar number systems.

HEX 80 84 94
Decimal 128 132 148
Binary 10000000 10000100 10010100
Octal 200 204 224

Shades and tints

Shades of #808494

#808494
(128,132,148)
#757887
(117,120,135)
#6A6C7A
(106,108,122)
#5F606D
(95,96,109)
#545460
(84,84,96)
#494853
(73,72,83)
#3E3C46
(62,60,70)
#333039
(51,48,57)
#28242C
(40,36,44)
#1D181F
(29,24,31)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #808494

#808494
(128,132,148)
#8B8F9D
(139,143,157)
#969AA6
(150,154,166)
#A1A5AF
(161,165,175)
#ACB0B8
(172,176,184)
#B7BBC1
(183,187,193)
#C2C6CA
(194,198,202)
#CDD1D3
(205,209,211)
#D8DCDC
(216,220,220)
#E3E7E5
(227,231,229)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808494; }

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

This text font color is #808494.

Background Color

.myBgColor { background-color: #808494; }

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

This div background color is #808494.

Border color

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

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

This div border color is #808494.

Opacity

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

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

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

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

This text has shadow with #808494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808494.

Preview

Color preview on black background

This text has color #808494 on black background.


Color preview on white background

This text has color #808494 on white background.


Black color preview on #808494 background

This text has black color on #808494 background.


White color preview on #808494 background

This text has white color on #808494 background.


Related colors

Complementary color

Complementary color for #hex is #7F7B6B.


I love getcolorcode.com

Triadic colors

1 #948084 and #849480 with #808494 are triadic colors.

2 #948480 and #848094 with #808494 are triadic colors.