COLOR #808586

HEX: #808586 RGB: (128,133,134)

Color info

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

RGB color model

#808586 color RGB value is (128,133,134).

RGB: (128,133,134) (50%, 52%, 53%)

RGB channels and saturation

R 128 of 255 = 50%
G 133 of 255 = 52%
B 134 of 255 = 53%

128
133
134

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

Portions of RGB colors in percentages

R + G + B = 128 + 133 + 134 = 395 (100%)
R 128 of 395 ~ 32.41%
G 133 of 395 ~ 33.67%
B 134 of 395 ~ 33.92'%

%32.41
%33.67
%33.92

CMYK color model

#808586 color CMYK value is (4,1,0,47).

  • cyan value is 4.48%
  • magenta value is 0.75%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (4,1,0,47)
C4M1Y0K47 (4%, 1%, 0%, 47%)
(0.04 / 0.01 / 0.00 / 0.47)

CMYK percentages

%4.48
%0.75
%0
%47.45

Codes

Color #808586 in popluar color models

80 85 86
RGB 128 133 134
HSL 190° 2.42% 51.37%
HSB/HSV 190° 4.48% 52.55%
CMYK 4.48% 0.75% 0.00%
47.45%

Color #808586 in popluar number systems.

HEX 80 85 86
Decimal 128 133 134
Binary 10000000 10000101 10000110
Octal 200 205 206

Shades and tints

Shades of #808586

#808586
(128,133,134)
#75797A
(117,121,122)
#6A6D6E
(106,109,110)
#5F6162
(95,97,98)
#545556
(84,85,86)
#49494A
(73,73,74)
#3E3D3E
(62,61,62)
#333132
(51,49,50)
#282526
(40,37,38)
#1D191A
(29,25,26)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #808586

#808586
(128,133,134)
#8B9091
(139,144,145)
#969B9C
(150,155,156)
#A1A6A7
(161,166,167)
#ACB1B2
(172,177,178)
#B7BCBD
(183,188,189)
#C2C7C8
(194,199,200)
#CDD2D3
(205,210,211)
#D8DDDE
(216,221,222)
#E3E8E9
(227,232,233)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808586; }

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

This text font color is #808586.

Background Color

.myBgColor { background-color: #808586; }

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

This div background color is #808586.

Border color

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

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

This div border color is #808586.

Opacity

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

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

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

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

This text has shadow with #808586 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808586.

Preview

Color preview on black background

This text has color #808586 on black background.


Color preview on white background

This text has color #808586 on white background.


Black color preview on #808586 background

This text has black color on #808586 background.


White color preview on #808586 background

This text has white color on #808586 background.


Related colors

Complementary color

Complementary color for #hex is #7F7A79.


I love getcolorcode.com

Triadic colors

1 #868085 and #858680 with #808586 are triadic colors.

2 #868580 and #858086 with #808586 are triadic colors.