COLOR #50101D

HEX: #50101D
RGB: (80,16,29)

Color info

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

RGB color model

#50101D color RGB value is (80,16,29).

  • red value is 80;
  • green value is 16;
  • blue value is 29.
RGB:
(80,16,29)
(31%,6%,11%)

RGB channels and saturation

R 80 of 255 = 31%
G 16 of 255 = 6%
B 29 of 255 = 11%

80
16
29

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

Portions of RGB colors in percentages

R + G + B =
80 + 16 + 29 = 125 (100%)
R 80 of 125 ~ 64%
G 16 of 125 ~ 12.8%
B 29 of 125 ~ 23.2%

%64
%12.8
%23.2

CMYK color model

#50101D color CMYK value is (0,80,64,69).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 63.75%
  • key color value is 68.63%
CMYK:
(0,80,64,69)
C0M80Y64K69 
(0%,80%,64%,69%)
(0.00/0.80/0.64/0.69)	

CMYK percentages

%0
%80
%63.75
%68.63

Codes

Color #50101D in popluar color models

50101D
RGB801629
HSL348°66.67%18.82%
HSB/HSV348°80.00%31.37%
CMYK0.00%80.00%63.75%
68.63%

Color #50101D in popluar number systems.

HEX50101D
Decimal801629
Binary10100001000011101
Octal1202035

Shades and tints

Shades of #50101D

#50101D
(80,16,29)
#490F1B
(73,15,27)
#420E19
(66,14,25)
#3B0D17
(59,13,23)
#340C15
(52,12,21)
#2D0B13
(45,11,19)
#260A11
(38,10,17)
#1F090F
(31,9,15)
#18080D
(24,8,13)
#11070B
(17,7,11)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #50101D

#50101D
(80,16,29)
#5F2531
(95,37,49)
#6E3A45
(110,58,69)
#7D4F59
(125,79,89)
#8C646D
(140,100,109)
#9B7981
(155,121,129)
#AA8E95
(170,142,149)
#B9A3A9
(185,163,169)
#C8B8BD
(200,184,189)
#D7CDD1
(215,205,209)
#E6E2E5
(230,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50101D color. Also use rgb(80,16,29) instead hex code.

Text Font Color

.myTextColor { color: #50101D; }

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

This text font color is #50101D.


Background Color

.myBgColor { background-color: #50101D; }

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

This div background color is #50101D.


Border color

.myBorderColor { border: 1px solid #50101D; }

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

This div border color is #50101D.


Opacity

.myOpacity80 { color: #50101D; opacity: 0.8; }

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

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

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

This text has shadow with #50101D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50101D on black background.


Color preview on white background

This text has color #50101D on white background.



Black color preview on #50101D background

This text has black color on #50101D background.


White color preview on #50101D background

This text has white color on #50101D background.