COLOR #501327

HEX: #501327
RGB: (80,19,39)

Color info

#501327 contains mainly red and blue colors. Web safe color of #501327 is #660033 (or #603).

RGB color model

#501327 color RGB value is (80,19,39).

  • red value is 80;
  • green value is 19;
  • blue value is 39.
RGB:
(80,19,39)
(31%,7%,15%)

RGB channels and saturation

R 80 of 255 = 31%
G 19 of 255 = 7%
B 39 of 255 = 15%

80
19
39

R + G + B ~ 18%. #501327 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 19 + 39 = 138 (100%)
R 80 of 138 ~ 57.97%
G 19 of 138 ~ 13.77%
B 39 of 138 ~ 28.26%

%57.97
%13.77
%28.26

CMYK color model

#501327 color CMYK value is (0,76,51,69).

  • cyan value is 0.00%
  • magenta value is 76.25%
  • yellow value is 51.25%
  • key color value is 68.63%
CMYK:
(0,76,51,69)
C0M76Y51K69 
(0%,76%,51%,69%)
(0.00/0.76/0.51/0.69)	

CMYK percentages

%0
%76.25
%51.25
%68.63

Codes

Color #501327 in popluar color models

501327
RGB801939
HSL340°61.62%19.41%
HSB/HSV340°76.25%31.37%
CMYK0.00%76.25%51.25%
68.63%

Color #501327 in popluar number systems.

HEX501327
Decimal801939
Binary101000010011100111
Octal1202347

Shades and tints

Shades of #501327

#501327
(80,19,39)
#491224
(73,18,36)
#421121
(66,17,33)
#3B101E
(59,16,30)
#340F1B
(52,15,27)
#2D0E18
(45,14,24)
#260D15
(38,13,21)
#1F0C12
(31,12,18)
#180B0F
(24,11,15)
#110A0C
(17,10,12)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #501327

#501327
(80,19,39)
#5F283A
(95,40,58)
#6E3D4D
(110,61,77)
#7D5260
(125,82,96)
#8C6773
(140,103,115)
#9B7C86
(155,124,134)
#AA9199
(170,145,153)
#B9A6AC
(185,166,172)
#C8BBBF
(200,187,191)
#D7D0D2
(215,208,210)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501327 color. Also use rgb(80,19,39) instead hex code.

Text Font Color

.myTextColor { color: #501327; }

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

This text font color is #501327.


Background Color

.myBgColor { background-color: #501327; }

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

This div background color is #501327.


Border color

.myBorderColor { border: 1px solid #501327; }

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

This div border color is #501327.


Opacity

.myOpacity80 { color: #501327; opacity: 0.8; }

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

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

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

This text has shadow with #501327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501327 on black background.


Color preview on white background

This text has color #501327 on white background.



Black color preview on #501327 background

This text has black color on #501327 background.


White color preview on #501327 background

This text has white color on #501327 background.