COLOR #50396A

HEX: #50396A
RGB: (80,57,106)

Color info

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

RGB color model

#50396A color RGB value is (80,57,106).

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

RGB channels and saturation

R 80 of 255 = 31%
G 57 of 255 = 22%
B 106 of 255 = 42%

80
57
106

R + G + B ~ 32%. #50396A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 57 + 106 = 243 (100%)
R 80 of 243 ~ 32.92%
G 57 of 243 ~ 23.46%
B 106 of 243 ~ 43.62%

%32.92
%23.46
%43.62

CMYK color model

#50396A color CMYK value is (25,46,0,58).

  • cyan value is 24.53%
  • magenta value is 46.23%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(25,46,0,58)
C25M46Y0K58 
(25%,46%,0%,58%)
(0.25/0.46/0.00/0.58)	

CMYK percentages

%24.53
%46.23
%0
%58.43

Codes

Color #50396A in popluar color models

50396A
RGB8057106
HSL268°30.06%31.96%
HSB/HSV268°46.23%41.57%
CMYK24.53%46.23%0.00%
58.43%

Color #50396A in popluar number systems.

HEX50396A
Decimal8057106
Binary10100001110011101010
Octal12071152

Shades and tints

Shades of #50396A

#50396A
(80,57,106)
#493461
(73,52,97)
#422F58
(66,47,88)
#3B2A4F
(59,42,79)
#342546
(52,37,70)
#2D203D
(45,32,61)
#261B34
(38,27,52)
#1F162B
(31,22,43)
#181122
(24,17,34)
#110C19
(17,12,25)
#0A0710
(10,7,16)
#000000
(0,0,0)

Tints of #50396A

#50396A
(80,57,106)
#5F4B77
(95,75,119)
#6E5D84
(110,93,132)
#7D6F91
(125,111,145)
#8C819E
(140,129,158)
#9B93AB
(155,147,171)
#AAA5B8
(170,165,184)
#B9B7C5
(185,183,197)
#C8C9D2
(200,201,210)
#D7DBDF
(215,219,223)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50396A color. Also use rgb(80,57,106) instead hex code.

Text Font Color

.myTextColor { color: #50396A; }

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

This text font color is #50396A.


Background Color

.myBgColor { background-color: #50396A; }

<div style="background-color:#50396A">Inner text</div>

This div background color is #50396A.


Border color

.myBorderColor { border: 1px solid #50396A; }

<div style="border:3px solid #50396A">Div</div>

This div border color is #50396A.


Opacity

.myOpacity80 { color: #50396A; opacity: 0.8; }

<p style="color:#50396A;opacity:0.8;">80%</p>

Text with #50396A 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 #50396A;}

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

This text has shadow with #50396A color.

.textShadow {text-shadow: 3px 3px 1px #50396A, 3px 3px 1px red;}

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

This text has shadow with #50396A primary color and red secondary color.


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

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

This text has shadow with #50396A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50396A on black background.


Color preview on white background

This text has color #50396A on white background.



Black color preview on #50396A background

This text has black color on #50396A background.


White color preview on #50396A background

This text has white color on #50396A background.