COLOR #501D20

HEX: #501D20 RGB: (80,29,32)

Color info

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

RGB color model

#501D20 color RGB value is (80,29,32).

RGB: (80,29,32) (31%, 11%, 13%)

RGB channels and saturation

R 80 of 255 = 31%
G 29 of 255 = 11%
B 32 of 255 = 13%

80
29
32

R + G + B ~ 18%. #501D20 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 29 + 32 = 141 (100%)
R 80 of 141 ~ 56.74%
G 29 of 141 ~ 20.57%
B 32 of 141 ~ 22.7'%

%56.74
%20.57
%22.7

CMYK color model

#501D20 color CMYK value is (0,64,60,69).

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

CMYK: (0,64,60,69)
C0M64Y60K69 (0%, 64%, 60%, 69%)
(0.00 / 0.64 / 0.60 / 0.69)

CMYK percentages

%0
%63.75
%60
%68.63

Codes

Color #501D20 in popluar color models

50 1D 20
RGB 80 29 32
HSL 356° 46.79% 21.37%
HSB/HSV 356° 63.75% 31.37%
CMYK 0.00% 63.75% 60.00%
68.63%

Color #501D20 in popluar number systems.

HEX 50 1D 20
Decimal 80 29 32
Binary 1010000 11101 100000
Octal 120 35 40

Shades and tints

Shades of #501D20

#501D20
(80,29,32)
#491B1E
(73,27,30)
#42191C
(66,25,28)
#3B171A
(59,23,26)
#341518
(52,21,24)
#2D1316
(45,19,22)
#261114
(38,17,20)
#1F0F12
(31,15,18)
#180D10
(24,13,16)
#110B0E
(17,11,14)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #501D20

#501D20
(80,29,32)
#5F3134
(95,49,52)
#6E4548
(110,69,72)
#7D595C
(125,89,92)
#8C6D70
(140,109,112)
#9B8184
(155,129,132)
#AA9598
(170,149,152)
#B9A9AC
(185,169,172)
#C8BDC0
(200,189,192)
#D7D1D4
(215,209,212)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501D20; }

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

This text font color is #501D20.

Background Color

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

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

This div background color is #501D20.

Border color

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

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

This div border color is #501D20.

Opacity

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

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

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

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

This text has shadow with #501D20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #501D20.

Preview

Color preview on black background

This text has color #501D20 on black background.


Color preview on white background

This text has color #501D20 on white background.


Black color preview on #501D20 background

This text has black color on #501D20 background.


White color preview on #501D20 background

This text has white color on #501D20 background.


Related colors

Complementary color

Complementary color for #hex is #AFE2DF.


I love getcolorcode.com

Triadic colors

1 #20501D and #1D2050 with #501D20 are triadic colors.

2 #201D50 and #1D5020 with #501D20 are triadic colors.