COLOR #50111C

HEX: #50111C
RGB: (80,17,28)

Color info

#50111C contains mainly red and blue colors. Web safe color of #50111C is #660033 (or #603).

RGB color model

#50111C color RGB value is (80,17,28).

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

RGB channels and saturation

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

80
17
28

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

Portions of RGB colors in percentages

R + G + B =
80 + 17 + 28 = 125 (100%)
R 80 of 125 ~ 64%
G 17 of 125 ~ 13.6%
B 28 of 125 ~ 22.4%

%64
%13.6
%22.4

CMYK color model

#50111C color CMYK value is (0,79,65,69).

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

CMYK percentages

%0
%78.75
%65
%68.63

Codes

Color #50111C in popluar color models

50111C
RGB801728
HSL350°64.95%19.02%
HSB/HSV350°78.75%31.37%
CMYK0.00%78.75%65.00%
68.63%

Color #50111C in popluar number systems.

HEX50111C
Decimal801728
Binary10100001000111100
Octal1202134

Shades and tints

Shades of #50111C

#50111C
(80,17,28)
#49101A
(73,16,26)
#420F18
(66,15,24)
#3B0E16
(59,14,22)
#340D14
(52,13,20)
#2D0C12
(45,12,18)
#260B10
(38,11,16)
#1F0A0E
(31,10,14)
#18090C
(24,9,12)
#11080A
(17,8,10)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #50111C

#50111C
(80,17,28)
#5F2630
(95,38,48)
#6E3B44
(110,59,68)
#7D5058
(125,80,88)
#8C656C
(140,101,108)
#9B7A80
(155,122,128)
#AA8F94
(170,143,148)
#B9A4A8
(185,164,168)
#C8B9BC
(200,185,188)
#D7CED0
(215,206,208)
#E6E3E4
(230,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50111C; }

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

This text font color is #50111C.


Background Color

.myBgColor { background-color: #50111C; }

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

This div background color is #50111C.


Border color

.myBorderColor { border: 1px solid #50111C; }

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

This div border color is #50111C.


Opacity

.myOpacity80 { color: #50111C; opacity: 0.8; }

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

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

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

This text has shadow with #50111C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50111C on black background.


Color preview on white background

This text has color #50111C on white background.



Black color preview on #50111C background

This text has black color on #50111C background.


White color preview on #50111C background

This text has white color on #50111C background.