COLOR #804A66

HEX: #804A66
RGB: (128,74,102)

Color info

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

RGB color model

#804A66 color RGB value is (128,74,102).

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

RGB channels and saturation

R 128 of 255 = 50%
G 74 of 255 = 29%
B 102 of 255 = 40%

128
74
102

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

Portions of RGB colors in percentages

R + G + B =
128 + 74 + 102 = 304 (100%)
R 128 of 304 ~ 42.11%
G 74 of 304 ~ 24.34%
B 102 of 304 ~ 33.55%

%42.11
%24.34
%33.55

CMYK color model

#804A66 color CMYK value is (0,42,20,50).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 20.31%
  • key color value is 49.80%
CMYK:
(0,42,20,50)
C0M42Y20K50 
(0%,42%,20%,50%)
(0.00/0.42/0.20/0.50)	

CMYK percentages

%0
%42.19
%20.31
%49.8

Codes

Color #804A66 in popluar color models

804A66
RGB12874102
HSL329°26.73%39.61%
HSB/HSV329°42.19%50.20%
CMYK0.00%42.19%20.31%
49.80%

Color #804A66 in popluar number systems.

HEX804A66
Decimal12874102
Binary1000000010010101100110
Octal200112146

Shades and tints

Shades of #804A66

#804A66
(128,74,102)
#75445D
(117,68,93)
#6A3E54
(106,62,84)
#5F384B
(95,56,75)
#543242
(84,50,66)
#492C39
(73,44,57)
#3E2630
(62,38,48)
#332027
(51,32,39)
#281A1E
(40,26,30)
#1D1415
(29,20,21)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #804A66

#804A66
(128,74,102)
#8B5A73
(139,90,115)
#966A80
(150,106,128)
#A17A8D
(161,122,141)
#AC8A9A
(172,138,154)
#B79AA7
(183,154,167)
#C2AAB4
(194,170,180)
#CDBAC1
(205,186,193)
#D8CACE
(216,202,206)
#E3DADB
(227,218,219)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804A66; }

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

This text font color is #804A66.


Background Color

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

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

This div background color is #804A66.


Border color

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

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

This div border color is #804A66.


Opacity

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

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

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

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

This text has shadow with #804A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804A66 on black background.


Color preview on white background

This text has color #804A66 on white background.



Black color preview on #804A66 background

This text has black color on #804A66 background.


White color preview on #804A66 background

This text has white color on #804A66 background.