COLOR #804378

HEX: #804378
RGB: (128,67,120)

Color info

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

RGB color model

#804378 color RGB value is (128,67,120).

  • red value is 128;
  • green value is 67;
  • blue value is 120.
RGB:
(128,67,120)
(50%,26%,47%)

RGB channels and saturation

R 128 of 255 = 50%
G 67 of 255 = 26%
B 120 of 255 = 47%

128
67
120

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

Portions of RGB colors in percentages

R + G + B =
128 + 67 + 120 = 315 (100%)
R 128 of 315 ~ 40.63%
G 67 of 315 ~ 21.27%
B 120 of 315 ~ 38.1%

%40.63
%21.27
%38.1

CMYK color model

#804378 color CMYK value is (0,48,6,50).

  • cyan value is 0.00%
  • magenta value is 47.66%
  • yellow value is 6.25%
  • key color value is 49.80%
CMYK:
(0,48,6,50)
C0M48Y6K50 
(0%,48%,6%,50%)
(0.00/0.48/0.06/0.50)	

CMYK percentages

%0
%47.66
%6.25
%49.8

Codes

Color #804378 in popluar color models

804378
RGB12867120
HSL308°31.28%38.24%
HSB/HSV308°47.66%50.20%
CMYK0.00%47.66%6.25%
49.80%

Color #804378 in popluar number systems.

HEX804378
Decimal12867120
Binary1000000010000111111000
Octal200103170

Shades and tints

Shades of #804378

#804378
(128,67,120)
#753D6E
(117,61,110)
#6A3764
(106,55,100)
#5F315A
(95,49,90)
#542B50
(84,43,80)
#492546
(73,37,70)
#3E1F3C
(62,31,60)
#331932
(51,25,50)
#281328
(40,19,40)
#1D0D1E
(29,13,30)
#120714
(18,7,20)
#000000
(0,0,0)

Tints of #804378

#804378
(128,67,120)
#8B5484
(139,84,132)
#966590
(150,101,144)
#A1769C
(161,118,156)
#AC87A8
(172,135,168)
#B798B4
(183,152,180)
#C2A9C0
(194,169,192)
#CDBACC
(205,186,204)
#D8CBD8
(216,203,216)
#E3DCE4
(227,220,228)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804378 color. Also use rgb(128,67,120) instead hex code.

Text Font Color

.myTextColor { color: #804378; }

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

This text font color is #804378.


Background Color

.myBgColor { background-color: #804378; }

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

This div background color is #804378.


Border color

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

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

This div border color is #804378.


Opacity

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

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

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

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

This text has shadow with #804378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804378 on black background.


Color preview on white background

This text has color #804378 on white background.



Black color preview on #804378 background

This text has black color on #804378 background.


White color preview on #804378 background

This text has white color on #804378 background.