COLOR #804A7A

HEX: #804A7A
RGB: (128,74,122)

Color info

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

RGB color model

#804A7A color RGB value is (128,74,122).

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

RGB channels and saturation

R 128 of 255 = 50%
G 74 of 255 = 29%
B 122 of 255 = 48%

128
74
122

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

Portions of RGB colors in percentages

R + G + B =
128 + 74 + 122 = 324 (100%)
R 128 of 324 ~ 39.51%
G 74 of 324 ~ 22.84%
B 122 of 324 ~ 37.65%

%39.51
%22.84
%37.65

CMYK color model

#804A7A color CMYK value is (0,42,5,50).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 4.69%
  • key color value is 49.80%
CMYK:
(0,42,5,50)
C0M42Y5K50 
(0%,42%,5%,50%)
(0.00/0.42/0.05/0.50)	

CMYK percentages

%0
%42.19
%4.69
%49.8

Codes

Color #804A7A in popluar color models

804A7A
RGB12874122
HSL307°26.73%39.61%
HSB/HSV307°42.19%50.20%
CMYK0.00%42.19%4.69%
49.80%

Color #804A7A in popluar number systems.

HEX804A7A
Decimal12874122
Binary1000000010010101111010
Octal200112172

Shades and tints

Shades of #804A7A

#804A7A
(128,74,122)
#75446F
(117,68,111)
#6A3E64
(106,62,100)
#5F3859
(95,56,89)
#54324E
(84,50,78)
#492C43
(73,44,67)
#3E2638
(62,38,56)
#33202D
(51,32,45)
#281A22
(40,26,34)
#1D1417
(29,20,23)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #804A7A

#804A7A
(128,74,122)
#8B5A86
(139,90,134)
#966A92
(150,106,146)
#A17A9E
(161,122,158)
#AC8AAA
(172,138,170)
#B79AB6
(183,154,182)
#C2AAC2
(194,170,194)
#CDBACE
(205,186,206)
#D8CADA
(216,202,218)
#E3DAE6
(227,218,230)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804A7A; }

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

This text font color is #804A7A.


Background Color

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

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

This div background color is #804A7A.


Border color

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

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

This div border color is #804A7A.


Opacity

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

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

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

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

This text has shadow with #804A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804A7A on black background.


Color preview on white background

This text has color #804A7A on white background.



Black color preview on #804A7A background

This text has black color on #804A7A background.


White color preview on #804A7A background

This text has white color on #804A7A background.