COLOR #804458

HEX: #804458
RGB: (128,68,88)

Color info

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

RGB color model

#804458 color RGB value is (128,68,88).

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

RGB channels and saturation

R 128 of 255 = 50%
G 68 of 255 = 27%
B 88 of 255 = 35%

128
68
88

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

Portions of RGB colors in percentages

R + G + B =
128 + 68 + 88 = 284 (100%)
R 128 of 284 ~ 45.07%
G 68 of 284 ~ 23.94%
B 88 of 284 ~ 30.99%

%45.07
%23.94
%30.99

CMYK color model

#804458 color CMYK value is (0,47,31,50).

  • cyan value is 0.00%
  • magenta value is 46.88%
  • yellow value is 31.25%
  • key color value is 49.80%
CMYK:
(0,47,31,50)
C0M47Y31K50 
(0%,47%,31%,50%)
(0.00/0.47/0.31/0.50)	

CMYK percentages

%0
%46.88
%31.25
%49.8

Codes

Color #804458 in popluar color models

804458
RGB1286888
HSL340°30.61%38.43%
HSB/HSV340°46.88%50.20%
CMYK0.00%46.88%31.25%
49.80%

Color #804458 in popluar number systems.

HEX804458
Decimal1286888
Binary1000000010001001011000
Octal200104130

Shades and tints

Shades of #804458

#804458
(128,68,88)
#753E50
(117,62,80)
#6A3848
(106,56,72)
#5F3240
(95,50,64)
#542C38
(84,44,56)
#492630
(73,38,48)
#3E2028
(62,32,40)
#331A20
(51,26,32)
#281418
(40,20,24)
#1D0E10
(29,14,16)
#120808
(18,8,8)
#000000
(0,0,0)

Tints of #804458

#804458
(128,68,88)
#8B5567
(139,85,103)
#966676
(150,102,118)
#A17785
(161,119,133)
#AC8894
(172,136,148)
#B799A3
(183,153,163)
#C2AAB2
(194,170,178)
#CDBBC1
(205,187,193)
#D8CCD0
(216,204,208)
#E3DDDF
(227,221,223)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804458; }

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

This text font color is #804458.


Background Color

.myBgColor { background-color: #804458; }

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

This div background color is #804458.


Border color

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

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

This div border color is #804458.


Opacity

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

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

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

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

This text has shadow with #804458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804458 on black background.


Color preview on white background

This text has color #804458 on white background.



Black color preview on #804458 background

This text has black color on #804458 background.


White color preview on #804458 background

This text has white color on #804458 background.