COLOR #50041A

HEX: #50041A
RGB: (80,4,26)

Color info

#50041A contains mainly red and blue colors. Web safe color of #50041A is #660000 (or #600).

RGB color model

#50041A color RGB value is (80,4,26).

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

RGB channels and saturation

R 80 of 255 = 31%
G 4 of 255 = 2%
B 26 of 255 = 10%

80
4
26

R + G + B ~ 14%. #50041A is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 4 + 26 = 110 (100%)
R 80 of 110 ~ 72.73%
G 4 of 110 ~ 3.64%
B 26 of 110 ~ 23.64%

%72.73
%23.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 95.00%
  • yellow value is 67.50%
  • key color value is 68.63%
CMYK:
(0,95,68,69)
C0M95Y68K69 
(0%,95%,68%,69%)
(0.00/0.95/0.68/0.69)	

CMYK percentages

%0
%95
%67.5
%68.63

Codes

Color #50041A in popluar color models

50041A
RGB80426
HSL343°90.48%16.47%
HSB/HSV343°95.00%31.37%
CMYK0.00%95.00%67.50%
68.63%

Color #50041A in popluar number systems.

HEX50041A
Decimal80426
Binary101000010011010
Octal120432

Shades and tints

Shades of #50041A

#50041A
(80,4,26)
#490418
(73,4,24)
#420416
(66,4,22)
#3B0414
(59,4,20)
#340412
(52,4,18)
#2D0410
(45,4,16)
#26040E
(38,4,14)
#1F040C
(31,4,12)
#18040A
(24,4,10)
#110408
(17,4,8)
#0A0406
(10,4,6)
#000000
(0,0,0)

Tints of #50041A

#50041A
(80,4,26)
#5F1A2E
(95,26,46)
#6E3042
(110,48,66)
#7D4656
(125,70,86)
#8C5C6A
(140,92,106)
#9B727E
(155,114,126)
#AA8892
(170,136,146)
#B99EA6
(185,158,166)
#C8B4BA
(200,180,186)
#D7CACE
(215,202,206)
#E6E0E2
(230,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50041A; }

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

This text font color is #50041A.


Background Color

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

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

This div background color is #50041A.


Border color

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

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

This div border color is #50041A.


Opacity

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

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

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

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

This text has shadow with #50041A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50041A on black background.


Color preview on white background

This text has color #50041A on white background.



Black color preview on #50041A background

This text has black color on #50041A background.


White color preview on #50041A background

This text has white color on #50041A background.