COLOR #50073A

HEX: #50073A
RGB: (80,7,58)

Color info

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

RGB color model

#50073A color RGB value is (80,7,58).

  • red value is 80;
  • green value is 7;
  • blue value is 58.
RGB:
(80,7,58)
(31%,3%,23%)

RGB channels and saturation

R 80 of 255 = 31%
G 7 of 255 = 3%
B 58 of 255 = 23%

80
7
58

R + G + B ~ 19%. #50073A is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 7 + 58 = 145 (100%)
R 80 of 145 ~ 55.17%
G 7 of 145 ~ 4.83%
B 58 of 145 ~ 40%

%55.17
%40

CMYK color model

#50073A color CMYK value is (0,91,28,69).

  • cyan value is 0.00%
  • magenta value is 91.25%
  • yellow value is 27.50%
  • key color value is 68.63%
CMYK:
(0,91,28,69)
C0M91Y28K69 
(0%,91%,28%,69%)
(0.00/0.91/0.28/0.69)	

CMYK percentages

%0
%91.25
%27.5
%68.63

Codes

Color #50073A in popluar color models

50073A
RGB80758
HSL318°83.91%17.06%
HSB/HSV318°91.25%31.37%
CMYK0.00%91.25%27.50%
68.63%

Color #50073A in popluar number systems.

HEX50073A
Decimal80758
Binary1010000111111010
Octal120772

Shades and tints

Shades of #50073A

#50073A
(80,7,58)
#490735
(73,7,53)
#420730
(66,7,48)
#3B072B
(59,7,43)
#340726
(52,7,38)
#2D0721
(45,7,33)
#26071C
(38,7,28)
#1F0717
(31,7,23)
#180712
(24,7,18)
#11070D
(17,7,13)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #50073A

#50073A
(80,7,58)
#5F1D4B
(95,29,75)
#6E335C
(110,51,92)
#7D496D
(125,73,109)
#8C5F7E
(140,95,126)
#9B758F
(155,117,143)
#AA8BA0
(170,139,160)
#B9A1B1
(185,161,177)
#C8B7C2
(200,183,194)
#D7CDD3
(215,205,211)
#E6E3E4
(230,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50073A color. Also use rgb(80,7,58) instead hex code.

Text Font Color

.myTextColor { color: #50073A; }

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

This text font color is #50073A.


Background Color

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

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

This div background color is #50073A.


Border color

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

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

This div border color is #50073A.


Opacity

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

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

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

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

This text has shadow with #50073A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50073A on black background.


Color preview on white background

This text has color #50073A on white background.



Black color preview on #50073A background

This text has black color on #50073A background.


White color preview on #50073A background

This text has white color on #50073A background.