COLOR #808287

HEX: #808287
RGB: (128,130,135)

Color info

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

RGB color model

#808287 color RGB value is (128,130,135).

  • red value is 128;
  • green value is 130;
  • blue value is 135.
RGB:
(128,130,135)
(50%,51%,53%)

RGB channels and saturation

R 128 of 255 = 50%
G 130 of 255 = 51%
B 135 of 255 = 53%

128
130
135

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

Portions of RGB colors in percentages

R + G + B =
128 + 130 + 135 = 393 (100%)
R 128 of 393 ~ 32.57%
G 130 of 393 ~ 33.08%
B 135 of 393 ~ 34.35%

%32.57
%33.08
%34.35

CMYK color model

#808287 color CMYK value is (5,4,0,47).

  • cyan value is 5.19%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(5,4,0,47)
C5M4Y0K47 
(5%,4%,0%,47%)
(0.05/0.04/0.00/0.47)	

CMYK percentages

%5.19
%3.7
%0
%47.06

Codes

Color #808287 in popluar color models

808287
RGB128130135
HSL223°2.83%51.57%
HSB/HSV223°5.19%52.94%
CMYK5.19%3.70%0.00%
47.06%

Color #808287 in popluar number systems.

HEX808287
Decimal128130135
Binary100000001000001010000111
Octal200202207

Shades and tints

Shades of #808287

#808287
(128,130,135)
#75777B
(117,119,123)
#6A6C6F
(106,108,111)
#5F6163
(95,97,99)
#545657
(84,86,87)
#494B4B
(73,75,75)
#3E403F
(62,64,63)
#333533
(51,53,51)
#282A27
(40,42,39)
#1D1F1B
(29,31,27)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #808287

#808287
(128,130,135)
#8B8D91
(139,141,145)
#96989B
(150,152,155)
#A1A3A5
(161,163,165)
#ACAEAF
(172,174,175)
#B7B9B9
(183,185,185)
#C2C4C3
(194,196,195)
#CDCFCD
(205,207,205)
#D8DAD7
(216,218,215)
#E3E5E1
(227,229,225)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808287; }

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

This text font color is #808287.


Background Color

.myBgColor { background-color: #808287; }

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

This div background color is #808287.


Border color

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

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

This div border color is #808287.


Opacity

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

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

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

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

This text has shadow with #808287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808287 on black background.


Color preview on white background

This text has color #808287 on white background.



Black color preview on #808287 background

This text has black color on #808287 background.


White color preview on #808287 background

This text has white color on #808287 background.