COLOR #501D37

HEX: #501D37
RGB: (80,29,55)

Color info

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

RGB color model

#501D37 color RGB value is (80,29,55).

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

RGB channels and saturation

R 80 of 255 = 31%
G 29 of 255 = 11%
B 55 of 255 = 22%

80
29
55

R + G + B ~ 21%. #501D37 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 29 + 55 = 164 (100%)
R 80 of 164 ~ 48.78%
G 29 of 164 ~ 17.68%
B 55 of 164 ~ 33.54%

%48.78
%17.68
%33.54

CMYK color model

#501D37 color CMYK value is (0,64,31,69).

  • cyan value is 0.00%
  • magenta value is 63.75%
  • yellow value is 31.25%
  • key color value is 68.63%
CMYK:
(0,64,31,69)
C0M64Y31K69 
(0%,64%,31%,69%)
(0.00/0.64/0.31/0.69)	

CMYK percentages

%0
%63.75
%31.25
%68.63

Codes

Color #501D37 in popluar color models

501D37
RGB802955
HSL329°46.79%21.37%
HSB/HSV329°63.75%31.37%
CMYK0.00%63.75%31.25%
68.63%

Color #501D37 in popluar number systems.

HEX501D37
Decimal802955
Binary101000011101110111
Octal1203567

Shades and tints

Shades of #501D37

#501D37
(80,29,55)
#491B32
(73,27,50)
#42192D
(66,25,45)
#3B1728
(59,23,40)
#341523
(52,21,35)
#2D131E
(45,19,30)
#261119
(38,17,25)
#1F0F14
(31,15,20)
#180D0F
(24,13,15)
#110B0A
(17,11,10)
#0A0905
(10,9,5)
#000000
(0,0,0)

Tints of #501D37

#501D37
(80,29,55)
#5F3149
(95,49,73)
#6E455B
(110,69,91)
#7D596D
(125,89,109)
#8C6D7F
(140,109,127)
#9B8191
(155,129,145)
#AA95A3
(170,149,163)
#B9A9B5
(185,169,181)
#C8BDC7
(200,189,199)
#D7D1D9
(215,209,217)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501D37; }

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

This text font color is #501D37.


Background Color

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

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

This div background color is #501D37.


Border color

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

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

This div border color is #501D37.


Opacity

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

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

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

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

This text has shadow with #501D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501D37 on black background.


Color preview on white background

This text has color #501D37 on white background.



Black color preview on #501D37 background

This text has black color on #501D37 background.


White color preview on #501D37 background

This text has white color on #501D37 background.