COLOR #808B80

HEX: #808B80
RGB: (128,139,128)

Color info

#808B80 contains red, green and blue colors in about the same proportion. Web safe color of #808B80 is #669966 (or #696).

RGB color model

#808B80 color RGB value is (128,139,128).

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

RGB channels and saturation

R 128 of 255 = 50%
G 139 of 255 = 55%
B 128 of 255 = 50%

128
139
128

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

Portions of RGB colors in percentages

R + G + B =
128 + 139 + 128 = 395 (100%)
R 128 of 395 ~ 32.41%
G 139 of 395 ~ 35.19%
B 128 of 395 ~ 32.41%

%32.41
%35.19
%32.41

CMYK color model

#808B80 color CMYK value is (8,0,8,45).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 7.91%
  • key color value is 45.49%
CMYK:
(8,0,8,45)
C8M0Y8K45 
(8%,0%,8%,45%)
(0.08/0.00/0.08/0.45)	

CMYK percentages

%7.91
%0
%7.91
%45.49

Codes

Color #808B80 in popluar color models

808B80
RGB128139128
HSL120°4.53%52.35%
HSB/HSV120°7.91%54.51%
CMYK7.91%0.00%7.91%
45.49%

Color #808B80 in popluar number systems.

HEX808B80
Decimal128139128
Binary100000001000101110000000
Octal200213200

Shades and tints

Shades of #808B80

#808B80
(128,139,128)
#757F75
(117,127,117)
#6A736A
(106,115,106)
#5F675F
(95,103,95)
#545B54
(84,91,84)
#494F49
(73,79,73)
#3E433E
(62,67,62)
#333733
(51,55,51)
#282B28
(40,43,40)
#1D1F1D
(29,31,29)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #808B80

#808B80
(128,139,128)
#8B958B
(139,149,139)
#969F96
(150,159,150)
#A1A9A1
(161,169,161)
#ACB3AC
(172,179,172)
#B7BDB7
(183,189,183)
#C2C7C2
(194,199,194)
#CDD1CD
(205,209,205)
#D8DBD8
(216,219,216)
#E3E5E3
(227,229,227)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808B80; }

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

This text font color is #808B80.


Background Color

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

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

This div background color is #808B80.


Border color

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

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

This div border color is #808B80.


Opacity

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

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

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

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

This text has shadow with #808B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808B80 on black background.


Color preview on white background

This text has color #808B80 on white background.



Black color preview on #808B80 background

This text has black color on #808B80 background.


White color preview on #808B80 background

This text has white color on #808B80 background.