COLOR #501416

HEX: #501416
RGB: (80,20,22)

Color info

#501416 contains mainly red and blue colors. Web safe color of #501416 is #660000 (or #600).

RGB color model

#501416 color RGB value is (80,20,22).

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

RGB channels and saturation

R 80 of 255 = 31%
G 20 of 255 = 8%
B 22 of 255 = 9%

80
20
22

R + G + B ~ 16%. #501416 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 20 + 22 = 122 (100%)
R 80 of 122 ~ 65.57%
G 20 of 122 ~ 16.39%
B 22 of 122 ~ 18.03%

%65.57
%16.39
%18.03

CMYK color model

#501416 color CMYK value is (0,75,73,69).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 72.50%
  • key color value is 68.63%
CMYK:
(0,75,73,69)
C0M75Y73K69 
(0%,75%,73%,69%)
(0.00/0.75/0.73/0.69)	

CMYK percentages

%0
%75
%72.5
%68.63

Codes

Color #501416 in popluar color models

501416
RGB802022
HSL358°60.00%19.61%
HSB/HSV358°75.00%31.37%
CMYK0.00%75.00%72.50%
68.63%

Color #501416 in popluar number systems.

HEX501416
Decimal802022
Binary10100001010010110
Octal1202426

Shades and tints

Shades of #501416

#501416
(80,20,22)
#491314
(73,19,20)
#421212
(66,18,18)
#3B1110
(59,17,16)
#34100E
(52,16,14)
#2D0F0C
(45,15,12)
#260E0A
(38,14,10)
#1F0D08
(31,13,8)
#180C06
(24,12,6)
#110B04
(17,11,4)
#0A0A02
(10,10,2)
#000000
(0,0,0)

Tints of #501416

#501416
(80,20,22)
#5F292B
(95,41,43)
#6E3E40
(110,62,64)
#7D5355
(125,83,85)
#8C686A
(140,104,106)
#9B7D7F
(155,125,127)
#AA9294
(170,146,148)
#B9A7A9
(185,167,169)
#C8BCBE
(200,188,190)
#D7D1D3
(215,209,211)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501416; }

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

This text font color is #501416.


Background Color

.myBgColor { background-color: #501416; }

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

This div background color is #501416.


Border color

.myBorderColor { border: 1px solid #501416; }

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

This div border color is #501416.


Opacity

.myOpacity80 { color: #501416; opacity: 0.8; }

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

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

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

This text has shadow with #501416 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501416 on black background.


Color preview on white background

This text has color #501416 on white background.



Black color preview on #501416 background

This text has black color on #501416 background.


White color preview on #501416 background

This text has white color on #501416 background.