COLOR #804868

HEX: #804868
RGB: (128,72,104)

Color info

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

RGB color model

#804868 color RGB value is (128,72,104).

  • red value is 128;
  • green value is 72;
  • blue value is 104.
RGB:
(128,72,104)
(50%,28%,41%)

RGB channels and saturation

R 128 of 255 = 50%
G 72 of 255 = 28%
B 104 of 255 = 41%

128
72
104

R + G + B ~ 40%. #804868 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 72 + 104 = 304 (100%)
R 128 of 304 ~ 42.11%
G 72 of 304 ~ 23.68%
B 104 of 304 ~ 34.21%

%42.11
%23.68
%34.21

CMYK color model

#804868 color CMYK value is (0,44,19,50).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 18.75%
  • key color value is 49.80%
CMYK:
(0,44,19,50)
C0M44Y19K50 
(0%,44%,19%,50%)
(0.00/0.44/0.19/0.50)	

CMYK percentages

%0
%43.75
%18.75
%49.8

Codes

Color #804868 in popluar color models

804868
RGB12872104
HSL326°28.00%39.22%
HSB/HSV326°43.75%50.20%
CMYK0.00%43.75%18.75%
49.80%

Color #804868 in popluar number systems.

HEX804868
Decimal12872104
Binary1000000010010001101000
Octal200110150

Shades and tints

Shades of #804868

#804868
(128,72,104)
#75425F
(117,66,95)
#6A3C56
(106,60,86)
#5F364D
(95,54,77)
#543044
(84,48,68)
#492A3B
(73,42,59)
#3E2432
(62,36,50)
#331E29
(51,30,41)
#281820
(40,24,32)
#1D1217
(29,18,23)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #804868

#804868
(128,72,104)
#8B5875
(139,88,117)
#966882
(150,104,130)
#A1788F
(161,120,143)
#AC889C
(172,136,156)
#B798A9
(183,152,169)
#C2A8B6
(194,168,182)
#CDB8C3
(205,184,195)
#D8C8D0
(216,200,208)
#E3D8DD
(227,216,221)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804868 color. Also use rgb(128,72,104) instead hex code.

Text Font Color

.myTextColor { color: #804868; }

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

This text font color is #804868.


Background Color

.myBgColor { background-color: #804868; }

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

This div background color is #804868.


Border color

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

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

This div border color is #804868.


Opacity

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

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

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

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

This text has shadow with #804868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804868 on black background.


Color preview on white background

This text has color #804868 on white background.



Black color preview on #804868 background

This text has black color on #804868 background.


White color preview on #804868 background

This text has white color on #804868 background.