COLOR #50395E

HEX: #50395E
RGB: (80,57,94)

Color info

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

RGB color model

#50395E color RGB value is (80,57,94).

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

RGB channels and saturation

R 80 of 255 = 31%
G 57 of 255 = 22%
B 94 of 255 = 37%

80
57
94

R + G + B ~ 30%. #50395E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 57 + 94 = 231 (100%)
R 80 of 231 ~ 34.63%
G 57 of 231 ~ 24.68%
B 94 of 231 ~ 40.69%

%34.63
%24.68
%40.69

CMYK color model

#50395E color CMYK value is (15,39,0,63).

  • cyan value is 14.89%
  • magenta value is 39.36%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(15,39,0,63)
C15M39Y0K63 
(15%,39%,0%,63%)
(0.15/0.39/0.00/0.63)	

CMYK percentages

%14.89
%39.36
%0
%63.14

Codes

Color #50395E in popluar color models

50395E
RGB805794
HSL277°24.50%29.61%
HSB/HSV277°39.36%36.86%
CMYK14.89%39.36%0.00%
63.14%

Color #50395E in popluar number systems.

HEX50395E
Decimal805794
Binary10100001110011011110
Octal12071136

Shades and tints

Shades of #50395E

#50395E
(80,57,94)
#493456
(73,52,86)
#422F4E
(66,47,78)
#3B2A46
(59,42,70)
#34253E
(52,37,62)
#2D2036
(45,32,54)
#261B2E
(38,27,46)
#1F1626
(31,22,38)
#18111E
(24,17,30)
#110C16
(17,12,22)
#0A070E
(10,7,14)
#000000
(0,0,0)

Tints of #50395E

#50395E
(80,57,94)
#5F4B6C
(95,75,108)
#6E5D7A
(110,93,122)
#7D6F88
(125,111,136)
#8C8196
(140,129,150)
#9B93A4
(155,147,164)
#AAA5B2
(170,165,178)
#B9B7C0
(185,183,192)
#C8C9CE
(200,201,206)
#D7DBDC
(215,219,220)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50395E; }

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

This text font color is #50395E.


Background Color

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

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

This div background color is #50395E.


Border color

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

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

This div border color is #50395E.


Opacity

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

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

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

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

This text has shadow with #50395E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50395E on black background.


Color preview on white background

This text has color #50395E on white background.



Black color preview on #50395E background

This text has black color on #50395E background.


White color preview on #50395E background

This text has white color on #50395E background.