COLOR #804D80

HEX: #804D80
RGB: (128,77,128)

Color info

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

RGB color model

#804D80 color RGB value is (128,77,128).

  • red value is 128;
  • green value is 77;
  • blue value is 128.
RGB:
(128,77,128)
(50%,30%,50%)

RGB channels and saturation

R 128 of 255 = 50%
G 77 of 255 = 30%
B 128 of 255 = 50%

128
77
128

R + G + B ~ 43%. #804D80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 77 + 128 = 333 (100%)
R 128 of 333 ~ 38.44%
G 77 of 333 ~ 23.12%
B 128 of 333 ~ 38.44%

%38.44
%23.12
%38.44

CMYK color model

#804D80 color CMYK value is (0,40,0,50).

  • cyan value is 0.00%
  • magenta value is 39.84%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(0,40,0,50)
C0M40Y0K50 
(0%,40%,0%,50%)
(0.00/0.40/0.00/0.50)	

CMYK percentages

%0
%39.84
%0
%49.8

Codes

Color #804D80 in popluar color models

804D80
RGB12877128
HSL300°24.88%40.20%
HSB/HSV300°39.84%50.20%
CMYK0.00%39.84%0.00%
49.80%

Color #804D80 in popluar number systems.

HEX804D80
Decimal12877128
Binary10000000100110110000000
Octal200115200

Shades and tints

Shades of #804D80

#804D80
(128,77,128)
#754675
(117,70,117)
#6A3F6A
(106,63,106)
#5F385F
(95,56,95)
#543154
(84,49,84)
#492A49
(73,42,73)
#3E233E
(62,35,62)
#331C33
(51,28,51)
#281528
(40,21,40)
#1D0E1D
(29,14,29)
#120712
(18,7,18)
#000000
(0,0,0)

Tints of #804D80

#804D80
(128,77,128)
#8B5D8B
(139,93,139)
#966D96
(150,109,150)
#A17DA1
(161,125,161)
#AC8DAC
(172,141,172)
#B79DB7
(183,157,183)
#C2ADC2
(194,173,194)
#CDBDCD
(205,189,205)
#D8CDD8
(216,205,216)
#E3DDE3
(227,221,227)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804D80 color. Also use rgb(128,77,128) instead hex code.

Text Font Color

.myTextColor { color: #804D80; }

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

This text font color is #804D80.


Background Color

.myBgColor { background-color: #804D80; }

<div style="background-color:#804D80">Inner text</div>

This div background color is #804D80.


Border color

.myBorderColor { border: 1px solid #804D80; }

<div style="border:3px solid #804D80">Div</div>

This div border color is #804D80.


Opacity

.myOpacity80 { color: #804D80; opacity: 0.8; }

<p style="color:#804D80;opacity:0.8;">80%</p>

Text with #804D80 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 #804D80;}

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

This text has shadow with #804D80 color.

.textShadow {text-shadow: 3px 3px 1px #804D80, 3px 3px 1px red;}

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

This text has shadow with #804D80 primary color and red secondary color.


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

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

This text has shadow with #804D80 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804D80 on black background.


Color preview on white background

This text has color #804D80 on white background.



Black color preview on #804D80 background

This text has black color on #804D80 background.


White color preview on #804D80 background

This text has white color on #804D80 background.