COLOR #804D70

HEX: #804D70
RGB: (128,77,112)

Color info

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

RGB color model

#804D70 color RGB value is (128,77,112).

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

RGB channels and saturation

R 128 of 255 = 50%
G 77 of 255 = 30%
B 112 of 255 = 44%

128
77
112

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

Portions of RGB colors in percentages

R + G + B =
128 + 77 + 112 = 317 (100%)
R 128 of 317 ~ 40.38%
G 77 of 317 ~ 24.29%
B 112 of 317 ~ 35.33%

%40.38
%24.29
%35.33

CMYK color model

#804D70 color CMYK value is (0,40,13,50).

  • cyan value is 0.00%
  • magenta value is 39.84%
  • yellow value is 12.50%
  • key color value is 49.80%
CMYK:
(0,40,13,50)
C0M40Y13K50 
(0%,40%,13%,50%)
(0.00/0.40/0.13/0.50)	

CMYK percentages

%0
%39.84
%12.5
%49.8

Codes

Color #804D70 in popluar color models

804D70
RGB12877112
HSL319°24.88%40.20%
HSB/HSV319°39.84%50.20%
CMYK0.00%39.84%12.50%
49.80%

Color #804D70 in popluar number systems.

HEX804D70
Decimal12877112
Binary1000000010011011110000
Octal200115160

Shades and tints

Shades of #804D70

#804D70
(128,77,112)
#754666
(117,70,102)
#6A3F5C
(106,63,92)
#5F3852
(95,56,82)
#543148
(84,49,72)
#492A3E
(73,42,62)
#3E2334
(62,35,52)
#331C2A
(51,28,42)
#281520
(40,21,32)
#1D0E16
(29,14,22)
#12070C
(18,7,12)
#000000
(0,0,0)

Tints of #804D70

#804D70
(128,77,112)
#8B5D7D
(139,93,125)
#966D8A
(150,109,138)
#A17D97
(161,125,151)
#AC8DA4
(172,141,164)
#B79DB1
(183,157,177)
#C2ADBE
(194,173,190)
#CDBDCB
(205,189,203)
#D8CDD8
(216,205,216)
#E3DDE5
(227,221,229)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804D70; }

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

This text font color is #804D70.


Background Color

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

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

This div background color is #804D70.


Border color

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

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

This div border color is #804D70.


Opacity

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

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

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

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

This text has shadow with #804D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804D70 on black background.


Color preview on white background

This text has color #804D70 on white background.



Black color preview on #804D70 background

This text has black color on #804D70 background.


White color preview on #804D70 background

This text has white color on #804D70 background.