COLOR #50190D

HEX: #50190D
RGB: (80,25,13)

Color info

#50190D contains mainly red and green colors. Web safe color of #50190D is #660000 (or #600).

RGB color model

#50190D color RGB value is (80,25,13).

  • red value is 80;
  • green value is 25;
  • blue value is 13.
RGB:
(80,25,13)
(31%,10%,5%)

RGB channels and saturation

R 80 of 255 = 31%
G 25 of 255 = 10%
B 13 of 255 = 5%

80
25
13

R + G + B ~ 15%. #50190D is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 25 + 13 = 118 (100%)
R 80 of 118 ~ 67.8%
G 25 of 118 ~ 21.19%
B 13 of 118 ~ 11.02%

%67.8
%21.19
%11.02

CMYK color model

#50190D color CMYK value is (0,69,84,69).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 83.75%
  • key color value is 68.63%
CMYK:
(0,69,84,69)
C0M69Y84K69 
(0%,69%,84%,69%)
(0.00/0.69/0.84/0.69)	

CMYK percentages

%0
%68.75
%83.75
%68.63

Codes

Color #50190D in popluar color models

50190D
RGB802513
HSL11°72.04%18.24%
HSB/HSV11°83.75%31.37%
CMYK0.00%68.75%83.75%
68.63%

Color #50190D in popluar number systems.

HEX50190D
Decimal802513
Binary1010000110011101
Octal1203115

Shades and tints

Shades of #50190D

#50190D
(80,25,13)
#49170C
(73,23,12)
#42150B
(66,21,11)
#3B130A
(59,19,10)
#341109
(52,17,9)
#2D0F08
(45,15,8)
#260D07
(38,13,7)
#1F0B06
(31,11,6)
#180905
(24,9,5)
#110704
(17,7,4)
#0A0503
(10,5,3)
#000000
(0,0,0)

Tints of #50190D

#50190D
(80,25,13)
#5F2D23
(95,45,35)
#6E4139
(110,65,57)
#7D554F
(125,85,79)
#8C6965
(140,105,101)
#9B7D7B
(155,125,123)
#AA9191
(170,145,145)
#B9A5A7
(185,165,167)
#C8B9BD
(200,185,189)
#D7CDD3
(215,205,211)
#E6E1E9
(230,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50190D color. Also use rgb(80,25,13) instead hex code.

Text Font Color

.myTextColor { color: #50190D; }

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

This text font color is #50190D.


Background Color

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

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

This div background color is #50190D.


Border color

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

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

This div border color is #50190D.


Opacity

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

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

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

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

This text has shadow with #50190D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50190D on black background.


Color preview on white background

This text has color #50190D on white background.



Black color preview on #50190D background

This text has black color on #50190D background.


White color preview on #50190D background

This text has white color on #50190D background.