COLOR #804A6E

HEX: #804A6E RGB: (128,74,110)

Color info

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

RGB color model

#804A6E color RGB value is (128,74,110).

RGB: (128,74,110) (50%, 29%, 43%)

RGB channels and saturation

R 128 of 255 = 50%
G 74 of 255 = 29%
B 110 of 255 = 43%

128
74
110

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

Portions of RGB colors in percentages

R + G + B = 128 + 74 + 110 = 312 (100%)
R 128 of 312 ~ 41.03%
G 74 of 312 ~ 23.72%
B 110 of 312 ~ 35.26'%

%41.03
%23.72
%35.26

CMYK color model

#804A6E color CMYK value is (0,42,14,50).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 14.06%
  • key color value is 49.80%

CMYK: (0,42,14,50)
C0M42Y14K50 (0%, 42%, 14%, 50%)
(0.00 / 0.42 / 0.14 / 0.50)

CMYK percentages

%0
%42.19
%14.06
%49.8

Codes

Color #804A6E in popluar color models

80 4A 6E
RGB 128 74 110
HSL 320° 26.73% 39.61%
HSB/HSV 320° 42.19% 50.20%
CMYK 0.00% 42.19% 14.06%
49.80%

Color #804A6E in popluar number systems.

HEX 80 4A 6E
Decimal 128 74 110
Binary 10000000 1001010 1101110
Octal 200 112 156

Shades and tints

Shades of #804A6E

#804A6E
(128,74,110)
#754464
(117,68,100)
#6A3E5A
(106,62,90)
#5F3850
(95,56,80)
#543246
(84,50,70)
#492C3C
(73,44,60)
#3E2632
(62,38,50)
#332028
(51,32,40)
#281A1E
(40,26,30)
#1D1414
(29,20,20)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #804A6E

#804A6E
(128,74,110)
#8B5A7B
(139,90,123)
#966A88
(150,106,136)
#A17A95
(161,122,149)
#AC8AA2
(172,138,162)
#B79AAF
(183,154,175)
#C2AABC
(194,170,188)
#CDBAC9
(205,186,201)
#D8CAD6
(216,202,214)
#E3DAE3
(227,218,227)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804A6E; }

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

This text font color is #804A6E.

Background Color

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

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

This div background color is #804A6E.

Border color

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

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

This div border color is #804A6E.

Opacity

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

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

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

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

This text has shadow with #804A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #804A6E.

Preview

Color preview on black background

This text has color #804A6E on black background.


Color preview on white background

This text has color #804A6E on white background.


Black color preview on #804A6E background

This text has black color on #804A6E background.


White color preview on #804A6E background

This text has white color on #804A6E background.


Related colors

Complementary color

Complementary color for #hex is #7FB591.


I love getcolorcode.com

Triadic colors

1 #6E804A and #4A6E80 with #804A6E are triadic colors.

2 #6E4A80 and #4A806E with #804A6E are triadic colors.