COLOR #50040F

HEX: #50040F
RGB: (80,4,15)

Color info

#50040F contains mainly red color. Web safe color of #50040F is #660000 (or #600).

RGB color model

#50040F color RGB value is (80,4,15).

  • red value is 80;
  • green value is 4;
  • blue value is 15.
RGB:
(80,4,15)
(31%,2%,6%)

RGB channels and saturation

R 80 of 255 = 31%
G 4 of 255 = 2%
B 15 of 255 = 6%

80
4
15

R + G + B ~ 13%. #50040F is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 4 + 15 = 99 (100%)
R 80 of 99 ~ 80.81%
G 4 of 99 ~ 4.04%
B 15 of 99 ~ 15.15%

%80.81
%15.15

CMYK color model

#50040F color CMYK value is (0,95,81,69).

  • cyan value is 0.00%
  • magenta value is 95.00%
  • yellow value is 81.25%
  • key color value is 68.63%
CMYK:
(0,95,81,69)
C0M95Y81K69 
(0%,95%,81%,69%)
(0.00/0.95/0.81/0.69)	

CMYK percentages

%0
%95
%81.25
%68.63

Codes

Color #50040F in popluar color models

50040F
RGB80415
HSL351°90.48%16.47%
HSB/HSV351°95.00%31.37%
CMYK0.00%95.00%81.25%
68.63%

Color #50040F in popluar number systems.

HEX50040F
Decimal80415
Binary10100001001111
Octal120417

Shades and tints

Shades of #50040F

#50040F
(80,4,15)
#49040E
(73,4,14)
#42040D
(66,4,13)
#3B040C
(59,4,12)
#34040B
(52,4,11)
#2D040A
(45,4,10)
#260409
(38,4,9)
#1F0408
(31,4,8)
#180407
(24,4,7)
#110406
(17,4,6)
#0A0405
(10,4,5)
#000000
(0,0,0)

Tints of #50040F

#50040F
(80,4,15)
#5F1A24
(95,26,36)
#6E3039
(110,48,57)
#7D464E
(125,70,78)
#8C5C63
(140,92,99)
#9B7278
(155,114,120)
#AA888D
(170,136,141)
#B99EA2
(185,158,162)
#C8B4B7
(200,180,183)
#D7CACC
(215,202,204)
#E6E0E1
(230,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50040F color. Also use rgb(80,4,15) instead hex code.

Text Font Color

.myTextColor { color: #50040F; }

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

This text font color is #50040F.


Background Color

.myBgColor { background-color: #50040F; }

<div style="background-color:#50040F">Inner text</div>

This div background color is #50040F.


Border color

.myBorderColor { border: 1px solid #50040F; }

<div style="border:3px solid #50040F">Div</div>

This div border color is #50040F.


Opacity

.myOpacity80 { color: #50040F; opacity: 0.8; }

<p style="color:#50040F;opacity:0.8;">80%</p>

Text with #50040F 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 #50040F;}

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

This text has shadow with #50040F color.

.textShadow {text-shadow: 3px 3px 1px #50040F, 3px 3px 1px red;}

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

This text has shadow with #50040F primary color and red secondary color.


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

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

This text has shadow with #50040F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50040F on black background.


Color preview on white background

This text has color #50040F on white background.



Black color preview on #50040F background

This text has black color on #50040F background.


White color preview on #50040F background

This text has white color on #50040F background.