COLOR #80395E

HEX: #80395E
RGB: (128,57,94)

Color info

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

RGB color model

#80395E color RGB value is (128,57,94).

  • red value is 128;
  • green value is 57;
  • blue value is 94.
RGB:
(128,57,94)
(50%,22%,37%)

RGB channels and saturation

R 128 of 255 = 50%
G 57 of 255 = 22%
B 94 of 255 = 37%

128
57
94

R + G + B ~ 36%. #80395E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 57 + 94 = 279 (100%)
R 128 of 279 ~ 45.88%
G 57 of 279 ~ 20.43%
B 94 of 279 ~ 33.69%

%45.88
%20.43
%33.69

CMYK color model

#80395E color CMYK value is (0,55,27,50).

  • cyan value is 0.00%
  • magenta value is 55.47%
  • yellow value is 26.56%
  • key color value is 49.80%
CMYK:
(0,55,27,50)
C0M55Y27K50 
(0%,55%,27%,50%)
(0.00/0.55/0.27/0.50)	

CMYK percentages

%0
%55.47
%26.56
%49.8

Codes

Color #80395E in popluar color models

80395E
RGB1285794
HSL329°38.38%36.27%
HSB/HSV329°55.47%50.20%
CMYK0.00%55.47%26.56%
49.80%

Color #80395E in popluar number systems.

HEX80395E
Decimal1285794
Binary100000001110011011110
Octal20071136

Shades and tints

Shades of #80395E

#80395E
(128,57,94)
#753456
(117,52,86)
#6A2F4E
(106,47,78)
#5F2A46
(95,42,70)
#54253E
(84,37,62)
#492036
(73,32,54)
#3E1B2E
(62,27,46)
#331626
(51,22,38)
#28111E
(40,17,30)
#1D0C16
(29,12,22)
#12070E
(18,7,14)
#000000
(0,0,0)

Tints of #80395E

#80395E
(128,57,94)
#8B4B6C
(139,75,108)
#965D7A
(150,93,122)
#A16F88
(161,111,136)
#AC8196
(172,129,150)
#B793A4
(183,147,164)
#C2A5B2
(194,165,178)
#CDB7C0
(205,183,192)
#D8C9CE
(216,201,206)
#E3DBDC
(227,219,220)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80395E color. Also use rgb(128,57,94) instead hex code.

Text Font Color

.myTextColor { color: #80395E; }

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

This text font color is #80395E.


Background Color

.myBgColor { background-color: #80395E; }

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

This div background color is #80395E.


Border color

.myBorderColor { border: 1px solid #80395E; }

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

This div border color is #80395E.


Opacity

.myOpacity80 { color: #80395E; opacity: 0.8; }

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

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

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

This text has shadow with #80395E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80395E on black background.


Color preview on white background

This text has color #80395E on white background.



Black color preview on #80395E background

This text has black color on #80395E background.


White color preview on #80395E background

This text has white color on #80395E background.