COLOR #50191A

HEX: #50191A RGB: (80,25,26)

Color info

#50191A contains red, green and blue colors in about the same proportion. Web safe color of #50191A is #660000 (or #600).

RGB color model

#50191A color RGB value is (80,25,26).

RGB: (80,25,26) (31%, 10%, 10%)

RGB channels and saturation

R 80 of 255 = 31%
G 25 of 255 = 10%
B 26 of 255 = 10%

80
25
26

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

Portions of RGB colors in percentages

R + G + B = 80 + 25 + 26 = 131 (100%)
R 80 of 131 ~ 61.07%
G 25 of 131 ~ 19.08%
B 26 of 131 ~ 19.85'%

%61.07
%19.08
%19.85

CMYK color model

#50191A color CMYK value is (0,69,68,69).

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

CMYK: (0,69,68,69)
C0M69Y68K69 (0%, 69%, 68%, 69%)
(0.00 / 0.69 / 0.68 / 0.69)

CMYK percentages

%0
%68.75
%67.5
%68.63

Codes

Color #50191A in popluar color models

50 19 1A
RGB 80 25 26
HSL 359° 52.38% 20.59%
HSB/HSV 359° 68.75% 31.37%
CMYK 0.00% 68.75% 67.50%
68.63%

Color #50191A in popluar number systems.

HEX 50 19 1A
Decimal 80 25 26
Binary 1010000 11001 11010
Octal 120 31 32

Shades and tints

Shades of #50191A

#50191A
(80,25,26)
#491718
(73,23,24)
#421516
(66,21,22)
#3B1314
(59,19,20)
#341112
(52,17,18)
#2D0F10
(45,15,16)
#260D0E
(38,13,14)
#1F0B0C
(31,11,12)
#18090A
(24,9,10)
#110708
(17,7,8)
#0A0506
(10,5,6)
#000000
(0,0,0)

Tints of #50191A

#50191A
(80,25,26)
#5F2D2E
(95,45,46)
#6E4142
(110,65,66)
#7D5556
(125,85,86)
#8C696A
(140,105,106)
#9B7D7E
(155,125,126)
#AA9192
(170,145,146)
#B9A5A6
(185,165,166)
#C8B9BA
(200,185,186)
#D7CDCE
(215,205,206)
#E6E1E2
(230,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50191A; }

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

This text font color is #50191A.

Background Color

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

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

This div background color is #50191A.

Border color

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

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

This div border color is #50191A.

Opacity

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

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

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

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

This text has shadow with #50191A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50191A.

Preview

Color preview on black background

This text has color #50191A on black background.


Color preview on white background

This text has color #50191A on white background.


Black color preview on #50191A background

This text has black color on #50191A background.


White color preview on #50191A background

This text has white color on #50191A background.


Related colors

Complementary color

Complementary color for #hex is #AFE6E5.


I love getcolorcode.com

Triadic colors

1 #1A5019 and #191A50 with #50191A are triadic colors.

2 #1A1950 and #19501A with #50191A are triadic colors.