COLOR #501111

HEX: #501111
RGB: (80,17,17)

Color info

#501111 contains mainly red color. Web safe color of #501111 is #660000 (or #600).

RGB color model

#501111 color RGB value is (80,17,17).

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

RGB channels and saturation

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

80
17
17

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

Portions of RGB colors in percentages

R + G + B =
80 + 17 + 17 = 114 (100%)
R 80 of 114 ~ 70.18%
G 17 of 114 ~ 14.91%
B 17 of 114 ~ 14.91%

%70.18
%14.91
%14.91

CMYK color model

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

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

CMYK percentages

%0
%78.75
%78.75
%68.63

Codes

Color #501111 in popluar color models

501111
RGB801717
HSL64.95%19.02%
HSB/HSV78.75%31.37%
CMYK0.00%78.75%78.75%
68.63%

Color #501111 in popluar number systems.

HEX501111
Decimal801717
Binary10100001000110001
Octal1202121

Shades and tints

Shades of #501111

#501111
(80,17,17)
#491010
(73,16,16)
#420F0F
(66,15,15)
#3B0E0E
(59,14,14)
#340D0D
(52,13,13)
#2D0C0C
(45,12,12)
#260B0B
(38,11,11)
#1F0A0A
(31,10,10)
#180909
(24,9,9)
#110808
(17,8,8)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #501111

#501111
(80,17,17)
#5F2626
(95,38,38)
#6E3B3B
(110,59,59)
#7D5050
(125,80,80)
#8C6565
(140,101,101)
#9B7A7A
(155,122,122)
#AA8F8F
(170,143,143)
#B9A4A4
(185,164,164)
#C8B9B9
(200,185,185)
#D7CECE
(215,206,206)
#E6E3E3
(230,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501111; }

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

This text font color is #501111.


Background Color

.myBgColor { background-color: #501111; }

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

This div background color is #501111.


Border color

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

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

This div border color is #501111.


Opacity

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

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

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

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

This text has shadow with #501111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501111 on black background.


Color preview on white background

This text has color #501111 on white background.



Black color preview on #501111 background

This text has black color on #501111 background.


White color preview on #501111 background

This text has white color on #501111 background.