COLOR #80464E

HEX: #80464E
RGB: (128,70,78)

Color info

#80464E contains red, green and blue colors in about the same proportion. Web safe color of #80464E is #663366 (or #636).

RGB color model

#80464E color RGB value is (128,70,78).

  • red value is 128;
  • green value is 70;
  • blue value is 78.
RGB:
(128,70,78)
(50%,27%,31%)

RGB channels and saturation

R 128 of 255 = 50%
G 70 of 255 = 27%
B 78 of 255 = 31%

128
70
78

R + G + B ~ 36%. #80464E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 70 + 78 = 276 (100%)
R 128 of 276 ~ 46.38%
G 70 of 276 ~ 25.36%
B 78 of 276 ~ 28.26%

%46.38
%25.36
%28.26

CMYK color model

#80464E color CMYK value is (0,45,39,50).

  • cyan value is 0.00%
  • magenta value is 45.31%
  • yellow value is 39.06%
  • key color value is 49.80%
CMYK:
(0,45,39,50)
C0M45Y39K50 
(0%,45%,39%,50%)
(0.00/0.45/0.39/0.50)	

CMYK percentages

%0
%45.31
%39.06
%49.8

Codes

Color #80464E in popluar color models

80464E
RGB1287078
HSL352°29.29%38.82%
HSB/HSV352°45.31%50.20%
CMYK0.00%45.31%39.06%
49.80%

Color #80464E in popluar number systems.

HEX80464E
Decimal1287078
Binary1000000010001101001110
Octal200106116

Shades and tints

Shades of #80464E

#80464E
(128,70,78)
#754047
(117,64,71)
#6A3A40
(106,58,64)
#5F3439
(95,52,57)
#542E32
(84,46,50)
#49282B
(73,40,43)
#3E2224
(62,34,36)
#331C1D
(51,28,29)
#281616
(40,22,22)
#1D100F
(29,16,15)
#120A08
(18,10,8)
#000000
(0,0,0)

Tints of #80464E

#80464E
(128,70,78)
#8B565E
(139,86,94)
#96666E
(150,102,110)
#A1767E
(161,118,126)
#AC868E
(172,134,142)
#B7969E
(183,150,158)
#C2A6AE
(194,166,174)
#CDB6BE
(205,182,190)
#D8C6CE
(216,198,206)
#E3D6DE
(227,214,222)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80464E color. Also use rgb(128,70,78) instead hex code.

Text Font Color

.myTextColor { color: #80464E; }

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

This text font color is #80464E.


Background Color

.myBgColor { background-color: #80464E; }

<div style="background-color:#80464E">Inner text</div>

This div background color is #80464E.


Border color

.myBorderColor { border: 1px solid #80464E; }

<div style="border:3px solid #80464E">Div</div>

This div border color is #80464E.


Opacity

.myOpacity80 { color: #80464E; opacity: 0.8; }

<p style="color:#80464E;opacity:0.8;">80%</p>

Text with #80464E 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 #80464E;}

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

This text has shadow with #80464E color.

.textShadow {text-shadow: 3px 3px 1px #80464E, 3px 3px 1px red;}

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

This text has shadow with #80464E primary color and red secondary color.


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

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

This text has shadow with #80464E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80464E on black background.


Color preview on white background

This text has color #80464E on white background.



Black color preview on #80464E background

This text has black color on #80464E background.


White color preview on #80464E background

This text has white color on #80464E background.