COLOR #501E01

HEX: #501E01
RGB: (80,30,1)

Color info

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

RGB color model

#501E01 color RGB value is (80,30,1).

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

RGB channels and saturation

R 80 of 255 = 31%
G 30 of 255 = 12%
B 1 of 255 = 0%

80
30
1

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

Portions of RGB colors in percentages

R + G + B =
80 + 30 + 1 = 111 (100%)
R 80 of 111 ~ 72.07%
G 30 of 111 ~ 27.03%
B 1 of 111 ~ 0.9%

%72.07
%27.03

CMYK color model

#501E01 color CMYK value is (0,63,99,69).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 98.75%
  • key color value is 68.63%
CMYK:
(0,63,99,69)
C0M63Y99K69 
(0%,63%,99%,69%)
(0.00/0.63/0.99/0.69)	

CMYK percentages

%0
%62.5
%98.75
%68.63

Codes

Color #501E01 in popluar color models

501E01
RGB80301
HSL22°97.53%15.88%
HSB/HSV22°98.75%31.37%
CMYK0.00%62.50%98.75%
68.63%

Color #501E01 in popluar number systems.

HEX501E01
Decimal80301
Binary1010000111101
Octal120361

Shades and tints

Shades of #501E01

#501E01
(80,30,1)
#491C01
(73,28,1)
#421A01
(66,26,1)
#3B1801
(59,24,1)
#341601
(52,22,1)
#2D1401
(45,20,1)
#261201
(38,18,1)
#1F1001
(31,16,1)
#180E01
(24,14,1)
#110C01
(17,12,1)
#0A0A01
(10,10,1)
#000000
(0,0,0)

Tints of #501E01

#501E01
(80,30,1)
#5F3218
(95,50,24)
#6E462F
(110,70,47)
#7D5A46
(125,90,70)
#8C6E5D
(140,110,93)
#9B8274
(155,130,116)
#AA968B
(170,150,139)
#B9AAA2
(185,170,162)
#C8BEB9
(200,190,185)
#D7D2D0
(215,210,208)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501E01; }

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

This text font color is #501E01.


Background Color

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

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

This div background color is #501E01.


Border color

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

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

This div border color is #501E01.


Opacity

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

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

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

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

This text has shadow with #501E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501E01 on black background.


Color preview on white background

This text has color #501E01 on white background.



Black color preview on #501E01 background

This text has black color on #501E01 background.


White color preview on #501E01 background

This text has white color on #501E01 background.