COLOR #501D40

HEX: #501D40 RGB: (80,29,64)

Color info

#501D40 contains red, green and blue colors in about the same proportion. Web safe color of #501D40 is #663333 (or #633).

RGB color model

#501D40 color RGB value is (80,29,64).

RGB: (80,29,64) (31%, 11%, 25%)

RGB channels and saturation

R 80 of 255 = 31%
G 29 of 255 = 11%
B 64 of 255 = 25%

80
29
64

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

Portions of RGB colors in percentages

R + G + B = 80 + 29 + 64 = 173 (100%)
R 80 of 173 ~ 46.24%
G 29 of 173 ~ 16.76%
B 64 of 173 ~ 36.99'%

%46.24
%16.76
%36.99

CMYK color model

#501D40 color CMYK value is (0,64,20,69).

  • cyan value is 0.00%
  • magenta value is 63.75%
  • yellow value is 20.00%
  • key color value is 68.63%

CMYK: (0,64,20,69)
C0M64Y20K69 (0%, 64%, 20%, 69%)
(0.00 / 0.64 / 0.20 / 0.69)

CMYK percentages

%0
%63.75
%20
%68.63

Codes

Color #501D40 in popluar color models

50 1D 40
RGB 80 29 64
HSL 319° 46.79% 21.37%
HSB/HSV 319° 63.75% 31.37%
CMYK 0.00% 63.75% 20.00%
68.63%

Color #501D40 in popluar number systems.

HEX 50 1D 40
Decimal 80 29 64
Binary 1010000 11101 1000000
Octal 120 35 100

Shades and tints

Shades of #501D40

#501D40
(80,29,64)
#491B3B
(73,27,59)
#421936
(66,25,54)
#3B1731
(59,23,49)
#34152C
(52,21,44)
#2D1327
(45,19,39)
#261122
(38,17,34)
#1F0F1D
(31,15,29)
#180D18
(24,13,24)
#110B13
(17,11,19)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #501D40

#501D40
(80,29,64)
#5F3151
(95,49,81)
#6E4562
(110,69,98)
#7D5973
(125,89,115)
#8C6D84
(140,109,132)
#9B8195
(155,129,149)
#AA95A6
(170,149,166)
#B9A9B7
(185,169,183)
#C8BDC8
(200,189,200)
#D7D1D9
(215,209,217)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501D40; }

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

This text font color is #501D40.

Background Color

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

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

This div background color is #501D40.

Border color

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

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

This div border color is #501D40.

Opacity

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

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

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

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

This text has shadow with #501D40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #501D40.

Preview

Color preview on black background

This text has color #501D40 on black background.


Color preview on white background

This text has color #501D40 on white background.


Black color preview on #501D40 background

This text has black color on #501D40 background.


White color preview on #501D40 background

This text has white color on #501D40 background.


Related colors

Complementary color

Complementary color for #hex is #AFE2BF.


I love getcolorcode.com

Triadic colors

1 #40501D and #1D4050 with #501D40 are triadic colors.

2 #401D50 and #1D5040 with #501D40 are triadic colors.