COLOR #501D5D

HEX: #501D5D
RGB: (80,29,93)

Color info

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

RGB color model

#501D5D color RGB value is (80,29,93).

  • red value is 80;
  • green value is 29;
  • blue value is 93.
RGB:
(80,29,93)
(31%,11%,36%)

RGB channels and saturation

R 80 of 255 = 31%
G 29 of 255 = 11%
B 93 of 255 = 36%

80
29
93

R + G + B ~ 26%. #501D5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 29 + 93 = 202 (100%)
R 80 of 202 ~ 39.6%
G 29 of 202 ~ 14.36%
B 93 of 202 ~ 46.04%

%39.6
%14.36
%46.04

CMYK color model

#501D5D color CMYK value is (14,69,0,64).

  • cyan value is 13.98%
  • magenta value is 68.82%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(14,69,0,64)
C14M69Y0K64 
(14%,69%,0%,64%)
(0.14/0.69/0.00/0.64)	

CMYK percentages

%13.98
%68.82
%0
%63.53

Codes

Color #501D5D in popluar color models

501D5D
RGB802993
HSL288°52.46%23.92%
HSB/HSV288°68.82%36.47%
CMYK13.98%68.82%0.00%
63.53%

Color #501D5D in popluar number systems.

HEX501D5D
Decimal802993
Binary1010000111011011101
Octal12035135

Shades and tints

Shades of #501D5D

#501D5D
(80,29,93)
#491B55
(73,27,85)
#42194D
(66,25,77)
#3B1745
(59,23,69)
#34153D
(52,21,61)
#2D1335
(45,19,53)
#26112D
(38,17,45)
#1F0F25
(31,15,37)
#180D1D
(24,13,29)
#110B15
(17,11,21)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #501D5D

#501D5D
(80,29,93)
#5F316B
(95,49,107)
#6E4579
(110,69,121)
#7D5987
(125,89,135)
#8C6D95
(140,109,149)
#9B81A3
(155,129,163)
#AA95B1
(170,149,177)
#B9A9BF
(185,169,191)
#C8BDCD
(200,189,205)
#D7D1DB
(215,209,219)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501D5D color. Also use rgb(80,29,93) instead hex code.

Text Font Color

.myTextColor { color: #501D5D; }

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

This text font color is #501D5D.


Background Color

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

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

This div background color is #501D5D.


Border color

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

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

This div border color is #501D5D.


Opacity

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

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

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

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

This text has shadow with #501D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501D5D on black background.


Color preview on white background

This text has color #501D5D on white background.



Black color preview on #501D5D background

This text has black color on #501D5D background.


White color preview on #501D5D background

This text has white color on #501D5D background.