COLOR #80556D

HEX: #80556D
RGB: (128,85,109)

Color info

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

RGB color model

#80556D color RGB value is (128,85,109).

  • red value is 128;
  • green value is 85;
  • blue value is 109.
RGB:
(128,85,109)
(50%,33%,43%)

RGB channels and saturation

R 128 of 255 = 50%
G 85 of 255 = 33%
B 109 of 255 = 43%

128
85
109

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

Portions of RGB colors in percentages

R + G + B =
128 + 85 + 109 = 322 (100%)
R 128 of 322 ~ 39.75%
G 85 of 322 ~ 26.4%
B 109 of 322 ~ 33.85%

%39.75
%26.4
%33.85

CMYK color model

#80556D color CMYK value is (0,34,15,50).

  • cyan value is 0.00%
  • magenta value is 33.59%
  • yellow value is 14.84%
  • key color value is 49.80%
CMYK:
(0,34,15,50)
C0M34Y15K50 
(0%,34%,15%,50%)
(0.00/0.34/0.15/0.50)	

CMYK percentages

%0
%33.59
%14.84
%49.8

Codes

Color #80556D in popluar color models

80556D
RGB12885109
HSL327°20.19%41.76%
HSB/HSV327°33.59%50.20%
CMYK0.00%33.59%14.84%
49.80%

Color #80556D in popluar number systems.

HEX80556D
Decimal12885109
Binary1000000010101011101101
Octal200125155

Shades and tints

Shades of #80556D

#80556D
(128,85,109)
#754E64
(117,78,100)
#6A475B
(106,71,91)
#5F4052
(95,64,82)
#543949
(84,57,73)
#493240
(73,50,64)
#3E2B37
(62,43,55)
#33242E
(51,36,46)
#281D25
(40,29,37)
#1D161C
(29,22,28)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #80556D

#80556D
(128,85,109)
#8B647A
(139,100,122)
#967387
(150,115,135)
#A18294
(161,130,148)
#AC91A1
(172,145,161)
#B7A0AE
(183,160,174)
#C2AFBB
(194,175,187)
#CDBEC8
(205,190,200)
#D8CDD5
(216,205,213)
#E3DCE2
(227,220,226)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80556D color. Also use rgb(128,85,109) instead hex code.

Text Font Color

.myTextColor { color: #80556D; }

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

This text font color is #80556D.


Background Color

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

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

This div background color is #80556D.


Border color

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

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

This div border color is #80556D.


Opacity

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

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

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

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

This text has shadow with #80556D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80556D on black background.


Color preview on white background

This text has color #80556D on white background.



Black color preview on #80556D background

This text has black color on #80556D background.


White color preview on #80556D background

This text has white color on #80556D background.