COLOR #50131C

HEX: #50131C
RGB: (80,19,28)

Color info

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

RGB color model

#50131C color RGB value is (80,19,28).

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

RGB channels and saturation

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

80
19
28

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

Portions of RGB colors in percentages

R + G + B =
80 + 19 + 28 = 127 (100%)
R 80 of 127 ~ 62.99%
G 19 of 127 ~ 14.96%
B 28 of 127 ~ 22.05%

%62.99
%14.96
%22.05

CMYK color model

#50131C color CMYK value is (0,76,65,69).

  • cyan value is 0.00%
  • magenta value is 76.25%
  • yellow value is 65.00%
  • key color value is 68.63%
CMYK:
(0,76,65,69)
C0M76Y65K69 
(0%,76%,65%,69%)
(0.00/0.76/0.65/0.69)	

CMYK percentages

%0
%76.25
%65
%68.63

Codes

Color #50131C in popluar color models

50131C
RGB801928
HSL351°61.62%19.41%
HSB/HSV351°76.25%31.37%
CMYK0.00%76.25%65.00%
68.63%

Color #50131C in popluar number systems.

HEX50131C
Decimal801928
Binary10100001001111100
Octal1202334

Shades and tints

Shades of #50131C

#50131C
(80,19,28)
#49121A
(73,18,26)
#421118
(66,17,24)
#3B1016
(59,16,22)
#340F14
(52,15,20)
#2D0E12
(45,14,18)
#260D10
(38,13,16)
#1F0C0E
(31,12,14)
#180B0C
(24,11,12)
#110A0A
(17,10,10)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #50131C

#50131C
(80,19,28)
#5F2830
(95,40,48)
#6E3D44
(110,61,68)
#7D5258
(125,82,88)
#8C676C
(140,103,108)
#9B7C80
(155,124,128)
#AA9194
(170,145,148)
#B9A6A8
(185,166,168)
#C8BBBC
(200,187,188)
#D7D0D0
(215,208,208)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50131C; }

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

This text font color is #50131C.


Background Color

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

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

This div background color is #50131C.


Border color

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

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

This div border color is #50131C.


Opacity

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

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

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

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

This text has shadow with #50131C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50131C on black background.


Color preview on white background

This text has color #50131C on white background.



Black color preview on #50131C background

This text has black color on #50131C background.


White color preview on #50131C background

This text has white color on #50131C background.