COLOR #50042A

HEX: #50042A
RGB: (80,4,42)

Color info

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

RGB color model

#50042A color RGB value is (80,4,42).

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

RGB channels and saturation

R 80 of 255 = 31%
G 4 of 255 = 2%
B 42 of 255 = 16%

80
4
42

R + G + B ~ 16%. #50042A is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 4 + 42 = 126 (100%)
R 80 of 126 ~ 63.49%
G 4 of 126 ~ 3.17%
B 42 of 126 ~ 33.33%

%63.49
%33.33

CMYK color model

#50042A color CMYK value is (0,95,48,69).

  • cyan value is 0.00%
  • magenta value is 95.00%
  • yellow value is 47.50%
  • key color value is 68.63%
CMYK:
(0,95,48,69)
C0M95Y48K69 
(0%,95%,48%,69%)
(0.00/0.95/0.48/0.69)	

CMYK percentages

%0
%95
%47.5
%68.63

Codes

Color #50042A in popluar color models

50042A
RGB80442
HSL330°90.48%16.47%
HSB/HSV330°95.00%31.37%
CMYK0.00%95.00%47.50%
68.63%

Color #50042A in popluar number systems.

HEX50042A
Decimal80442
Binary1010000100101010
Octal120452

Shades and tints

Shades of #50042A

#50042A
(80,4,42)
#490427
(73,4,39)
#420424
(66,4,36)
#3B0421
(59,4,33)
#34041E
(52,4,30)
#2D041B
(45,4,27)
#260418
(38,4,24)
#1F0415
(31,4,21)
#180412
(24,4,18)
#11040F
(17,4,15)
#0A040C
(10,4,12)
#000000
(0,0,0)

Tints of #50042A

#50042A
(80,4,42)
#5F1A3D
(95,26,61)
#6E3050
(110,48,80)
#7D4663
(125,70,99)
#8C5C76
(140,92,118)
#9B7289
(155,114,137)
#AA889C
(170,136,156)
#B99EAF
(185,158,175)
#C8B4C2
(200,180,194)
#D7CAD5
(215,202,213)
#E6E0E8
(230,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50042A; }

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

This text font color is #50042A.


Background Color

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

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

This div background color is #50042A.


Border color

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

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

This div border color is #50042A.


Opacity

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

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

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

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

This text has shadow with #50042A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50042A on black background.


Color preview on white background

This text has color #50042A on white background.



Black color preview on #50042A background

This text has black color on #50042A background.


White color preview on #50042A background

This text has white color on #50042A background.