COLOR #501115

HEX: #501115
RGB: (80,17,21)

Color info

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

RGB color model

#501115 color RGB value is (80,17,21).

  • red value is 80;
  • green value is 17;
  • blue value is 21.
RGB:
(80,17,21)
(31%,7%,8%)

RGB channels and saturation

R 80 of 255 = 31%
G 17 of 255 = 7%
B 21 of 255 = 8%

80
17
21

R + G + B ~ 15%. #501115 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 17 + 21 = 118 (100%)
R 80 of 118 ~ 67.8%
G 17 of 118 ~ 14.41%
B 21 of 118 ~ 17.8%

%67.8
%14.41
%17.8

CMYK color model

#501115 color CMYK value is (0,79,74,69).

  • cyan value is 0.00%
  • magenta value is 78.75%
  • yellow value is 73.75%
  • key color value is 68.63%
CMYK:
(0,79,74,69)
C0M79Y74K69 
(0%,79%,74%,69%)
(0.00/0.79/0.74/0.69)	

CMYK percentages

%0
%78.75
%73.75
%68.63

Codes

Color #501115 in popluar color models

501115
RGB801721
HSL356°64.95%19.02%
HSB/HSV356°78.75%31.37%
CMYK0.00%78.75%73.75%
68.63%

Color #501115 in popluar number systems.

HEX501115
Decimal801721
Binary10100001000110101
Octal1202125

Shades and tints

Shades of #501115

#501115
(80,17,21)
#491014
(73,16,20)
#420F13
(66,15,19)
#3B0E12
(59,14,18)
#340D11
(52,13,17)
#2D0C10
(45,12,16)
#260B0F
(38,11,15)
#1F0A0E
(31,10,14)
#18090D
(24,9,13)
#11080C
(17,8,12)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #501115

#501115
(80,17,21)
#5F262A
(95,38,42)
#6E3B3F
(110,59,63)
#7D5054
(125,80,84)
#8C6569
(140,101,105)
#9B7A7E
(155,122,126)
#AA8F93
(170,143,147)
#B9A4A8
(185,164,168)
#C8B9BD
(200,185,189)
#D7CED2
(215,206,210)
#E6E3E7
(230,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501115; }

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

This text font color is #501115.


Background Color

.myBgColor { background-color: #501115; }

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

This div background color is #501115.


Border color

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

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

This div border color is #501115.


Opacity

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

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

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

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

This text has shadow with #501115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501115 on black background.


Color preview on white background

This text has color #501115 on white background.



Black color preview on #501115 background

This text has black color on #501115 background.


White color preview on #501115 background

This text has white color on #501115 background.