COLOR #50121C

HEX: #50121C
RGB: (80,18,28)

Color info

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

RGB color model

#50121C color RGB value is (80,18,28).

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

RGB channels and saturation

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

80
18
28

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

Portions of RGB colors in percentages

R + G + B =
80 + 18 + 28 = 126 (100%)
R 80 of 126 ~ 63.49%
G 18 of 126 ~ 14.29%
B 28 of 126 ~ 22.22%

%63.49
%14.29
%22.22

CMYK color model

#50121C color CMYK value is (0,78,65,69).

  • cyan value is 0.00%
  • magenta value is 77.50%
  • yellow value is 65.00%
  • key color value is 68.63%
CMYK:
(0,78,65,69)
C0M78Y65K69 
(0%,78%,65%,69%)
(0.00/0.78/0.65/0.69)	

CMYK percentages

%0
%77.5
%65
%68.63

Codes

Color #50121C in popluar color models

50121C
RGB801828
HSL350°63.27%19.22%
HSB/HSV350°77.50%31.37%
CMYK0.00%77.50%65.00%
68.63%

Color #50121C in popluar number systems.

HEX50121C
Decimal801828
Binary10100001001011100
Octal1202234

Shades and tints

Shades of #50121C

#50121C
(80,18,28)
#49111A
(73,17,26)
#421018
(66,16,24)
#3B0F16
(59,15,22)
#340E14
(52,14,20)
#2D0D12
(45,13,18)
#260C10
(38,12,16)
#1F0B0E
(31,11,14)
#180A0C
(24,10,12)
#11090A
(17,9,10)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #50121C

#50121C
(80,18,28)
#5F2730
(95,39,48)
#6E3C44
(110,60,68)
#7D5158
(125,81,88)
#8C666C
(140,102,108)
#9B7B80
(155,123,128)
#AA9094
(170,144,148)
#B9A5A8
(185,165,168)
#C8BABC
(200,186,188)
#D7CFD0
(215,207,208)
#E6E4E4
(230,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50121C; }

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

This text font color is #50121C.


Background Color

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

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

This div background color is #50121C.


Border color

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

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

This div border color is #50121C.


Opacity

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

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

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

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

This text has shadow with #50121C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50121C on black background.


Color preview on white background

This text has color #50121C on white background.



Black color preview on #50121C background

This text has black color on #50121C background.


White color preview on #50121C background

This text has white color on #50121C background.