COLOR #808592

HEX: #808592 RGB: (128,133,146)

Color info

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

RGB color model

#808592 color RGB value is (128,133,146).

RGB: (128,133,146) (50%, 52%, 57%)

RGB channels and saturation

R 128 of 255 = 50%
G 133 of 255 = 52%
B 146 of 255 = 57%

128
133
146

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

Portions of RGB colors in percentages

R + G + B = 128 + 133 + 146 = 407 (100%)
R 128 of 407 ~ 31.45%
G 133 of 407 ~ 32.68%
B 146 of 407 ~ 35.87'%

%31.45
%32.68
%35.87

CMYK color model

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

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

CMYK: (12,9,0,43)
C12M9Y0K43 (12%, 9%, 0%, 43%)
(0.12 / 0.09 / 0.00 / 0.43)

CMYK percentages

%12.33
%8.9
%0
%42.75

Codes

Color #808592 in popluar color models

80 85 92
RGB 128 133 146
HSL 223° 7.63% 53.73%
HSB/HSV 223° 12.33% 57.25%
CMYK 12.33% 8.90% 0.00%
42.75%

Color #808592 in popluar number systems.

HEX 80 85 92
Decimal 128 133 146
Binary 10000000 10000101 10010010
Octal 200 205 222

Shades and tints

Shades of #808592

#808592
(128,133,146)
#757985
(117,121,133)
#6A6D78
(106,109,120)
#5F616B
(95,97,107)
#54555E
(84,85,94)
#494951
(73,73,81)
#3E3D44
(62,61,68)
#333137
(51,49,55)
#28252A
(40,37,42)
#1D191D
(29,25,29)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #808592

#808592
(128,133,146)
#8B909B
(139,144,155)
#969BA4
(150,155,164)
#A1A6AD
(161,166,173)
#ACB1B6
(172,177,182)
#B7BCBF
(183,188,191)
#C2C7C8
(194,199,200)
#CDD2D1
(205,210,209)
#D8DDDA
(216,221,218)
#E3E8E3
(227,232,227)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808592; }

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

This text font color is #808592.

Background Color

.myBgColor { background-color: #808592; }

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

This div background color is #808592.

Border color

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

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

This div border color is #808592.

Opacity

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

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

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

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

This text has shadow with #808592 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808592.

Preview

Color preview on black background

This text has color #808592 on black background.


Color preview on white background

This text has color #808592 on white background.


Black color preview on #808592 background

This text has black color on #808592 background.


White color preview on #808592 background

This text has white color on #808592 background.


Related colors

Complementary color

Complementary color for #hex is #7F7A6D.


I love getcolorcode.com

Triadic colors

1 #928085 and #859280 with #808592 are triadic colors.

2 #928580 and #858092 with #808592 are triadic colors.