COLOR #808493

HEX: #808493
RGB: (128,132,147)

Color info

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

RGB color model

#808493 color RGB value is (128,132,147).

  • red value is 128;
  • green value is 132;
  • blue value is 147.
RGB:
(128,132,147)
(50%,52%,58%)

RGB channels and saturation

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

128
132
147

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

Portions of RGB colors in percentages

R + G + B =
128 + 132 + 147 = 407 (100%)
R 128 of 407 ~ 31.45%
G 132 of 407 ~ 32.43%
B 147 of 407 ~ 36.12%

%31.45
%32.43
%36.12

CMYK color model

#808493 color CMYK value is (13,10,0,42).

  • cyan value is 12.93%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(13,10,0,42)
C13M10Y0K42 
(13%,10%,0%,42%)
(0.13/0.10/0.00/0.42)	

CMYK percentages

%12.93
%10.2
%0
%42.35

Codes

Color #808493 in popluar color models

808493
RGB128132147
HSL227°8.09%53.92%
HSB/HSV227°12.93%57.65%
CMYK12.93%10.20%0.00%
42.35%

Color #808493 in popluar number systems.

HEX808493
Decimal128132147
Binary100000001000010010010011
Octal200204223

Shades and tints

Shades of #808493

#808493
(128,132,147)
#757886
(117,120,134)
#6A6C79
(106,108,121)
#5F606C
(95,96,108)
#54545F
(84,84,95)
#494852
(73,72,82)
#3E3C45
(62,60,69)
#333038
(51,48,56)
#28242B
(40,36,43)
#1D181E
(29,24,30)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #808493

#808493
(128,132,147)
#8B8F9C
(139,143,156)
#969AA5
(150,154,165)
#A1A5AE
(161,165,174)
#ACB0B7
(172,176,183)
#B7BBC0
(183,187,192)
#C2C6C9
(194,198,201)
#CDD1D2
(205,209,210)
#D8DCDB
(216,220,219)
#E3E7E4
(227,231,228)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808493; }

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

This text font color is #808493.


Background Color

.myBgColor { background-color: #808493; }

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

This div background color is #808493.


Border color

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

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

This div border color is #808493.


Opacity

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

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

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

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

This text has shadow with #808493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808493 on black background.


Color preview on white background

This text has color #808493 on white background.



Black color preview on #808493 background

This text has black color on #808493 background.


White color preview on #808493 background

This text has white color on #808493 background.