COLOR #80867F

HEX: #80867F
RGB: (128,134,127)

Color info

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

RGB color model

#80867F color RGB value is (128,134,127).

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

RGB channels and saturation

R 128 of 255 = 50%
G 134 of 255 = 53%
B 127 of 255 = 50%

128
134
127

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

Portions of RGB colors in percentages

R + G + B =
128 + 134 + 127 = 389 (100%)
R 128 of 389 ~ 32.9%
G 134 of 389 ~ 34.45%
B 127 of 389 ~ 32.65%

%32.9
%34.45
%32.65

CMYK color model

#80867F color CMYK value is (4,0,5,47).

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 47.45%
CMYK:
(4,0,5,47)
C4M0Y5K47 
(4%,0%,5%,47%)
(0.04/0.00/0.05/0.47)	

CMYK percentages

%4.48
%0
%5.22
%47.45

Codes

Color #80867F in popluar color models

80867F
RGB128134127
HSL111°2.81%51.18%
HSB/HSV111°5.22%52.55%
CMYK4.48%0.00%5.22%
47.45%

Color #80867F in popluar number systems.

HEX80867F
Decimal128134127
Binary10000000100001101111111
Octal200206177

Shades and tints

Shades of #80867F

#80867F
(128,134,127)
#757A74
(117,122,116)
#6A6E69
(106,110,105)
#5F625E
(95,98,94)
#545653
(84,86,83)
#494A48
(73,74,72)
#3E3E3D
(62,62,61)
#333232
(51,50,50)
#282627
(40,38,39)
#1D1A1C
(29,26,28)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #80867F

#80867F
(128,134,127)
#8B918A
(139,145,138)
#969C95
(150,156,149)
#A1A7A0
(161,167,160)
#ACB2AB
(172,178,171)
#B7BDB6
(183,189,182)
#C2C8C1
(194,200,193)
#CDD3CC
(205,211,204)
#D8DED7
(216,222,215)
#E3E9E2
(227,233,226)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80867F; }

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

This text font color is #80867F.


Background Color

.myBgColor { background-color: #80867F; }

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

This div background color is #80867F.


Border color

.myBorderColor { border: 1px solid #80867F; }

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

This div border color is #80867F.


Opacity

.myOpacity80 { color: #80867F; opacity: 0.8; }

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

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

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

This text has shadow with #80867F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80867F on black background.


Color preview on white background

This text has color #80867F on white background.



Black color preview on #80867F background

This text has black color on #80867F background.


White color preview on #80867F background

This text has white color on #80867F background.