COLOR #50415E

HEX: #50415E
RGB: (80,65,94)

Color info

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

RGB color model

#50415E color RGB value is (80,65,94).

  • red value is 80;
  • green value is 65;
  • blue value is 94.
RGB:
(80,65,94)
(31%,25%,37%)

RGB channels and saturation

R 80 of 255 = 31%
G 65 of 255 = 25%
B 94 of 255 = 37%

80
65
94

R + G + B ~ 31%. #50415E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 65 + 94 = 239 (100%)
R 80 of 239 ~ 33.47%
G 65 of 239 ~ 27.2%
B 94 of 239 ~ 39.33%

%33.47
%27.2
%39.33

CMYK color model

#50415E color CMYK value is (15,31,0,63).

  • cyan value is 14.89%
  • magenta value is 30.85%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(15,31,0,63)
C15M31Y0K63 
(15%,31%,0%,63%)
(0.15/0.31/0.00/0.63)	

CMYK percentages

%14.89
%30.85
%0
%63.14

Codes

Color #50415E in popluar color models

50415E
RGB806594
HSL271°18.24%31.18%
HSB/HSV271°30.85%36.86%
CMYK14.89%30.85%0.00%
63.14%

Color #50415E in popluar number systems.

HEX50415E
Decimal806594
Binary101000010000011011110
Octal120101136

Shades and tints

Shades of #50415E

#50415E
(80,65,94)
#493C56
(73,60,86)
#42374E
(66,55,78)
#3B3246
(59,50,70)
#342D3E
(52,45,62)
#2D2836
(45,40,54)
#26232E
(38,35,46)
#1F1E26
(31,30,38)
#18191E
(24,25,30)
#111416
(17,20,22)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #50415E

#50415E
(80,65,94)
#5F526C
(95,82,108)
#6E637A
(110,99,122)
#7D7488
(125,116,136)
#8C8596
(140,133,150)
#9B96A4
(155,150,164)
#AAA7B2
(170,167,178)
#B9B8C0
(185,184,192)
#C8C9CE
(200,201,206)
#D7DADC
(215,218,220)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50415E color. Also use rgb(80,65,94) instead hex code.

Text Font Color

.myTextColor { color: #50415E; }

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

This text font color is #50415E.


Background Color

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

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

This div background color is #50415E.


Border color

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

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

This div border color is #50415E.


Opacity

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

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

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

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

This text has shadow with #50415E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50415E on black background.


Color preview on white background

This text has color #50415E on white background.



Black color preview on #50415E background

This text has black color on #50415E background.


White color preview on #50415E background

This text has white color on #50415E background.