COLOR #50204E

HEX: #50204E
RGB: (80,32,78)

Color info

#50204E contains red, green and blue colors in about the same proportion. Web safe color of #50204E is #663366 (or #636).

RGB color model

#50204E color RGB value is (80,32,78).

  • red value is 80;
  • green value is 32;
  • blue value is 78.
RGB:
(80,32,78)
(31%,13%,31%)

RGB channels and saturation

R 80 of 255 = 31%
G 32 of 255 = 13%
B 78 of 255 = 31%

80
32
78

R + G + B ~ 25%. #50204E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 32 + 78 = 190 (100%)
R 80 of 190 ~ 42.11%
G 32 of 190 ~ 16.84%
B 78 of 190 ~ 41.05%

%42.11
%16.84
%41.05

CMYK color model

#50204E color CMYK value is (0,60,2,69).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 2.50%
  • key color value is 68.63%
CMYK:
(0,60,2,69)
C0M60Y2K69 
(0%,60%,2%,69%)
(0.00/0.60/0.02/0.69)	

CMYK percentages

%0
%60
%2.5
%68.63

Codes

Color #50204E in popluar color models

50204E
RGB803278
HSL303°42.86%21.96%
HSB/HSV303°60.00%31.37%
CMYK0.00%60.00%2.50%
68.63%

Color #50204E in popluar number systems.

HEX50204E
Decimal803278
Binary10100001000001001110
Octal12040116

Shades and tints

Shades of #50204E

#50204E
(80,32,78)
#491E47
(73,30,71)
#421C40
(66,28,64)
#3B1A39
(59,26,57)
#341832
(52,24,50)
#2D162B
(45,22,43)
#261424
(38,20,36)
#1F121D
(31,18,29)
#181016
(24,16,22)
#110E0F
(17,14,15)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #50204E

#50204E
(80,32,78)
#5F345E
(95,52,94)
#6E486E
(110,72,110)
#7D5C7E
(125,92,126)
#8C708E
(140,112,142)
#9B849E
(155,132,158)
#AA98AE
(170,152,174)
#B9ACBE
(185,172,190)
#C8C0CE
(200,192,206)
#D7D4DE
(215,212,222)
#E6E8EE
(230,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50204E color. Also use rgb(80,32,78) instead hex code.

Text Font Color

.myTextColor { color: #50204E; }

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

This text font color is #50204E.


Background Color

.myBgColor { background-color: #50204E; }

<div style="background-color:#50204E">Inner text</div>

This div background color is #50204E.


Border color

.myBorderColor { border: 1px solid #50204E; }

<div style="border:3px solid #50204E">Div</div>

This div border color is #50204E.


Opacity

.myOpacity80 { color: #50204E; opacity: 0.8; }

<p style="color:#50204E;opacity:0.8;">80%</p>

Text with #50204E 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 #50204E;}

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

This text has shadow with #50204E color.

.textShadow {text-shadow: 3px 3px 1px #50204E, 3px 3px 1px red;}

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

This text has shadow with #50204E primary color and red secondary color.


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

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

This text has shadow with #50204E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50204E on black background.


Color preview on white background

This text has color #50204E on white background.



Black color preview on #50204E background

This text has black color on #50204E background.


White color preview on #50204E background

This text has white color on #50204E background.