COLOR #501547

HEX: #501547
RGB: (80,21,71)

Color info

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

RGB color model

#501547 color RGB value is (80,21,71).

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

RGB channels and saturation

R 80 of 255 = 31%
G 21 of 255 = 8%
B 71 of 255 = 28%

80
21
71

R + G + B ~ 22%. #501547 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 21 + 71 = 172 (100%)
R 80 of 172 ~ 46.51%
G 21 of 172 ~ 12.21%
B 71 of 172 ~ 41.28%

%46.51
%12.21
%41.28

CMYK color model

#501547 color CMYK value is (0,74,11,69).

  • cyan value is 0.00%
  • magenta value is 73.75%
  • yellow value is 11.25%
  • key color value is 68.63%
CMYK:
(0,74,11,69)
C0M74Y11K69 
(0%,74%,11%,69%)
(0.00/0.74/0.11/0.69)	

CMYK percentages

%0
%73.75
%11.25
%68.63

Codes

Color #501547 in popluar color models

501547
RGB802171
HSL309°58.42%19.80%
HSB/HSV309°73.75%31.37%
CMYK0.00%73.75%11.25%
68.63%

Color #501547 in popluar number systems.

HEX501547
Decimal802171
Binary1010000101011000111
Octal12025107

Shades and tints

Shades of #501547

#501547
(80,21,71)
#491441
(73,20,65)
#42133B
(66,19,59)
#3B1235
(59,18,53)
#34112F
(52,17,47)
#2D1029
(45,16,41)
#260F23
(38,15,35)
#1F0E1D
(31,14,29)
#180D17
(24,13,23)
#110C11
(17,12,17)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #501547

#501547
(80,21,71)
#5F2A57
(95,42,87)
#6E3F67
(110,63,103)
#7D5477
(125,84,119)
#8C6987
(140,105,135)
#9B7E97
(155,126,151)
#AA93A7
(170,147,167)
#B9A8B7
(185,168,183)
#C8BDC7
(200,189,199)
#D7D2D7
(215,210,215)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501547; }

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

This text font color is #501547.


Background Color

.myBgColor { background-color: #501547; }

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

This div background color is #501547.


Border color

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

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

This div border color is #501547.


Opacity

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

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

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

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

This text has shadow with #501547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501547 on black background.


Color preview on white background

This text has color #501547 on white background.



Black color preview on #501547 background

This text has black color on #501547 background.


White color preview on #501547 background

This text has white color on #501547 background.