COLOR #501D43

HEX: #501D43 RGB: (80,29,67)

Color info

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

RGB color model

#501D43 color RGB value is (80,29,67).

RGB: (80,29,67) (31%, 11%, 26%)

RGB channels and saturation

R 80 of 255 = 31%
G 29 of 255 = 11%
B 67 of 255 = 26%

80
29
67

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

Portions of RGB colors in percentages

R + G + B = 80 + 29 + 67 = 176 (100%)
R 80 of 176 ~ 45.45%
G 29 of 176 ~ 16.48%
B 67 of 176 ~ 38.07'%

%45.45
%16.48
%38.07

CMYK color model

#501D43 color CMYK value is (0,64,16,69).

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

CMYK: (0,64,16,69)
C0M64Y16K69 (0%, 64%, 16%, 69%)
(0.00 / 0.64 / 0.16 / 0.69)

CMYK percentages

%0
%63.75
%16.25
%68.63

Codes

Color #501D43 in popluar color models

50 1D 43
RGB 80 29 67
HSL 315° 46.79% 21.37%
HSB/HSV 315° 63.75% 31.37%
CMYK 0.00% 63.75% 16.25%
68.63%

Color #501D43 in popluar number systems.

HEX 50 1D 43
Decimal 80 29 67
Binary 1010000 11101 1000011
Octal 120 35 103

Shades and tints

Shades of #501D43

#501D43
(80,29,67)
#491B3D
(73,27,61)
#421937
(66,25,55)
#3B1731
(59,23,49)
#34152B
(52,21,43)
#2D1325
(45,19,37)
#26111F
(38,17,31)
#1F0F19
(31,15,25)
#180D13
(24,13,19)
#110B0D
(17,11,13)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #501D43

#501D43
(80,29,67)
#5F3154
(95,49,84)
#6E4565
(110,69,101)
#7D5976
(125,89,118)
#8C6D87
(140,109,135)
#9B8198
(155,129,152)
#AA95A9
(170,149,169)
#B9A9BA
(185,169,186)
#C8BDCB
(200,189,203)
#D7D1DC
(215,209,220)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501D43; }

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

This text font color is #501D43.

Background Color

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

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

This div background color is #501D43.

Border color

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

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

This div border color is #501D43.

Opacity

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

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

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

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

This text has shadow with #501D43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #501D43.

Preview

Color preview on black background

This text has color #501D43 on black background.


Color preview on white background

This text has color #501D43 on white background.


Black color preview on #501D43 background

This text has black color on #501D43 background.


White color preview on #501D43 background

This text has white color on #501D43 background.


Related colors

Complementary color

Complementary color for #hex is #AFE2BC.


I love getcolorcode.com

Triadic colors

1 #43501D and #1D4350 with #501D43 are triadic colors.

2 #431D50 and #1D5043 with #501D43 are triadic colors.