COLOR #80496F

HEX: #80496F
RGB: (128,73,111)

Color info

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

RGB color model

#80496F color RGB value is (128,73,111).

  • red value is 128;
  • green value is 73;
  • blue value is 111.
RGB:
(128,73,111)
(50%,29%,44%)

RGB channels and saturation

R 128 of 255 = 50%
G 73 of 255 = 29%
B 111 of 255 = 44%

128
73
111

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

Portions of RGB colors in percentages

R + G + B =
128 + 73 + 111 = 312 (100%)
R 128 of 312 ~ 41.03%
G 73 of 312 ~ 23.4%
B 111 of 312 ~ 35.58%

%41.03
%23.4
%35.58

CMYK color model

#80496F color CMYK value is (0,43,13,50).

  • cyan value is 0.00%
  • magenta value is 42.97%
  • yellow value is 13.28%
  • key color value is 49.80%
CMYK:
(0,43,13,50)
C0M43Y13K50 
(0%,43%,13%,50%)
(0.00/0.43/0.13/0.50)	

CMYK percentages

%0
%42.97
%13.28
%49.8

Codes

Color #80496F in popluar color models

80496F
RGB12873111
HSL319°27.36%39.41%
HSB/HSV319°42.97%50.20%
CMYK0.00%42.97%13.28%
49.80%

Color #80496F in popluar number systems.

HEX80496F
Decimal12873111
Binary1000000010010011101111
Octal200111157

Shades and tints

Shades of #80496F

#80496F
(128,73,111)
#754365
(117,67,101)
#6A3D5B
(106,61,91)
#5F3751
(95,55,81)
#543147
(84,49,71)
#492B3D
(73,43,61)
#3E2533
(62,37,51)
#331F29
(51,31,41)
#28191F
(40,25,31)
#1D1315
(29,19,21)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #80496F

#80496F
(128,73,111)
#8B597C
(139,89,124)
#966989
(150,105,137)
#A17996
(161,121,150)
#AC89A3
(172,137,163)
#B799B0
(183,153,176)
#C2A9BD
(194,169,189)
#CDB9CA
(205,185,202)
#D8C9D7
(216,201,215)
#E3D9E4
(227,217,228)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80496F color. Also use rgb(128,73,111) instead hex code.

Text Font Color

.myTextColor { color: #80496F; }

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

This text font color is #80496F.


Background Color

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

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

This div background color is #80496F.


Border color

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

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

This div border color is #80496F.


Opacity

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

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

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

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

This text has shadow with #80496F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80496F on black background.


Color preview on white background

This text has color #80496F on white background.



Black color preview on #80496F background

This text has black color on #80496F background.


White color preview on #80496F background

This text has white color on #80496F background.