COLOR #804D7A

HEX: #804D7A
RGB: (128,77,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

128
77
122

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

Portions of RGB colors in percentages

R + G + B =
128 + 77 + 122 = 327 (100%)
R 128 of 327 ~ 39.14%
G 77 of 327 ~ 23.55%
B 122 of 327 ~ 37.31%

%39.14
%23.55
%37.31

CMYK color model

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

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

CMYK percentages

%0
%39.84
%4.69
%49.8

Codes

Color #804D7A in popluar color models

804D7A
RGB12877122
HSL307°24.88%40.20%
HSB/HSV307°39.84%50.20%
CMYK0.00%39.84%4.69%
49.80%

Color #804D7A in popluar number systems.

HEX804D7A
Decimal12877122
Binary1000000010011011111010
Octal200115172

Shades and tints

Shades of #804D7A

#804D7A
(128,77,122)
#75466F
(117,70,111)
#6A3F64
(106,63,100)
#5F3859
(95,56,89)
#54314E
(84,49,78)
#492A43
(73,42,67)
#3E2338
(62,35,56)
#331C2D
(51,28,45)
#281522
(40,21,34)
#1D0E17
(29,14,23)
#12070C
(18,7,12)
#000000
(0,0,0)

Tints of #804D7A

#804D7A
(128,77,122)
#8B5D86
(139,93,134)
#966D92
(150,109,146)
#A17D9E
(161,125,158)
#AC8DAA
(172,141,170)
#B79DB6
(183,157,182)
#C2ADC2
(194,173,194)
#CDBDCE
(205,189,206)
#D8CDDA
(216,205,218)
#E3DDE6
(227,221,230)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804D7A; }

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

This text font color is #804D7A.


Background Color

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

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

This div background color is #804D7A.


Border color

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

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

This div border color is #804D7A.


Opacity

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

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

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

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

This text has shadow with #804D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804D7A on black background.


Color preview on white background

This text has color #804D7A on white background.



Black color preview on #804D7A background

This text has black color on #804D7A background.


White color preview on #804D7A background

This text has white color on #804D7A background.