COLOR #804377

HEX: #804377
RGB: (128,67,119)

Color info

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

RGB color model

#804377 color RGB value is (128,67,119).

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

RGB channels and saturation

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

128
67
119

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

Portions of RGB colors in percentages

R + G + B =
128 + 67 + 119 = 314 (100%)
R 128 of 314 ~ 40.76%
G 67 of 314 ~ 21.34%
B 119 of 314 ~ 37.9%

%40.76
%21.34
%37.9

CMYK color model

#804377 color CMYK value is (0,48,7,50).

  • cyan value is 0.00%
  • magenta value is 47.66%
  • yellow value is 7.03%
  • key color value is 49.80%
CMYK:
(0,48,7,50)
C0M48Y7K50 
(0%,48%,7%,50%)
(0.00/0.48/0.07/0.50)	

CMYK percentages

%0
%47.66
%7.03
%49.8

Codes

Color #804377 in popluar color models

804377
RGB12867119
HSL309°31.28%38.24%
HSB/HSV309°47.66%50.20%
CMYK0.00%47.66%7.03%
49.80%

Color #804377 in popluar number systems.

HEX804377
Decimal12867119
Binary1000000010000111110111
Octal200103167

Shades and tints

Shades of #804377

#804377
(128,67,119)
#753D6D
(117,61,109)
#6A3763
(106,55,99)
#5F3159
(95,49,89)
#542B4F
(84,43,79)
#492545
(73,37,69)
#3E1F3B
(62,31,59)
#331931
(51,25,49)
#281327
(40,19,39)
#1D0D1D
(29,13,29)
#120713
(18,7,19)
#000000
(0,0,0)

Tints of #804377

#804377
(128,67,119)
#8B5483
(139,84,131)
#96658F
(150,101,143)
#A1769B
(161,118,155)
#AC87A7
(172,135,167)
#B798B3
(183,152,179)
#C2A9BF
(194,169,191)
#CDBACB
(205,186,203)
#D8CBD7
(216,203,215)
#E3DCE3
(227,220,227)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804377; }

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

This text font color is #804377.


Background Color

.myBgColor { background-color: #804377; }

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

This div background color is #804377.


Border color

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

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

This div border color is #804377.


Opacity

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

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

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

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

This text has shadow with #804377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804377 on black background.


Color preview on white background

This text has color #804377 on white background.



Black color preview on #804377 background

This text has black color on #804377 background.


White color preview on #804377 background

This text has white color on #804377 background.