COLOR #808285

HEX: #808285 RGB: (128,130,133)

Color info

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

RGB color model

#808285 color RGB value is (128,130,133).

RGB: (128,130,133) (50%, 51%, 52%)

RGB channels and saturation

R 128 of 255 = 50%
G 130 of 255 = 51%
B 133 of 255 = 52%

128
130
133

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

Portions of RGB colors in percentages

R + G + B = 128 + 130 + 133 = 391 (100%)
R 128 of 391 ~ 32.74%
G 130 of 391 ~ 33.25%
B 133 of 391 ~ 34.02'%

%32.74
%33.25
%34.02

CMYK color model

#808285 color CMYK value is (4,2,0,48).

  • cyan value is 3.76%
  • magenta value is 2.26%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (4,2,0,48) C4M2Y0K48 (4%,2%,0%,48%) (0.04/0.02/0.00/0.48) 

CMYK percentages

%3.76
%2.26
%0
%47.84

Codes

Color #808285 in popluar color models

80 82 85
RGB 128 130 133
HSL 216° 2.01% 51.18%
HSB/HSV 216° 3.76% 52.16%
CMYK 3.76% 2.26% 0.00%
47.84%

Color #808285 in popluar number systems.

HEX 80 82 85
Decimal 128 130 133
Binary 10000000 10000010 10000101
Octal 200 202 205

Shades and tints

Shades of #808285

#808285
(128,130,133)
#757779
(117,119,121)
#6A6C6D
(106,108,109)
#5F6161
(95,97,97)
#545655
(84,86,85)
#494B49
(73,75,73)
#3E403D
(62,64,61)
#333531
(51,53,49)
#282A25
(40,42,37)
#1D1F19
(29,31,25)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #808285

#808285
(128,130,133)
#8B8D90
(139,141,144)
#96989B
(150,152,155)
#A1A3A6
(161,163,166)
#ACAEB1
(172,174,177)
#B7B9BC
(183,185,188)
#C2C4C7
(194,196,199)
#CDCFD2
(205,207,210)
#D8DADD
(216,218,221)
#E3E5E8
(227,229,232)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808285; }

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

This text font color is #808285.

Background Color

.myBgColor { background-color: #808285; }

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

This div background color is #808285.

Border color

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

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

This div border color is #808285.

Opacity

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

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

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

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

This text has shadow with #808285 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808285.

Preview

Color preview on black background

This text has color #808285 on black background.


Color preview on white background

This text has color #808285 on white background.


Black color preview on #808285 background

This text has black color on #808285 background.


White color preview on #808285 background

This text has white color on #808285 background.


Related colors

Complementary color

Complementary color for #hex is #7F7D7A.


I love getcolorcode.com

Triadic colors

1 #858082 and #828580 with #808285 are triadic colors.

2 #858280 and #828085 with #808285 are triadic colors.