COLOR #50151E

HEX: #50151E RGB: (80,21,30)

Color info

#50151E contains red, green and blue colors in about the same proportion. Web safe color of #50151E is #660033 (or #603).

RGB color model

#50151E color RGB value is (80,21,30).

RGB: (80,21,30) (31%, 8%, 12%)

RGB channels and saturation

R 80 of 255 = 31%
G 21 of 255 = 8%
B 30 of 255 = 12%

80
21
30

R + G + B ~ 17%. #50151E is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 21 + 30 = 131 (100%)
R 80 of 131 ~ 61.07%
G 21 of 131 ~ 16.03%
B 30 of 131 ~ 22.9'%

%61.07
%16.03
%22.9

CMYK color model

#50151E color CMYK value is (0,74,63,69).

  • cyan value is 0.00%
  • magenta value is 73.75%
  • yellow value is 62.50%
  • key color value is 68.63%

CMYK: (0,74,63,69)
C0M74Y63K69 (0%, 74%, 63%, 69%)
(0.00 / 0.74 / 0.63 / 0.69)

CMYK percentages

%0
%73.75
%62.5
%68.63

Codes

Color #50151E in popluar color models

50 15 1E
RGB 80 21 30
HSL 351° 58.42% 19.80%
HSB/HSV 351° 73.75% 31.37%
CMYK 0.00% 73.75% 62.50%
68.63%

Color #50151E in popluar number systems.

HEX 50 15 1E
Decimal 80 21 30
Binary 1010000 10101 11110
Octal 120 25 36

Shades and tints

Shades of #50151E

#50151E
(80,21,30)
#49141C
(73,20,28)
#42131A
(66,19,26)
#3B1218
(59,18,24)
#341116
(52,17,22)
#2D1014
(45,16,20)
#260F12
(38,15,18)
#1F0E10
(31,14,16)
#180D0E
(24,13,14)
#110C0C
(17,12,12)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #50151E

#50151E
(80,21,30)
#5F2A32
(95,42,50)
#6E3F46
(110,63,70)
#7D545A
(125,84,90)
#8C696E
(140,105,110)
#9B7E82
(155,126,130)
#AA9396
(170,147,150)
#B9A8AA
(185,168,170)
#C8BDBE
(200,189,190)
#D7D2D2
(215,210,210)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50151E color. Also use rgb(80,21,30) instead hex code.

Text Font Color

.myTextColor { color: #50151E; }

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

This text font color is #50151E.

Background Color

.myBgColor { background-color: #50151E; }

<div style="background-color:#50151E">Inner text</div>

This div background color is #50151E.

Border color

.myBorderColor { border: 1px solid #50151E; }

<div style="border:3px solid #50151E">Div</div>

This div border color is #50151E.

Opacity

.myOpacity80 { color: #50151E; opacity: 0.8; }

<p style="color:#50151E;opacity:0.8;">80%</p>

Text with #50151E 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 #50151E;}

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

This text has shadow with #50151E color.


.textShadow {text-shadow: 3px 3px 1px #50151E', 3px 3px 1px red;}

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

This text has shadow with #50151E primary color and red secondary color.


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

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

This text has shadow with #50151E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50151E; -webkit-box-shadow: 1px 1px 3px 2px #50151E; box-shadow:1px 1px 3px 2px #50151E;">
Div content here
</div>

This div box has shadow with color #50151E.

Preview

Color preview on black background

This text has color #50151E on black background.


Color preview on white background

This text has color #50151E on white background.


Black color preview on #50151E background

This text has black color on #50151E background.


White color preview on #50151E background

This text has white color on #50151E background.


Related colors

Complementary color

Complementary color for #hex is #AFEAE1.


I love getcolorcode.com

Triadic colors

1 #1E5015 and #151E50 with #50151E are triadic colors.

2 #1E1550 and #15501E with #50151E are triadic colors.