COLOR #50367B

HEX: #50367B
RGB: (80,54,123)

Color info

#50367B contains mainly red and blue colors. Web safe color of #50367B is #663366 (or #636).

RGB color model

#50367B color RGB value is (80,54,123).

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

RGB channels and saturation

R 80 of 255 = 31%
G 54 of 255 = 21%
B 123 of 255 = 48%

80
54
123

R + G + B ~ 33%. #50367B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 54 + 123 = 257 (100%)
R 80 of 257 ~ 31.13%
G 54 of 257 ~ 21.01%
B 123 of 257 ~ 47.86%

%31.13
%21.01
%47.86

CMYK color model

#50367B color CMYK value is (35,56,0,52).

  • cyan value is 34.96%
  • magenta value is 56.10%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(35,56,0,52)
C35M56Y0K52 
(35%,56%,0%,52%)
(0.35/0.56/0.00/0.52)	

CMYK percentages

%34.96
%56.1
%0
%51.76

Codes

Color #50367B in popluar color models

50367B
RGB8054123
HSL263°38.98%34.71%
HSB/HSV263°56.10%48.24%
CMYK34.96%56.10%0.00%
51.76%

Color #50367B in popluar number systems.

HEX50367B
Decimal8054123
Binary10100001101101111011
Octal12066173

Shades and tints

Shades of #50367B

#50367B
(80,54,123)
#493270
(73,50,112)
#422E65
(66,46,101)
#3B2A5A
(59,42,90)
#34264F
(52,38,79)
#2D2244
(45,34,68)
#261E39
(38,30,57)
#1F1A2E
(31,26,46)
#181623
(24,22,35)
#111218
(17,18,24)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #50367B

#50367B
(80,54,123)
#5F4887
(95,72,135)
#6E5A93
(110,90,147)
#7D6C9F
(125,108,159)
#8C7EAB
(140,126,171)
#9B90B7
(155,144,183)
#AAA2C3
(170,162,195)
#B9B4CF
(185,180,207)
#C8C6DB
(200,198,219)
#D7D8E7
(215,216,231)
#E6EAF3
(230,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50367B color. Also use rgb(80,54,123) instead hex code.

Text Font Color

.myTextColor { color: #50367B; }

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

This text font color is #50367B.


Background Color

.myBgColor { background-color: #50367B; }

<div style="background-color:#50367B">Inner text</div>

This div background color is #50367B.


Border color

.myBorderColor { border: 1px solid #50367B; }

<div style="border:3px solid #50367B">Div</div>

This div border color is #50367B.


Opacity

.myOpacity80 { color: #50367B; opacity: 0.8; }

<p style="color:#50367B;opacity:0.8;">80%</p>

Text with #50367B 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 #50367B;}

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

This text has shadow with #50367B color.

.textShadow {text-shadow: 3px 3px 1px #50367B, 3px 3px 1px red;}

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

This text has shadow with #50367B primary color and red secondary color.


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

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

This text has shadow with #50367B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50367B on black background.


Color preview on white background

This text has color #50367B on white background.



Black color preview on #50367B background

This text has black color on #50367B background.


White color preview on #50367B background

This text has white color on #50367B background.