COLOR #80315F

HEX: #80315F
RGB: (128,49,95)

Color info

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

RGB color model

#80315F color RGB value is (128,49,95).

  • red value is 128;
  • green value is 49;
  • blue value is 95.
RGB:
(128,49,95)
(50%,19%,37%)

RGB channels and saturation

R 128 of 255 = 50%
G 49 of 255 = 19%
B 95 of 255 = 37%

128
49
95

R + G + B ~ 35%. #80315F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 49 + 95 = 272 (100%)
R 128 of 272 ~ 47.06%
G 49 of 272 ~ 18.01%
B 95 of 272 ~ 34.93%

%47.06
%18.01
%34.93

CMYK color model

#80315F color CMYK value is (0,62,26,50).

  • cyan value is 0.00%
  • magenta value is 61.72%
  • yellow value is 25.78%
  • key color value is 49.80%
CMYK:
(0,62,26,50)
C0M62Y26K50 
(0%,62%,26%,50%)
(0.00/0.62/0.26/0.50)	

CMYK percentages

%0
%61.72
%25.78
%49.8

Codes

Color #80315F in popluar color models

80315F
RGB1284995
HSL325°44.63%34.71%
HSB/HSV325°61.72%50.20%
CMYK0.00%61.72%25.78%
49.80%

Color #80315F in popluar number systems.

HEX80315F
Decimal1284995
Binary100000001100011011111
Octal20061137

Shades and tints

Shades of #80315F

#80315F
(128,49,95)
#752D57
(117,45,87)
#6A294F
(106,41,79)
#5F2547
(95,37,71)
#54213F
(84,33,63)
#491D37
(73,29,55)
#3E192F
(62,25,47)
#331527
(51,21,39)
#28111F
(40,17,31)
#1D0D17
(29,13,23)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #80315F

#80315F
(128,49,95)
#8B436D
(139,67,109)
#96557B
(150,85,123)
#A16789
(161,103,137)
#AC7997
(172,121,151)
#B78BA5
(183,139,165)
#C29DB3
(194,157,179)
#CDAFC1
(205,175,193)
#D8C1CF
(216,193,207)
#E3D3DD
(227,211,221)
#EEE5EB
(238,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80315F color. Also use rgb(128,49,95) instead hex code.

Text Font Color

.myTextColor { color: #80315F; }

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

This text font color is #80315F.


Background Color

.myBgColor { background-color: #80315F; }

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

This div background color is #80315F.


Border color

.myBorderColor { border: 1px solid #80315F; }

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

This div border color is #80315F.


Opacity

.myOpacity80 { color: #80315F; opacity: 0.8; }

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

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

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

This text has shadow with #80315F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80315F on black background.


Color preview on white background

This text has color #80315F on white background.



Black color preview on #80315F background

This text has black color on #80315F background.


White color preview on #80315F background

This text has white color on #80315F background.