COLOR #808192

HEX: #808192 RGB: (128,129,146)

Color info

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

RGB color model

#808192 color RGB value is (128,129,146).

RGB: (128,129,146) (50%, 51%, 57%)

RGB channels and saturation

R 128 of 255 = 50%
G 129 of 255 = 51%
B 146 of 255 = 57%

128
129
146

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

Portions of RGB colors in percentages

R + G + B = 128 + 129 + 146 = 403 (100%)
R 128 of 403 ~ 31.76%
G 129 of 403 ~ 32.01%
B 146 of 403 ~ 36.23'%

%31.76
%32.01
%36.23

CMYK color model

#808192 color CMYK value is (12,12,0,43).

  • cyan value is 12.33%
  • magenta value is 11.64%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (12,12,0,43)
C12M12Y0K43 (12%, 12%, 0%, 43%)
(0.12 / 0.12 / 0.00 / 0.43)

CMYK percentages

%12.33
%11.64
%0
%42.75

Codes

Color #808192 in popluar color models

80 81 92
RGB 128 129 146
HSL 237° 7.63% 53.73%
HSB/HSV 237° 12.33% 57.25%
CMYK 12.33% 11.64% 0.00%
42.75%

Color #808192 in popluar number systems.

HEX 80 81 92
Decimal 128 129 146
Binary 10000000 10000001 10010010
Octal 200 201 222

Shades and tints

Shades of #808192

#808192
(128,129,146)
#757685
(117,118,133)
#6A6B78
(106,107,120)
#5F606B
(95,96,107)
#54555E
(84,85,94)
#494A51
(73,74,81)
#3E3F44
(62,63,68)
#333437
(51,52,55)
#28292A
(40,41,42)
#1D1E1D
(29,30,29)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #808192

#808192
(128,129,146)
#8B8C9B
(139,140,155)
#9697A4
(150,151,164)
#A1A2AD
(161,162,173)
#ACADB6
(172,173,182)
#B7B8BF
(183,184,191)
#C2C3C8
(194,195,200)
#CDCED1
(205,206,209)
#D8D9DA
(216,217,218)
#E3E4E3
(227,228,227)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808192; }

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

This text font color is #808192.

Background Color

.myBgColor { background-color: #808192; }

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

This div background color is #808192.

Border color

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

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

This div border color is #808192.

Opacity

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

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

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

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

This text has shadow with #808192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808192.

Preview

Color preview on black background

This text has color #808192 on black background.


Color preview on white background

This text has color #808192 on white background.


Black color preview on #808192 background

This text has black color on #808192 background.


White color preview on #808192 background

This text has white color on #808192 background.


Related colors

Complementary color

Complementary color for #hex is #7F7E6D.


I love getcolorcode.com

Triadic colors

1 #928081 and #819280 with #808192 are triadic colors.

2 #928180 and #818092 with #808192 are triadic colors.