COLOR #50365A

HEX: #50365A
RGB: (80,54,90)

Color info

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

RGB color model

#50365A color RGB value is (80,54,90).

  • red value is 80;
  • green value is 54;
  • blue value is 90.
RGB:
(80,54,90)
(31%,21%,35%)

RGB channels and saturation

R 80 of 255 = 31%
G 54 of 255 = 21%
B 90 of 255 = 35%

80
54
90

R + G + B ~ 29%. #50365A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 54 + 90 = 224 (100%)
R 80 of 224 ~ 35.71%
G 54 of 224 ~ 24.11%
B 90 of 224 ~ 40.18%

%35.71
%24.11
%40.18

CMYK color model

#50365A color CMYK value is (11,40,0,65).

  • cyan value is 11.11%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(11,40,0,65)
C11M40Y0K65 
(11%,40%,0%,65%)
(0.11/0.40/0.00/0.65)	

CMYK percentages

%11.11
%40
%0
%64.71

Codes

Color #50365A in popluar color models

50365A
RGB805490
HSL283°25.00%28.24%
HSB/HSV283°40.00%35.29%
CMYK11.11%40.00%0.00%
64.71%

Color #50365A in popluar number systems.

HEX50365A
Decimal805490
Binary10100001101101011010
Octal12066132

Shades and tints

Shades of #50365A

#50365A
(80,54,90)
#493252
(73,50,82)
#422E4A
(66,46,74)
#3B2A42
(59,42,66)
#34263A
(52,38,58)
#2D2232
(45,34,50)
#261E2A
(38,30,42)
#1F1A22
(31,26,34)
#18161A
(24,22,26)
#111212
(17,18,18)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #50365A

#50365A
(80,54,90)
#5F4869
(95,72,105)
#6E5A78
(110,90,120)
#7D6C87
(125,108,135)
#8C7E96
(140,126,150)
#9B90A5
(155,144,165)
#AAA2B4
(170,162,180)
#B9B4C3
(185,180,195)
#C8C6D2
(200,198,210)
#D7D8E1
(215,216,225)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50365A color. Also use rgb(80,54,90) instead hex code.

Text Font Color

.myTextColor { color: #50365A; }

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

This text font color is #50365A.


Background Color

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

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

This div background color is #50365A.


Border color

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

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

This div border color is #50365A.


Opacity

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

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

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

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

This text has shadow with #50365A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50365A on black background.


Color preview on white background

This text has color #50365A on white background.



Black color preview on #50365A background

This text has black color on #50365A background.


White color preview on #50365A background

This text has white color on #50365A background.