COLOR #808D8A

HEX: #808D8A
RGB: (128,141,138)

Color info

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

RGB color model

#808D8A color RGB value is (128,141,138).

  • red value is 128;
  • green value is 141;
  • blue value is 138.
RGB:
(128,141,138)
(50%,55%,54%)

RGB channels and saturation

R 128 of 255 = 50%
G 141 of 255 = 55%
B 138 of 255 = 54%

128
141
138

R + G + B ~ 53%. #808D8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 141 + 138 = 407 (100%)
R 128 of 407 ~ 31.45%
G 141 of 407 ~ 34.64%
B 138 of 407 ~ 33.91%

%31.45
%34.64
%33.91

CMYK color model

#808D8A color CMYK value is (9,0,2,45).

  • cyan value is 9.22%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 44.71%
CMYK:
(9,0,2,45)
C9M0Y2K45 
(9%,0%,2%,45%)
(0.09/0.00/0.02/0.45)	

CMYK percentages

%9.22
%0
%2.13
%44.71

Codes

Color #808D8A in popluar color models

808D8A
RGB128141138
HSL166°5.39%52.75%
HSB/HSV166°9.22%55.29%
CMYK9.22%0.00%2.13%
44.71%

Color #808D8A in popluar number systems.

HEX808D8A
Decimal128141138
Binary100000001000110110001010
Octal200215212

Shades and tints

Shades of #808D8A

#808D8A
(128,141,138)
#75817E
(117,129,126)
#6A7572
(106,117,114)
#5F6966
(95,105,102)
#545D5A
(84,93,90)
#49514E
(73,81,78)
#3E4542
(62,69,66)
#333936
(51,57,54)
#282D2A
(40,45,42)
#1D211E
(29,33,30)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #808D8A

#808D8A
(128,141,138)
#8B9794
(139,151,148)
#96A19E
(150,161,158)
#A1ABA8
(161,171,168)
#ACB5B2
(172,181,178)
#B7BFBC
(183,191,188)
#C2C9C6
(194,201,198)
#CDD3D0
(205,211,208)
#D8DDDA
(216,221,218)
#E3E7E4
(227,231,228)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808D8A color. Also use rgb(128,141,138) instead hex code.

Text Font Color

.myTextColor { color: #808D8A; }

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

This text font color is #808D8A.


Background Color

.myBgColor { background-color: #808D8A; }

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

This div background color is #808D8A.


Border color

.myBorderColor { border: 1px solid #808D8A; }

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

This div border color is #808D8A.


Opacity

.myOpacity80 { color: #808D8A; opacity: 0.8; }

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

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

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

This text has shadow with #808D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808D8A on black background.


Color preview on white background

This text has color #808D8A on white background.



Black color preview on #808D8A background

This text has black color on #808D8A background.


White color preview on #808D8A background

This text has white color on #808D8A background.