COLOR #50131D

HEX: #50131D
RGB: (80,19,29)

Color info

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

RGB color model

#50131D color RGB value is (80,19,29).

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

RGB channels and saturation

R 80 of 255 = 31%
G 19 of 255 = 7%
B 29 of 255 = 11%

80
19
29

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

Portions of RGB colors in percentages

R + G + B =
80 + 19 + 29 = 128 (100%)
R 80 of 128 ~ 62.5%
G 19 of 128 ~ 14.84%
B 29 of 128 ~ 22.66%

%62.5
%14.84
%22.66

CMYK color model

#50131D color CMYK value is (0,76,64,69).

  • cyan value is 0.00%
  • magenta value is 76.25%
  • yellow value is 63.75%
  • key color value is 68.63%
CMYK:
(0,76,64,69)
C0M76Y64K69 
(0%,76%,64%,69%)
(0.00/0.76/0.64/0.69)	

CMYK percentages

%0
%76.25
%63.75
%68.63

Codes

Color #50131D in popluar color models

50131D
RGB801929
HSL350°61.62%19.41%
HSB/HSV350°76.25%31.37%
CMYK0.00%76.25%63.75%
68.63%

Color #50131D in popluar number systems.

HEX50131D
Decimal801929
Binary10100001001111101
Octal1202335

Shades and tints

Shades of #50131D

#50131D
(80,19,29)
#49121B
(73,18,27)
#421119
(66,17,25)
#3B1017
(59,16,23)
#340F15
(52,15,21)
#2D0E13
(45,14,19)
#260D11
(38,13,17)
#1F0C0F
(31,12,15)
#180B0D
(24,11,13)
#110A0B
(17,10,11)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #50131D

#50131D
(80,19,29)
#5F2831
(95,40,49)
#6E3D45
(110,61,69)
#7D5259
(125,82,89)
#8C676D
(140,103,109)
#9B7C81
(155,124,129)
#AA9195
(170,145,149)
#B9A6A9
(185,166,169)
#C8BBBD
(200,187,189)
#D7D0D1
(215,208,209)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50131D; }

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

This text font color is #50131D.


Background Color

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

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

This div background color is #50131D.


Border color

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

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

This div border color is #50131D.


Opacity

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

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

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

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

This text has shadow with #50131D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50131D on black background.


Color preview on white background

This text has color #50131D on white background.



Black color preview on #50131D background

This text has black color on #50131D background.


White color preview on #50131D background

This text has white color on #50131D background.