COLOR #501D01

HEX: #501D01
RGB: (80,29,1)

Color info

#501D01 contains mainly red and green colors. Web safe color of #501D01 is #663300 (or #630).

RGB color model

#501D01 color RGB value is (80,29,1).

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

RGB channels and saturation

R 80 of 255 = 31%
G 29 of 255 = 11%
B 1 of 255 = 0%

80
29
1

R + G + B ~ 14%. #501D01 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 29 + 1 = 110 (100%)
R 80 of 110 ~ 72.73%
G 29 of 110 ~ 26.36%
B 1 of 110 ~ 0.91%

%72.73
%26.36

CMYK color model

#501D01 color CMYK value is (0,64,99,69).

  • cyan value is 0.00%
  • magenta value is 63.75%
  • yellow value is 98.75%
  • key color value is 68.63%
CMYK:
(0,64,99,69)
C0M64Y99K69 
(0%,64%,99%,69%)
(0.00/0.64/0.99/0.69)	

CMYK percentages

%0
%63.75
%98.75
%68.63

Codes

Color #501D01 in popluar color models

501D01
RGB80291
HSL21°97.53%15.88%
HSB/HSV21°98.75%31.37%
CMYK0.00%63.75%98.75%
68.63%

Color #501D01 in popluar number systems.

HEX501D01
Decimal80291
Binary1010000111011
Octal120351

Shades and tints

Shades of #501D01

#501D01
(80,29,1)
#491B01
(73,27,1)
#421901
(66,25,1)
#3B1701
(59,23,1)
#341501
(52,21,1)
#2D1301
(45,19,1)
#261101
(38,17,1)
#1F0F01
(31,15,1)
#180D01
(24,13,1)
#110B01
(17,11,1)
#0A0901
(10,9,1)
#000000
(0,0,0)

Tints of #501D01

#501D01
(80,29,1)
#5F3118
(95,49,24)
#6E452F
(110,69,47)
#7D5946
(125,89,70)
#8C6D5D
(140,109,93)
#9B8174
(155,129,116)
#AA958B
(170,149,139)
#B9A9A2
(185,169,162)
#C8BDB9
(200,189,185)
#D7D1D0
(215,209,208)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501D01; }

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

This text font color is #501D01.


Background Color

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

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

This div background color is #501D01.


Border color

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

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

This div border color is #501D01.


Opacity

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

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

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

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

This text has shadow with #501D01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501D01 on black background.


Color preview on white background

This text has color #501D01 on white background.



Black color preview on #501D01 background

This text has black color on #501D01 background.


White color preview on #501D01 background

This text has white color on #501D01 background.