COLOR #80747F

HEX: #80747F
RGB: (128,116,127)

Color info

#80747F contains red, green and blue colors in about the same proportion. Web safe color of #80747F is #666666 (or #666).

RGB color model

#80747F color RGB value is (128,116,127).

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

RGB channels and saturation

R 128 of 255 = 50%
G 116 of 255 = 45%
B 127 of 255 = 50%

128
116
127

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

Portions of RGB colors in percentages

R + G + B =
128 + 116 + 127 = 371 (100%)
R 128 of 371 ~ 34.5%
G 116 of 371 ~ 31.27%
B 127 of 371 ~ 34.23%

%34.5
%31.27
%34.23

CMYK color model

#80747F color CMYK value is (0,9,1,50).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 0.78%
  • key color value is 49.80%
CMYK:
(0,9,1,50)
C0M9Y1K50 
(0%,9%,1%,50%)
(0.00/0.09/0.01/0.50)	

CMYK percentages

%0
%9.38
%0.78
%49.8

Codes

Color #80747F in popluar color models

80747F
RGB128116127
HSL305°4.92%47.84%
HSB/HSV305°9.38%50.20%
CMYK0.00%9.38%0.78%
49.80%

Color #80747F in popluar number systems.

HEX80747F
Decimal128116127
Binary1000000011101001111111
Octal200164177

Shades and tints

Shades of #80747F

#80747F
(128,116,127)
#756A74
(117,106,116)
#6A6069
(106,96,105)
#5F565E
(95,86,94)
#544C53
(84,76,83)
#494248
(73,66,72)
#3E383D
(62,56,61)
#332E32
(51,46,50)
#282427
(40,36,39)
#1D1A1C
(29,26,28)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #80747F

#80747F
(128,116,127)
#8B808A
(139,128,138)
#968C95
(150,140,149)
#A198A0
(161,152,160)
#ACA4AB
(172,164,171)
#B7B0B6
(183,176,182)
#C2BCC1
(194,188,193)
#CDC8CC
(205,200,204)
#D8D4D7
(216,212,215)
#E3E0E2
(227,224,226)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80747F; }

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

This text font color is #80747F.


Background Color

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

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

This div background color is #80747F.


Border color

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

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

This div border color is #80747F.


Opacity

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

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

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

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

This text has shadow with #80747F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80747F on black background.


Color preview on white background

This text has color #80747F on white background.



Black color preview on #80747F background

This text has black color on #80747F background.


White color preview on #80747F background

This text has white color on #80747F background.