COLOR #50011F

HEX: #50011F RGB: (80,1,31)

Color info

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

RGB color model

#50011F color RGB value is (80,1,31).

RGB: (80,1,31) (31%, 0%, 12%)

RGB channels and saturation

R 80 of 255 = 31%
G 1 of 255 = 0%
B 31 of 255 = 12%

80
1
31

R + G + B ~ 14%. #50011F is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 1 + 31 = 112 (100%)
R 80 of 112 ~ 71.43%
G 1 of 112 ~ 0.89%
B 31 of 112 ~ 27.68'%

%71.43
%27.68

CMYK color model

#50011F color CMYK value is (0,99,61,69).

  • cyan value is 0.00%
  • magenta value is 98.75%
  • yellow value is 61.25%
  • key color value is 68.63%

CMYK: (0,99,61,69)
C0M99Y61K69 (0%, 99%, 61%, 69%)
(0.00 / 0.99 / 0.61 / 0.69)

CMYK percentages

%0
%98.75
%61.25
%68.63

Codes

Color #50011F in popluar color models

50 01 1F
RGB 80 1 31
HSL 337° 97.53% 15.88%
HSB/HSV 337° 98.75% 31.37%
CMYK 0.00% 98.75% 61.25%
68.63%

Color #50011F in popluar number systems.

HEX 50 01 1F
Decimal 80 1 31
Binary 1010000 1 11111
Octal 120 1 37

Shades and tints

Shades of #50011F

#50011F
(80,1,31)
#49011D
(73,1,29)
#42011B
(66,1,27)
#3B0119
(59,1,25)
#340117
(52,1,23)
#2D0115
(45,1,21)
#260113
(38,1,19)
#1F0111
(31,1,17)
#18010F
(24,1,15)
#11010D
(17,1,13)
#0A010B
(10,1,11)
#000000
(0,0,0)

Tints of #50011F

#50011F
(80,1,31)
#5F1833
(95,24,51)
#6E2F47
(110,47,71)
#7D465B
(125,70,91)
#8C5D6F
(140,93,111)
#9B7483
(155,116,131)
#AA8B97
(170,139,151)
#B9A2AB
(185,162,171)
#C8B9BF
(200,185,191)
#D7D0D3
(215,208,211)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50011F color. Also use rgb(80,1,31) instead hex code.

Text Font Color

.myTextColor { color: #50011F; }

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

This text font color is #50011F.

Background Color

.myBgColor { background-color: #50011F; }

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

This div background color is #50011F.

Border color

.myBorderColor { border: 1px solid #50011F; }

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

This div border color is #50011F.

Opacity

.myOpacity80 { color: #50011F; opacity: 0.8; }

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

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

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

This text has shadow with #50011F color.


.textShadow {text-shadow: 3px 3px 1px #50011F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50011F; -webkit-box-shadow: 1px 1px 3px 2px #50011F; box-shadow:1px 1px 3px 2px #50011F;">
Div content here
</div>

This div box has shadow with color #50011F.

Preview

Color preview on black background

This text has color #50011F on black background.


Color preview on white background

This text has color #50011F on white background.


Black color preview on #50011F background

This text has black color on #50011F background.


White color preview on #50011F background

This text has white color on #50011F background.


Related colors

Complementary color

Complementary color for #hex is #AFFEE0.


I love getcolorcode.com

Triadic colors

1 #1F5001 and #011F50 with #50011F are triadic colors.

2 #1F0150 and #01501F with #50011F are triadic colors.