COLOR #501A47

HEX: #501A47
RGB: (80,26,71)

Color info

#501A47 contains red, green and blue colors in about the same proportion. Web safe color of #501A47 is #660033 (or #603).

RGB color model

#501A47 color RGB value is (80,26,71).

  • red value is 80;
  • green value is 26;
  • blue value is 71.
RGB:
(80,26,71)
(31%,10%,28%)

RGB channels and saturation

R 80 of 255 = 31%
G 26 of 255 = 10%
B 71 of 255 = 28%

80
26
71

R + G + B ~ 23%. #501A47 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 26 + 71 = 177 (100%)
R 80 of 177 ~ 45.2%
G 26 of 177 ~ 14.69%
B 71 of 177 ~ 40.11%

%45.2
%14.69
%40.11

CMYK color model

#501A47 color CMYK value is (0,68,11,69).

  • cyan value is 0.00%
  • magenta value is 67.50%
  • yellow value is 11.25%
  • key color value is 68.63%
CMYK:
(0,68,11,69)
C0M68Y11K69 
(0%,68%,11%,69%)
(0.00/0.68/0.11/0.69)	

CMYK percentages

%0
%67.5
%11.25
%68.63

Codes

Color #501A47 in popluar color models

501A47
RGB802671
HSL310°50.94%20.78%
HSB/HSV310°67.50%31.37%
CMYK0.00%67.50%11.25%
68.63%

Color #501A47 in popluar number systems.

HEX501A47
Decimal802671
Binary1010000110101000111
Octal12032107

Shades and tints

Shades of #501A47

#501A47
(80,26,71)
#491841
(73,24,65)
#42163B
(66,22,59)
#3B1435
(59,20,53)
#34122F
(52,18,47)
#2D1029
(45,16,41)
#260E23
(38,14,35)
#1F0C1D
(31,12,29)
#180A17
(24,10,23)
#110811
(17,8,17)
#0A060B
(10,6,11)
#000000
(0,0,0)

Tints of #501A47

#501A47
(80,26,71)
#5F2E57
(95,46,87)
#6E4267
(110,66,103)
#7D5677
(125,86,119)
#8C6A87
(140,106,135)
#9B7E97
(155,126,151)
#AA92A7
(170,146,167)
#B9A6B7
(185,166,183)
#C8BAC7
(200,186,199)
#D7CED7
(215,206,215)
#E6E2E7
(230,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501A47 color. Also use rgb(80,26,71) instead hex code.

Text Font Color

.myTextColor { color: #501A47; }

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

This text font color is #501A47.


Background Color

.myBgColor { background-color: #501A47; }

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

This div background color is #501A47.


Border color

.myBorderColor { border: 1px solid #501A47; }

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

This div border color is #501A47.


Opacity

.myOpacity80 { color: #501A47; opacity: 0.8; }

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

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

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

This text has shadow with #501A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501A47 on black background.


Color preview on white background

This text has color #501A47 on white background.



Black color preview on #501A47 background

This text has black color on #501A47 background.


White color preview on #501A47 background

This text has white color on #501A47 background.