COLOR #808F80

HEX: #808F80
RGB: (128,143,128)

Color info

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

RGB color model

#808F80 color RGB value is (128,143,128).

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

RGB channels and saturation

R 128 of 255 = 50%
G 143 of 255 = 56%
B 128 of 255 = 50%

128
143
128

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

Portions of RGB colors in percentages

R + G + B =
128 + 143 + 128 = 399 (100%)
R 128 of 399 ~ 32.08%
G 143 of 399 ~ 35.84%
B 128 of 399 ~ 32.08%

%32.08
%35.84
%32.08

CMYK color model

#808F80 color CMYK value is (10,0,10,44).

  • cyan value is 10.49%
  • magenta value is 0.00%
  • yellow value is 10.49%
  • key color value is 43.92%
CMYK: (10,0,10,44) C10M0Y10K44 (10%,0%,10%,44%) (0.10/0.00/0.10/0.44)

CMYK percentages

%10.49
%0
%10.49
%43.92

Codes

Color #808F80 in popluar color models

808F80
RGB128143128
HSL120°6.28%53.14%
HSB/HSV120°10.49%56.08%
CMYK10.49%0.00%10.49%
43.92%

Color #808F80 in popluar number systems.

HEX808F80
Decimal128143128
Binary100000001000111110000000
Octal200217200

Shades and tints

Shades of #808F80

#808F80
(128,143,128)
#758275
(117,130,117)
#6A756A
(106,117,106)
#5F685F
(95,104,95)
#545B54
(84,91,84)
#494E49
(73,78,73)
#3E413E
(62,65,62)
#333433
(51,52,51)
#282728
(40,39,40)
#1D1A1D
(29,26,29)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #808F80

#808F80
(128,143,128)
#8B998B
(139,153,139)
#96A396
(150,163,150)
#A1ADA1
(161,173,161)
#ACB7AC
(172,183,172)
#B7C1B7
(183,193,183)
#C2CBC2
(194,203,194)
#CDD5CD
(205,213,205)
#D8DFD8
(216,223,216)
#E3E9E3
(227,233,227)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808F80; }

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

This text font color is #808F80.


Background Color

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

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

This div background color is #808F80.


Border color

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

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

This div border color is #808F80.


Opacity

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

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

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

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

This text has shadow with #808F80 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #808F80 on black background.


Color preview on white background

This text has color #808F80 on white background.



Black color preview on #808F80 background

This text has black color on #808F80 background.


White color preview on #808F80 background

This text has white color on #808F80 background.