COLOR #50285D

HEX: #50285D
RGB: (80,40,93)

Color info

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

RGB color model

#50285D color RGB value is (80,40,93).

  • red value is 80;
  • green value is 40;
  • blue value is 93.
RGB:
(80,40,93)
(31%,16%,36%)

RGB channels and saturation

R 80 of 255 = 31%
G 40 of 255 = 16%
B 93 of 255 = 36%

80
40
93

R + G + B ~ 28%. #50285D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 40 + 93 = 213 (100%)
R 80 of 213 ~ 37.56%
G 40 of 213 ~ 18.78%
B 93 of 213 ~ 43.66%

%37.56
%18.78
%43.66

CMYK color model

#50285D color CMYK value is (14,57,0,64).

  • cyan value is 13.98%
  • magenta value is 56.99%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(14,57,0,64)
C14M57Y0K64 
(14%,57%,0%,64%)
(0.14/0.57/0.00/0.64)	

CMYK percentages

%13.98
%56.99
%0
%63.53

Codes

Color #50285D in popluar color models

50285D
RGB804093
HSL285°39.85%26.08%
HSB/HSV285°56.99%36.47%
CMYK13.98%56.99%0.00%
63.53%

Color #50285D in popluar number systems.

HEX50285D
Decimal804093
Binary10100001010001011101
Octal12050135

Shades and tints

Shades of #50285D

#50285D
(80,40,93)
#492555
(73,37,85)
#42224D
(66,34,77)
#3B1F45
(59,31,69)
#341C3D
(52,28,61)
#2D1935
(45,25,53)
#26162D
(38,22,45)
#1F1325
(31,19,37)
#18101D
(24,16,29)
#110D15
(17,13,21)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #50285D

#50285D
(80,40,93)
#5F3B6B
(95,59,107)
#6E4E79
(110,78,121)
#7D6187
(125,97,135)
#8C7495
(140,116,149)
#9B87A3
(155,135,163)
#AA9AB1
(170,154,177)
#B9ADBF
(185,173,191)
#C8C0CD
(200,192,205)
#D7D3DB
(215,211,219)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50285D color. Also use rgb(80,40,93) instead hex code.

Text Font Color

.myTextColor { color: #50285D; }

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

This text font color is #50285D.


Background Color

.myBgColor { background-color: #50285D; }

<div style="background-color:#50285D">Inner text</div>

This div background color is #50285D.


Border color

.myBorderColor { border: 1px solid #50285D; }

<div style="border:3px solid #50285D">Div</div>

This div border color is #50285D.


Opacity

.myOpacity80 { color: #50285D; opacity: 0.8; }

<p style="color:#50285D;opacity:0.8;">80%</p>

Text with #50285D 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 #50285D;}

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

This text has shadow with #50285D color.

.textShadow {text-shadow: 3px 3px 1px #50285D, 3px 3px 1px red;}

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

This text has shadow with #50285D primary color and red secondary color.


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

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

This text has shadow with #50285D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50285D on black background.


Color preview on white background

This text has color #50285D on white background.



Black color preview on #50285D background

This text has black color on #50285D background.


White color preview on #50285D background

This text has white color on #50285D background.