COLOR #503E83

HEX: #503E83
RGB: (80,62,131)

Color info

#503E83 contains mainly red and blue colors. Web safe color of #503E83 is #663399 (or #639).

RGB color model

#503E83 color RGB value is (80,62,131).

  • red value is 80;
  • green value is 62;
  • blue value is 131.
RGB:
(80,62,131)
(31%,24%,51%)

RGB channels and saturation

R 80 of 255 = 31%
G 62 of 255 = 24%
B 131 of 255 = 51%

80
62
131

R + G + B ~ 35%. #503E83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 62 + 131 = 273 (100%)
R 80 of 273 ~ 29.3%
G 62 of 273 ~ 22.71%
B 131 of 273 ~ 47.99%

%29.3
%22.71
%47.99

CMYK color model

#503E83 color CMYK value is (39,53,0,49).

  • cyan value is 38.93%
  • magenta value is 52.67%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(39,53,0,49)
C39M53Y0K49 
(39%,53%,0%,49%)
(0.39/0.53/0.00/0.49)	

CMYK percentages

%38.93
%52.67
%0
%48.63

Codes

Color #503E83 in popluar color models

503E83
RGB8062131
HSL256°35.75%37.84%
HSB/HSV256°52.67%51.37%
CMYK38.93%52.67%0.00%
48.63%

Color #503E83 in popluar number systems.

HEX503E83
Decimal8062131
Binary101000011111010000011
Octal12076203

Shades and tints

Shades of #503E83

#503E83
(80,62,131)
#493978
(73,57,120)
#42346D
(66,52,109)
#3B2F62
(59,47,98)
#342A57
(52,42,87)
#2D254C
(45,37,76)
#262041
(38,32,65)
#1F1B36
(31,27,54)
#18162B
(24,22,43)
#111120
(17,17,32)
#0A0C15
(10,12,21)
#000000
(0,0,0)

Tints of #503E83

#503E83
(80,62,131)
#5F4F8E
(95,79,142)
#6E6099
(110,96,153)
#7D71A4
(125,113,164)
#8C82AF
(140,130,175)
#9B93BA
(155,147,186)
#AAA4C5
(170,164,197)
#B9B5D0
(185,181,208)
#C8C6DB
(200,198,219)
#D7D7E6
(215,215,230)
#E6E8F1
(230,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503E83 color. Also use rgb(80,62,131) instead hex code.

Text Font Color

.myTextColor { color: #503E83; }

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

This text font color is #503E83.


Background Color

.myBgColor { background-color: #503E83; }

<div style="background-color:#503E83">Inner text</div>

This div background color is #503E83.


Border color

.myBorderColor { border: 1px solid #503E83; }

<div style="border:3px solid #503E83">Div</div>

This div border color is #503E83.


Opacity

.myOpacity80 { color: #503E83; opacity: 0.8; }

<p style="color:#503E83;opacity:0.8;">80%</p>

Text with #503E83 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 #503E83;}

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

This text has shadow with #503E83 color.

.textShadow {text-shadow: 3px 3px 1px #503E83, 3px 3px 1px red;}

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

This text has shadow with #503E83 primary color and red secondary color.


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

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

This text has shadow with #503E83 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503E83 on black background.


Color preview on white background

This text has color #503E83 on white background.



Black color preview on #503E83 background

This text has black color on #503E83 background.


White color preview on #503E83 background

This text has white color on #503E83 background.