COLOR #501E15

HEX: #501E15 RGB: (80,30,21)

Color info

#501E15 contains red, green and blue colors in about the same proportion. Web safe color of #501E15 is #663300 (or #630).

RGB color model

#501E15 color RGB value is (80,30,21).

RGB: (80,30,21) (31%, 12%, 8%)

RGB channels and saturation

R 80 of 255 = 31%
G 30 of 255 = 12%
B 21 of 255 = 8%

80
30
21

R + G + B ~ 17%. #501E15 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 30 + 21 = 131 (100%)
R 80 of 131 ~ 61.07%
G 30 of 131 ~ 22.9%
B 21 of 131 ~ 16.03'%

%61.07
%22.9
%16.03

CMYK color model

#501E15 color CMYK value is (0,63,74,69).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 73.75%
  • key color value is 68.63%
CMYK: (0,63,74,69) C0M63Y74K69 (0%,63%,74%,69%) (0.00/0.63/0.74/0.69) 

CMYK percentages

%0
%62.5
%73.75
%68.63

Codes

Color #501E15 in popluar color models

50 1E 15
RGB 80 30 21
HSL 58.42% 19.80%
HSB/HSV 73.75% 31.37%
CMYK 0.00% 62.50% 73.75%
68.63%

Color #501E15 in popluar number systems.

HEX 50 1E 15
Decimal 80 30 21
Binary 1010000 11110 10101
Octal 120 36 25

Shades and tints

Shades of #501E15

#501E15
(80,30,21)
#491C14
(73,28,20)
#421A13
(66,26,19)
#3B1812
(59,24,18)
#341611
(52,22,17)
#2D1410
(45,20,16)
#26120F
(38,18,15)
#1F100E
(31,16,14)
#180E0D
(24,14,13)
#110C0C
(17,12,12)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #501E15

#501E15
(80,30,21)
#5F322A
(95,50,42)
#6E463F
(110,70,63)
#7D5A54
(125,90,84)
#8C6E69
(140,110,105)
#9B827E
(155,130,126)
#AA9693
(170,150,147)
#B9AAA8
(185,170,168)
#C8BEBD
(200,190,189)
#D7D2D2
(215,210,210)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501E15; }

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

This text font color is #501E15.

Background Color

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

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

This div background color is #501E15.

Border color

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

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

This div border color is #501E15.

Opacity

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

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

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

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

This text has shadow with #501E15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #501E15.

Preview

Color preview on black background

This text has color #501E15 on black background.


Color preview on white background

This text has color #501E15 on white background.


Black color preview on #501E15 background

This text has black color on #501E15 background.


White color preview on #501E15 background

This text has white color on #501E15 background.


Related colors

Complementary color

Complementary color for #hex is #AFE1EA.


I love getcolorcode.com

Triadic colors

1 #15501E and #1E1550 with #501E15 are triadic colors.

2 #151E50 and #1E5015 with #501E15 are triadic colors.