COLOR #804A73

HEX: #804A73 RGB: (128,74,115)

Color info

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

RGB color model

#804A73 color RGB value is (128,74,115).

RGB: (128,74,115) (50%, 29%, 45%)

RGB channels and saturation

R 128 of 255 = 50%
G 74 of 255 = 29%
B 115 of 255 = 45%

128
74
115

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

Portions of RGB colors in percentages

R + G + B = 128 + 74 + 115 = 317 (100%)
R 128 of 317 ~ 40.38%
G 74 of 317 ~ 23.34%
B 115 of 317 ~ 36.28'%

%40.38
%23.34
%36.28

CMYK color model

#804A73 color CMYK value is (0,42,10,50).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 10.16%
  • key color value is 49.80%
CMYK: (0,42,10,50) C0M42Y10K50 (0%,42%,10%,50%) (0.00/0.42/0.10/0.50) 

CMYK percentages

%0
%42.19
%10.16
%49.8

Codes

Color #804A73 in popluar color models

80 4A 73
RGB 128 74 115
HSL 314° 26.73% 39.61%
HSB/HSV 314° 42.19% 50.20%
CMYK 0.00% 42.19% 10.16%
49.80%

Color #804A73 in popluar number systems.

HEX 80 4A 73
Decimal 128 74 115
Binary 10000000 1001010 1110011
Octal 200 112 163

Shades and tints

Shades of #804A73

#804A73
(128,74,115)
#754469
(117,68,105)
#6A3E5F
(106,62,95)
#5F3855
(95,56,85)
#54324B
(84,50,75)
#492C41
(73,44,65)
#3E2637
(62,38,55)
#33202D
(51,32,45)
#281A23
(40,26,35)
#1D1419
(29,20,25)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #804A73

#804A73
(128,74,115)
#8B5A7F
(139,90,127)
#966A8B
(150,106,139)
#A17A97
(161,122,151)
#AC8AA3
(172,138,163)
#B79AAF
(183,154,175)
#C2AABB
(194,170,187)
#CDBAC7
(205,186,199)
#D8CAD3
(216,202,211)
#E3DADF
(227,218,223)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804A73; }

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

This text font color is #804A73.

Background Color

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

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

This div background color is #804A73.

Border color

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

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

This div border color is #804A73.

Opacity

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

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

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

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

This text has shadow with #804A73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #804A73.

Preview

Color preview on black background

This text has color #804A73 on black background.


Color preview on white background

This text has color #804A73 on white background.


Black color preview on #804A73 background

This text has black color on #804A73 background.


White color preview on #804A73 background

This text has white color on #804A73 background.


Related colors

Complementary color

Complementary color for #hex is #7FB58C.


I love getcolorcode.com

Triadic colors

1 #73804A and #4A7380 with #804A73 are triadic colors.

2 #734A80 and #4A8073 with #804A73 are triadic colors.