COLOR #80344F

HEX: #80344F
RGB: (128,52,79)

Color info

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

RGB color model

#80344F color RGB value is (128,52,79).

  • red value is 128;
  • green value is 52;
  • blue value is 79.
RGB:
(128,52,79)
(50%,20%,31%)

RGB channels and saturation

R 128 of 255 = 50%
G 52 of 255 = 20%
B 79 of 255 = 31%

128
52
79

R + G + B ~ 34%. #80344F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 52 + 79 = 259 (100%)
R 128 of 259 ~ 49.42%
G 52 of 259 ~ 20.08%
B 79 of 259 ~ 30.5%

%49.42
%20.08
%30.5

CMYK color model

#80344F color CMYK value is (0,59,38,50).

  • cyan value is 0.00%
  • magenta value is 59.38%
  • yellow value is 38.28%
  • key color value is 49.80%
CMYK:
(0,59,38,50)
C0M59Y38K50 
(0%,59%,38%,50%)
(0.00/0.59/0.38/0.50)	

CMYK percentages

%0
%59.38
%38.28
%49.8

Codes

Color #80344F in popluar color models

80344F
RGB1285279
HSL339°42.22%35.29%
HSB/HSV339°59.38%50.20%
CMYK0.00%59.38%38.28%
49.80%

Color #80344F in popluar number systems.

HEX80344F
Decimal1285279
Binary100000001101001001111
Octal20064117

Shades and tints

Shades of #80344F

#80344F
(128,52,79)
#753048
(117,48,72)
#6A2C41
(106,44,65)
#5F283A
(95,40,58)
#542433
(84,36,51)
#49202C
(73,32,44)
#3E1C25
(62,28,37)
#33181E
(51,24,30)
#281417
(40,20,23)
#1D1010
(29,16,16)
#120C09
(18,12,9)
#000000
(0,0,0)

Tints of #80344F

#80344F
(128,52,79)
#8B465F
(139,70,95)
#96586F
(150,88,111)
#A16A7F
(161,106,127)
#AC7C8F
(172,124,143)
#B78E9F
(183,142,159)
#C2A0AF
(194,160,175)
#CDB2BF
(205,178,191)
#D8C4CF
(216,196,207)
#E3D6DF
(227,214,223)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80344F color. Also use rgb(128,52,79) instead hex code.

Text Font Color

.myTextColor { color: #80344F; }

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

This text font color is #80344F.


Background Color

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

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

This div background color is #80344F.


Border color

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

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

This div border color is #80344F.


Opacity

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

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

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

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

This text has shadow with #80344F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80344F on black background.


Color preview on white background

This text has color #80344F on white background.



Black color preview on #80344F background

This text has black color on #80344F background.


White color preview on #80344F background

This text has white color on #80344F background.