COLOR #804457

HEX: #804457
RGB: (128,68,87)

Color info

#804457 contains mainly red and blue colors. Web safe color of #804457 is #663366 (or #636).

RGB color model

#804457 color RGB value is (128,68,87).

  • red value is 128;
  • green value is 68;
  • blue value is 87.
RGB:
(128,68,87)
(50%,27%,34%)

RGB channels and saturation

R 128 of 255 = 50%
G 68 of 255 = 27%
B 87 of 255 = 34%

128
68
87

R + G + B ~ 37%. #804457 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 68 + 87 = 283 (100%)
R 128 of 283 ~ 45.23%
G 68 of 283 ~ 24.03%
B 87 of 283 ~ 30.74%

%45.23
%24.03
%30.74

CMYK color model

#804457 color CMYK value is (0,47,32,50).

  • cyan value is 0.00%
  • magenta value is 46.88%
  • yellow value is 32.03%
  • key color value is 49.80%
CMYK:
(0,47,32,50)
C0M47Y32K50 
(0%,47%,32%,50%)
(0.00/0.47/0.32/0.50)	

CMYK percentages

%0
%46.88
%32.03
%49.8

Codes

Color #804457 in popluar color models

804457
RGB1286887
HSL341°30.61%38.43%
HSB/HSV341°46.88%50.20%
CMYK0.00%46.88%32.03%
49.80%

Color #804457 in popluar number systems.

HEX804457
Decimal1286887
Binary1000000010001001010111
Octal200104127

Shades and tints

Shades of #804457

#804457
(128,68,87)
#753E50
(117,62,80)
#6A3849
(106,56,73)
#5F3242
(95,50,66)
#542C3B
(84,44,59)
#492634
(73,38,52)
#3E202D
(62,32,45)
#331A26
(51,26,38)
#28141F
(40,20,31)
#1D0E18
(29,14,24)
#120811
(18,8,17)
#000000
(0,0,0)

Tints of #804457

#804457
(128,68,87)
#8B5566
(139,85,102)
#966675
(150,102,117)
#A17784
(161,119,132)
#AC8893
(172,136,147)
#B799A2
(183,153,162)
#C2AAB1
(194,170,177)
#CDBBC0
(205,187,192)
#D8CCCF
(216,204,207)
#E3DDDE
(227,221,222)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804457 color. Also use rgb(128,68,87) instead hex code.

Text Font Color

.myTextColor { color: #804457; }

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

This text font color is #804457.


Background Color

.myBgColor { background-color: #804457; }

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

This div background color is #804457.


Border color

.myBorderColor { border: 1px solid #804457; }

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

This div border color is #804457.


Opacity

.myOpacity80 { color: #804457; opacity: 0.8; }

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

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

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

This text has shadow with #804457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804457 on black background.


Color preview on white background

This text has color #804457 on white background.



Black color preview on #804457 background

This text has black color on #804457 background.


White color preview on #804457 background

This text has white color on #804457 background.