COLOR #501D14

HEX: #501D14
RGB: (80,29,20)

Color info

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

RGB color model

#501D14 color RGB value is (80,29,20).

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

RGB channels and saturation

R 80 of 255 = 31%
G 29 of 255 = 11%
B 20 of 255 = 8%

80
29
20

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

Portions of RGB colors in percentages

R + G + B =
80 + 29 + 20 = 129 (100%)
R 80 of 129 ~ 62.02%
G 29 of 129 ~ 22.48%
B 20 of 129 ~ 15.5%

%62.02
%22.48
%15.5

CMYK color model

#501D14 color CMYK value is (0,64,75,69).

  • cyan value is 0.00%
  • magenta value is 63.75%
  • yellow value is 75.00%
  • key color value is 68.63%
CMYK:
(0,64,75,69)
C0M64Y75K69 
(0%,64%,75%,69%)
(0.00/0.64/0.75/0.69)	

CMYK percentages

%0
%63.75
%75
%68.63

Codes

Color #501D14 in popluar color models

501D14
RGB802920
HSL60.00%19.61%
HSB/HSV75.00%31.37%
CMYK0.00%63.75%75.00%
68.63%

Color #501D14 in popluar number systems.

HEX501D14
Decimal802920
Binary10100001110110100
Octal1203524

Shades and tints

Shades of #501D14

#501D14
(80,29,20)
#491B13
(73,27,19)
#421912
(66,25,18)
#3B1711
(59,23,17)
#341510
(52,21,16)
#2D130F
(45,19,15)
#26110E
(38,17,14)
#1F0F0D
(31,15,13)
#180D0C
(24,13,12)
#110B0B
(17,11,11)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #501D14

#501D14
(80,29,20)
#5F3129
(95,49,41)
#6E453E
(110,69,62)
#7D5953
(125,89,83)
#8C6D68
(140,109,104)
#9B817D
(155,129,125)
#AA9592
(170,149,146)
#B9A9A7
(185,169,167)
#C8BDBC
(200,189,188)
#D7D1D1
(215,209,209)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501D14; }

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

This text font color is #501D14.


Background Color

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

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

This div background color is #501D14.


Border color

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

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

This div border color is #501D14.


Opacity

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

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

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

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

This text has shadow with #501D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501D14 on black background.


Color preview on white background

This text has color #501D14 on white background.



Black color preview on #501D14 background

This text has black color on #501D14 background.


White color preview on #501D14 background

This text has white color on #501D14 background.