COLOR #50191B

HEX: #50191B RGB: (80,25,27)

Color info

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

RGB color model

#50191B color RGB value is (80,25,27).

RGB: (80,25,27) (31%, 10%, 11%)

RGB channels and saturation

R 80 of 255 = 31%
G 25 of 255 = 10%
B 27 of 255 = 11%

80
25
27

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

Portions of RGB colors in percentages

R + G + B = 80 + 25 + 27 = 132 (100%)
R 80 of 132 ~ 60.61%
G 25 of 132 ~ 18.94%
B 27 of 132 ~ 20.45'%

%60.61
%18.94
%20.45

CMYK color model

#50191B color CMYK value is (0,69,66,69).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 66.25%
  • key color value is 68.63%

CMYK: (0,69,66,69)
C0M69Y66K69 (0%, 69%, 66%, 69%)
(0.00 / 0.69 / 0.66 / 0.69)

CMYK percentages

%0
%68.75
%66.25
%68.63

Codes

Color #50191B in popluar color models

50 19 1B
RGB 80 25 27
HSL 358° 52.38% 20.59%
HSB/HSV 358° 68.75% 31.37%
CMYK 0.00% 68.75% 66.25%
68.63%

Color #50191B in popluar number systems.

HEX 50 19 1B
Decimal 80 25 27
Binary 1010000 11001 11011
Octal 120 31 33

Shades and tints

Shades of #50191B

#50191B
(80,25,27)
#491719
(73,23,25)
#421517
(66,21,23)
#3B1315
(59,19,21)
#341113
(52,17,19)
#2D0F11
(45,15,17)
#260D0F
(38,13,15)
#1F0B0D
(31,11,13)
#18090B
(24,9,11)
#110709
(17,7,9)
#0A0507
(10,5,7)
#000000
(0,0,0)

Tints of #50191B

#50191B
(80,25,27)
#5F2D2F
(95,45,47)
#6E4143
(110,65,67)
#7D5557
(125,85,87)
#8C696B
(140,105,107)
#9B7D7F
(155,125,127)
#AA9193
(170,145,147)
#B9A5A7
(185,165,167)
#C8B9BB
(200,185,187)
#D7CDCF
(215,205,207)
#E6E1E3
(230,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50191B color. Also use rgb(80,25,27) instead hex code.

Text Font Color

.myTextColor { color: #50191B; }

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

This text font color is #50191B.

Background Color

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

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

This div background color is #50191B.

Border color

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

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

This div border color is #50191B.

Opacity

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

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

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

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

This text has shadow with #50191B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50191B.

Preview

Color preview on black background

This text has color #50191B on black background.


Color preview on white background

This text has color #50191B on white background.


Black color preview on #50191B background

This text has black color on #50191B background.


White color preview on #50191B background

This text has white color on #50191B background.


Related colors

Complementary color

Complementary color for #hex is #AFE6E4.


I love getcolorcode.com

Triadic colors

1 #1B5019 and #191B50 with #50191B are triadic colors.

2 #1B1950 and #19501B with #50191B are triadic colors.