COLOR #50003C

HEX: #50003C
RGB: (80,0,60)

Color info

#50003C contains only red and blue colors. Web safe color of #50003C is #660033 (or #603).

RGB color model

#50003C color RGB value is (80,0,60).

  • red value is 80;
  • green value is 0;
  • blue value is 60.
RGB:
(80,0,60)
(31%,0%,24%)

RGB channels and saturation

R 80 of 255 = 31%
G 0 of 255 = 0%
B 60 of 255 = 24%

80
0
60

R + G + B ~ 18%. #50003C is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 0 + 60 = 140 (100%)
R 80 of 140 ~ 57.14%
G 0 of 140 ~ 0%
B 60 of 140 ~ 42.86%

%57.14
%42.86

CMYK color model

#50003C color CMYK value is (0,100,25,69).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 25.00%
  • key color value is 68.63%
CMYK:
(0,100,25,69)
C0M100Y25K69 
(0%,100%,25%,69%)
(0.00/1.00/0.25/0.69)	

CMYK percentages

%0
%100
%25
%68.63

Codes

Color #50003C in popluar color models

50003C
RGB80060
HSL315°100.00%15.69%
HSB/HSV315°100.00%31.37%
CMYK0.00%100.00%25.00%
68.63%

Color #50003C in popluar number systems.

HEX50003C
Decimal80060
Binary10100000111100
Octal120074

Shades and tints

Shades of #50003C

#50003C
(80,0,60)
#490037
(73,0,55)
#420032
(66,0,50)
#3B002D
(59,0,45)
#340028
(52,0,40)
#2D0023
(45,0,35)
#26001E
(38,0,30)
#1F0019
(31,0,25)
#180014
(24,0,20)
#11000F
(17,0,15)
#0A000A
(10,0,10)
#000000
(0,0,0)

Tints of #50003C

#50003C
(80,0,60)
#5F174D
(95,23,77)
#6E2E5E
(110,46,94)
#7D456F
(125,69,111)
#8C5C80
(140,92,128)
#9B7391
(155,115,145)
#AA8AA2
(170,138,162)
#B9A1B3
(185,161,179)
#C8B8C4
(200,184,196)
#D7CFD5
(215,207,213)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50003C color. Also use rgb(80,0,60) instead hex code.

Text Font Color

.myTextColor { color: #50003C; }

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

This text font color is #50003C.


Background Color

.myBgColor { background-color: #50003C; }

<div style="background-color:#50003C">Inner text</div>

This div background color is #50003C.


Border color

.myBorderColor { border: 1px solid #50003C; }

<div style="border:3px solid #50003C">Div</div>

This div border color is #50003C.


Opacity

.myOpacity80 { color: #50003C; opacity: 0.8; }

<p style="color:#50003C;opacity:0.8;">80%</p>

Text with #50003C 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 #50003C;}

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

This text has shadow with #50003C color.

.textShadow {text-shadow: 3px 3px 1px #50003C, 3px 3px 1px red;}

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

This text has shadow with #50003C primary color and red secondary color.


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

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

This text has shadow with #50003C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50003C on black background.


Color preview on white background

This text has color #50003C on white background.



Black color preview on #50003C background

This text has black color on #50003C background.


White color preview on #50003C background

This text has white color on #50003C background.