COLOR #808682

HEX: #808682
RGB: (128,134,130)

Color info

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

RGB color model

#808682 color RGB value is (128,134,130).

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

RGB channels and saturation

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

128
134
130

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

Portions of RGB colors in percentages

R + G + B =
128 + 134 + 130 = 392 (100%)
R 128 of 392 ~ 32.65%
G 134 of 392 ~ 34.18%
B 130 of 392 ~ 33.16%

%32.65
%34.18
%33.16

CMYK color model

#808682 color CMYK value is (4,0,3,47).

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 2.99%
  • key color value is 47.45%
CMYK:
(4,0,3,47)
C4M0Y3K47 
(4%,0%,3%,47%)
(0.04/0.00/0.03/0.47)	

CMYK percentages

%4.48
%0
%2.99
%47.45

Codes

Color #808682 in popluar color models

808682
RGB128134130
HSL140°2.42%51.37%
HSB/HSV140°4.48%52.55%
CMYK4.48%0.00%2.99%
47.45%

Color #808682 in popluar number systems.

HEX808682
Decimal128134130
Binary100000001000011010000010
Octal200206202

Shades and tints

Shades of #808682

#808682
(128,134,130)
#757A77
(117,122,119)
#6A6E6C
(106,110,108)
#5F6261
(95,98,97)
#545656
(84,86,86)
#494A4B
(73,74,75)
#3E3E40
(62,62,64)
#333235
(51,50,53)
#28262A
(40,38,42)
#1D1A1F
(29,26,31)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #808682

#808682
(128,134,130)
#8B918D
(139,145,141)
#969C98
(150,156,152)
#A1A7A3
(161,167,163)
#ACB2AE
(172,178,174)
#B7BDB9
(183,189,185)
#C2C8C4
(194,200,196)
#CDD3CF
(205,211,207)
#D8DEDA
(216,222,218)
#E3E9E5
(227,233,229)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808682; }

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

This text font color is #808682.


Background Color

.myBgColor { background-color: #808682; }

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

This div background color is #808682.


Border color

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

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

This div border color is #808682.


Opacity

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

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

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

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

This text has shadow with #808682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808682 on black background.


Color preview on white background

This text has color #808682 on white background.



Black color preview on #808682 background

This text has black color on #808682 background.


White color preview on #808682 background

This text has white color on #808682 background.