COLOR #50142B

HEX: #50142B
RGB: (80,20,43)

Color info

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

RGB color model

#50142B color RGB value is (80,20,43).

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

RGB channels and saturation

R 80 of 255 = 31%
G 20 of 255 = 8%
B 43 of 255 = 17%

80
20
43

R + G + B ~ 19%. #50142B is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 20 + 43 = 143 (100%)
R 80 of 143 ~ 55.94%
G 20 of 143 ~ 13.99%
B 43 of 143 ~ 30.07%

%55.94
%13.99
%30.07

CMYK color model

#50142B color CMYK value is (0,75,46,69).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 46.25%
  • key color value is 68.63%
CMYK:
(0,75,46,69)
C0M75Y46K69 
(0%,75%,46%,69%)
(0.00/0.75/0.46/0.69)	

CMYK percentages

%0
%75
%46.25
%68.63

Codes

Color #50142B in popluar color models

50142B
RGB802043
HSL337°60.00%19.61%
HSB/HSV337°75.00%31.37%
CMYK0.00%75.00%46.25%
68.63%

Color #50142B in popluar number systems.

HEX50142B
Decimal802043
Binary101000010100101011
Octal1202453

Shades and tints

Shades of #50142B

#50142B
(80,20,43)
#491328
(73,19,40)
#421225
(66,18,37)
#3B1122
(59,17,34)
#34101F
(52,16,31)
#2D0F1C
(45,15,28)
#260E19
(38,14,25)
#1F0D16
(31,13,22)
#180C13
(24,12,19)
#110B10
(17,11,16)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #50142B

#50142B
(80,20,43)
#5F293E
(95,41,62)
#6E3E51
(110,62,81)
#7D5364
(125,83,100)
#8C6877
(140,104,119)
#9B7D8A
(155,125,138)
#AA929D
(170,146,157)
#B9A7B0
(185,167,176)
#C8BCC3
(200,188,195)
#D7D1D6
(215,209,214)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50142B color. Also use rgb(80,20,43) instead hex code.

Text Font Color

.myTextColor { color: #50142B; }

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

This text font color is #50142B.


Background Color

.myBgColor { background-color: #50142B; }

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

This div background color is #50142B.


Border color

.myBorderColor { border: 1px solid #50142B; }

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

This div border color is #50142B.


Opacity

.myOpacity80 { color: #50142B; opacity: 0.8; }

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

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

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

This text has shadow with #50142B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50142B on black background.


Color preview on white background

This text has color #50142B on white background.



Black color preview on #50142B background

This text has black color on #50142B background.


White color preview on #50142B background

This text has white color on #50142B background.