COLOR #808389

HEX: #808389 RGB: (128,131,137)

Color info

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

RGB color model

#808389 color RGB value is (128,131,137).

RGB: (128,131,137) (50%, 51%, 54%)

RGB channels and saturation

R 128 of 255 = 50%
G 131 of 255 = 51%
B 137 of 255 = 54%

128
131
137

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

Portions of RGB colors in percentages

R + G + B = 128 + 131 + 137 = 396 (100%)
R 128 of 396 ~ 32.32%
G 131 of 396 ~ 33.08%
B 137 of 396 ~ 34.6'%

%32.32
%33.08
%34.6

CMYK color model

#808389 color CMYK value is (7,4,0,46).

  • cyan value is 6.57%
  • magenta value is 4.38%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (7,4,0,46)
C7M4Y0K46 (7%, 4%, 0%, 46%)
(0.07 / 0.04 / 0.00 / 0.46)

CMYK percentages

%6.57
%4.38
%0
%46.27

Codes

Color #808389 in popluar color models

80 83 89
RGB 128 131 137
HSL 220° 3.67% 51.96%
HSB/HSV 220° 6.57% 53.73%
CMYK 6.57% 4.38% 0.00%
46.27%

Color #808389 in popluar number systems.

HEX 80 83 89
Decimal 128 131 137
Binary 10000000 10000011 10001001
Octal 200 203 211

Shades and tints

Shades of #808389

#808389
(128,131,137)
#75787D
(117,120,125)
#6A6D71
(106,109,113)
#5F6265
(95,98,101)
#545759
(84,87,89)
#494C4D
(73,76,77)
#3E4141
(62,65,65)
#333635
(51,54,53)
#282B29
(40,43,41)
#1D201D
(29,32,29)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #808389

#808389
(128,131,137)
#8B8E93
(139,142,147)
#96999D
(150,153,157)
#A1A4A7
(161,164,167)
#ACAFB1
(172,175,177)
#B7BABB
(183,186,187)
#C2C5C5
(194,197,197)
#CDD0CF
(205,208,207)
#D8DBD9
(216,219,217)
#E3E6E3
(227,230,227)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808389; }

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

This text font color is #808389.

Background Color

.myBgColor { background-color: #808389; }

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

This div background color is #808389.

Border color

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

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

This div border color is #808389.

Opacity

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

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

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

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

This text has shadow with #808389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808389.

Preview

Color preview on black background

This text has color #808389 on black background.


Color preview on white background

This text has color #808389 on white background.


Black color preview on #808389 background

This text has black color on #808389 background.


White color preview on #808389 background

This text has white color on #808389 background.


Related colors

Complementary color

Complementary color for #hex is #7F7C76.


I love getcolorcode.com

Triadic colors

1 #898083 and #838980 with #808389 are triadic colors.

2 #898380 and #838089 with #808389 are triadic colors.