COLOR #50091D

HEX: #50091D
RGB: (80,9,29)

Color info

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

RGB color model

#50091D color RGB value is (80,9,29).

  • red value is 80;
  • green value is 9;
  • blue value is 29.
RGB:
(80,9,29)
(31%,4%,11%)

RGB channels and saturation

R 80 of 255 = 31%
G 9 of 255 = 4%
B 29 of 255 = 11%

80
9
29

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

Portions of RGB colors in percentages

R + G + B =
80 + 9 + 29 = 118 (100%)
R 80 of 118 ~ 67.8%
G 9 of 118 ~ 7.63%
B 29 of 118 ~ 24.58%

%67.8
%24.58

CMYK color model

#50091D color CMYK value is (0,89,64,69).

  • cyan value is 0.00%
  • magenta value is 88.75%
  • yellow value is 63.75%
  • key color value is 68.63%
CMYK:
(0,89,64,69)
C0M89Y64K69 
(0%,89%,64%,69%)
(0.00/0.89/0.64/0.69)	

CMYK percentages

%0
%88.75
%63.75
%68.63

Codes

Color #50091D in popluar color models

50091D
RGB80929
HSL343°79.78%17.45%
HSB/HSV343°88.75%31.37%
CMYK0.00%88.75%63.75%
68.63%

Color #50091D in popluar number systems.

HEX50091D
Decimal80929
Binary1010000100111101
Octal1201135

Shades and tints

Shades of #50091D

#50091D
(80,9,29)
#49091B
(73,9,27)
#420919
(66,9,25)
#3B0917
(59,9,23)
#340915
(52,9,21)
#2D0913
(45,9,19)
#260911
(38,9,17)
#1F090F
(31,9,15)
#18090D
(24,9,13)
#11090B
(17,9,11)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #50091D

#50091D
(80,9,29)
#5F1F31
(95,31,49)
#6E3545
(110,53,69)
#7D4B59
(125,75,89)
#8C616D
(140,97,109)
#9B7781
(155,119,129)
#AA8D95
(170,141,149)
#B9A3A9
(185,163,169)
#C8B9BD
(200,185,189)
#D7CFD1
(215,207,209)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50091D color. Also use rgb(80,9,29) instead hex code.

Text Font Color

.myTextColor { color: #50091D; }

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

This text font color is #50091D.


Background Color

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

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

This div background color is #50091D.


Border color

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

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

This div border color is #50091D.


Opacity

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

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

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

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

This text has shadow with #50091D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50091D on black background.


Color preview on white background

This text has color #50091D on white background.



Black color preview on #50091D background

This text has black color on #50091D background.


White color preview on #50091D background

This text has white color on #50091D background.