COLOR #80747D

HEX: #80747D
RGB: (128,116,125)

Color info

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

RGB color model

#80747D color RGB value is (128,116,125).

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

RGB channels and saturation

R 128 of 255 = 50%
G 116 of 255 = 45%
B 125 of 255 = 49%

128
116
125

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

Portions of RGB colors in percentages

R + G + B =
128 + 116 + 125 = 369 (100%)
R 128 of 369 ~ 34.69%
G 116 of 369 ~ 31.44%
B 125 of 369 ~ 33.88%

%34.69
%31.44
%33.88

CMYK color model

#80747D color CMYK value is (0,9,2,50).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 2.34%
  • key color value is 49.80%
CMYK:
(0,9,2,50)
C0M9Y2K50 
(0%,9%,2%,50%)
(0.00/0.09/0.02/0.50)	

CMYK percentages

%0
%9.38
%2.34
%49.8

Codes

Color #80747D in popluar color models

80747D
RGB128116125
HSL315°4.92%47.84%
HSB/HSV315°9.38%50.20%
CMYK0.00%9.38%2.34%
49.80%

Color #80747D in popluar number systems.

HEX80747D
Decimal128116125
Binary1000000011101001111101
Octal200164175

Shades and tints

Shades of #80747D

#80747D
(128,116,125)
#756A72
(117,106,114)
#6A6067
(106,96,103)
#5F565C
(95,86,92)
#544C51
(84,76,81)
#494246
(73,66,70)
#3E383B
(62,56,59)
#332E30
(51,46,48)
#282425
(40,36,37)
#1D1A1A
(29,26,26)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #80747D

#80747D
(128,116,125)
#8B8088
(139,128,136)
#968C93
(150,140,147)
#A1989E
(161,152,158)
#ACA4A9
(172,164,169)
#B7B0B4
(183,176,180)
#C2BCBF
(194,188,191)
#CDC8CA
(205,200,202)
#D8D4D5
(216,212,213)
#E3E0E0
(227,224,224)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80747D; }

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

This text font color is #80747D.


Background Color

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

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

This div background color is #80747D.


Border color

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

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

This div border color is #80747D.


Opacity

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

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

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

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

This text has shadow with #80747D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80747D on black background.


Color preview on white background

This text has color #80747D on white background.



Black color preview on #80747D background

This text has black color on #80747D background.


White color preview on #80747D background

This text has white color on #80747D background.