COLOR #808F81

HEX: #808F81
RGB: (128,143,129)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

128
143
129

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

Portions of RGB colors in percentages

R + G + B =
128 + 143 + 129 = 400 (100%)
R 128 of 400 ~ 32%
G 143 of 400 ~ 35.75%
B 129 of 400 ~ 32.25%

%32
%35.75
%32.25

CMYK color model

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

  • cyan value is 10.49%
  • magenta value is 0.00%
  • yellow value is 9.79%
  • 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
%9.79
%43.92

Codes

Color #808F81 in popluar color models

808F81
RGB128143129
HSL124°6.28%53.14%
HSB/HSV124°10.49%56.08%
CMYK10.49%0.00%9.79%
43.92%

Color #808F81 in popluar number systems.

HEX808F81
Decimal128143129
Binary100000001000111110000001
Octal200217201

Shades and tints

Shades of #808F81

#808F81
(128,143,129)
#758276
(117,130,118)
#6A756B
(106,117,107)
#5F6860
(95,104,96)
#545B55
(84,91,85)
#494E4A
(73,78,74)
#3E413F
(62,65,63)
#333434
(51,52,52)
#282729
(40,39,41)
#1D1A1E
(29,26,30)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #808F81

#808F81
(128,143,129)
#8B998C
(139,153,140)
#96A397
(150,163,151)
#A1ADA2
(161,173,162)
#ACB7AD
(172,183,173)
#B7C1B8
(183,193,184)
#C2CBC3
(194,203,195)
#CDD5CE
(205,213,206)
#D8DFD9
(216,223,217)
#E3E9E4
(227,233,228)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808F81; }

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

This text font color is #808F81.


Background Color

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

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

This div background color is #808F81.


Border color

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

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

This div border color is #808F81.


Opacity

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

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

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

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

This text has shadow with #808F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808F81 on black background.


Color preview on white background

This text has color #808F81 on white background.



Black color preview on #808F81 background

This text has black color on #808F81 background.


White color preview on #808F81 background

This text has white color on #808F81 background.