COLOR #80384F

HEX: #80384F
RGB: (128,56,79)

Color info

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

RGB color model

#80384F color RGB value is (128,56,79).

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

RGB channels and saturation

R 128 of 255 = 50%
G 56 of 255 = 22%
B 79 of 255 = 31%

128
56
79

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

Portions of RGB colors in percentages

R + G + B =
128 + 56 + 79 = 263 (100%)
R 128 of 263 ~ 48.67%
G 56 of 263 ~ 21.29%
B 79 of 263 ~ 30.04%

%48.67
%21.29
%30.04

CMYK color model

#80384F color CMYK value is (0,56,38,50).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 38.28%
  • key color value is 49.80%
CMYK:
(0,56,38,50)
C0M56Y38K50 
(0%,56%,38%,50%)
(0.00/0.56/0.38/0.50)	

CMYK percentages

%0
%56.25
%38.28
%49.8

Codes

Color #80384F in popluar color models

80384F
RGB1285679
HSL341°39.13%36.08%
HSB/HSV341°56.25%50.20%
CMYK0.00%56.25%38.28%
49.80%

Color #80384F in popluar number systems.

HEX80384F
Decimal1285679
Binary100000001110001001111
Octal20070117

Shades and tints

Shades of #80384F

#80384F
(128,56,79)
#753348
(117,51,72)
#6A2E41
(106,46,65)
#5F293A
(95,41,58)
#542433
(84,36,51)
#491F2C
(73,31,44)
#3E1A25
(62,26,37)
#33151E
(51,21,30)
#281017
(40,16,23)
#1D0B10
(29,11,16)
#120609
(18,6,9)
#000000
(0,0,0)

Tints of #80384F

#80384F
(128,56,79)
#8B4A5F
(139,74,95)
#965C6F
(150,92,111)
#A16E7F
(161,110,127)
#AC808F
(172,128,143)
#B7929F
(183,146,159)
#C2A4AF
(194,164,175)
#CDB6BF
(205,182,191)
#D8C8CF
(216,200,207)
#E3DADF
(227,218,223)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80384F; }

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

This text font color is #80384F.


Background Color

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

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

This div background color is #80384F.


Border color

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

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

This div border color is #80384F.


Opacity

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

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

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

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

This text has shadow with #80384F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80384F on black background.


Color preview on white background

This text has color #80384F on white background.



Black color preview on #80384F background

This text has black color on #80384F background.


White color preview on #80384F background

This text has white color on #80384F background.