COLOR #804361

HEX: #804361
RGB: (128,67,97)

Color info

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

RGB color model

#804361 color RGB value is (128,67,97).

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

RGB channels and saturation

R 128 of 255 = 50%
G 67 of 255 = 26%
B 97 of 255 = 38%

128
67
97

R + G + B ~ 38%. #804361 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 67 + 97 = 292 (100%)
R 128 of 292 ~ 43.84%
G 67 of 292 ~ 22.95%
B 97 of 292 ~ 33.22%

%43.84
%22.95
%33.22

CMYK color model

#804361 color CMYK value is (0,48,24,50).

  • cyan value is 0.00%
  • magenta value is 47.66%
  • yellow value is 24.22%
  • key color value is 49.80%
CMYK:
(0,48,24,50)
C0M48Y24K50 
(0%,48%,24%,50%)
(0.00/0.48/0.24/0.50)	

CMYK percentages

%0
%47.66
%24.22
%49.8

Codes

Color #804361 in popluar color models

804361
RGB1286797
HSL330°31.28%38.24%
HSB/HSV330°47.66%50.20%
CMYK0.00%47.66%24.22%
49.80%

Color #804361 in popluar number systems.

HEX804361
Decimal1286797
Binary1000000010000111100001
Octal200103141

Shades and tints

Shades of #804361

#804361
(128,67,97)
#753D59
(117,61,89)
#6A3751
(106,55,81)
#5F3149
(95,49,73)
#542B41
(84,43,65)
#492539
(73,37,57)
#3E1F31
(62,31,49)
#331929
(51,25,41)
#281321
(40,19,33)
#1D0D19
(29,13,25)
#120711
(18,7,17)
#000000
(0,0,0)

Tints of #804361

#804361
(128,67,97)
#8B546F
(139,84,111)
#96657D
(150,101,125)
#A1768B
(161,118,139)
#AC8799
(172,135,153)
#B798A7
(183,152,167)
#C2A9B5
(194,169,181)
#CDBAC3
(205,186,195)
#D8CBD1
(216,203,209)
#E3DCDF
(227,220,223)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804361; }

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

This text font color is #804361.


Background Color

.myBgColor { background-color: #804361; }

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

This div background color is #804361.


Border color

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

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

This div border color is #804361.


Opacity

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

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

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

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

This text has shadow with #804361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804361 on black background.


Color preview on white background

This text has color #804361 on white background.



Black color preview on #804361 background

This text has black color on #804361 background.


White color preview on #804361 background

This text has white color on #804361 background.