COLOR #80365F

HEX: #80365F
RGB: (128,54,95)

Color info

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

RGB color model

#80365F color RGB value is (128,54,95).

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

RGB channels and saturation

R 128 of 255 = 50%
G 54 of 255 = 21%
B 95 of 255 = 37%

128
54
95

R + G + B ~ 36%. #80365F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 54 + 95 = 277 (100%)
R 128 of 277 ~ 46.21%
G 54 of 277 ~ 19.49%
B 95 of 277 ~ 34.3%

%46.21
%19.49
%34.3

CMYK color model

#80365F color CMYK value is (0,58,26,50).

  • cyan value is 0.00%
  • magenta value is 57.81%
  • yellow value is 25.78%
  • key color value is 49.80%
CMYK:
(0,58,26,50)
C0M58Y26K50 
(0%,58%,26%,50%)
(0.00/0.58/0.26/0.50)	

CMYK percentages

%0
%57.81
%25.78
%49.8

Codes

Color #80365F in popluar color models

80365F
RGB1285495
HSL327°40.66%35.69%
HSB/HSV327°57.81%50.20%
CMYK0.00%57.81%25.78%
49.80%

Color #80365F in popluar number systems.

HEX80365F
Decimal1285495
Binary100000001101101011111
Octal20066137

Shades and tints

Shades of #80365F

#80365F
(128,54,95)
#753257
(117,50,87)
#6A2E4F
(106,46,79)
#5F2A47
(95,42,71)
#54263F
(84,38,63)
#492237
(73,34,55)
#3E1E2F
(62,30,47)
#331A27
(51,26,39)
#28161F
(40,22,31)
#1D1217
(29,18,23)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #80365F

#80365F
(128,54,95)
#8B486D
(139,72,109)
#965A7B
(150,90,123)
#A16C89
(161,108,137)
#AC7E97
(172,126,151)
#B790A5
(183,144,165)
#C2A2B3
(194,162,179)
#CDB4C1
(205,180,193)
#D8C6CF
(216,198,207)
#E3D8DD
(227,216,221)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80365F; }

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

This text font color is #80365F.


Background Color

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

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

This div background color is #80365F.


Border color

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

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

This div border color is #80365F.


Opacity

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

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

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

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

This text has shadow with #80365F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80365F on black background.


Color preview on white background

This text has color #80365F on white background.



Black color preview on #80365F background

This text has black color on #80365F background.


White color preview on #80365F background

This text has white color on #80365F background.