COLOR #503F83

HEX: #503F83
RGB: (80,63,131)

Color info

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

RGB color model

#503F83 color RGB value is (80,63,131).

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

RGB channels and saturation

R 80 of 255 = 31%
G 63 of 255 = 25%
B 131 of 255 = 51%

80
63
131

R + G + B ~ 36%. #503F83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 63 + 131 = 274 (100%)
R 80 of 274 ~ 29.2%
G 63 of 274 ~ 22.99%
B 131 of 274 ~ 47.81%

%29.2
%22.99
%47.81

CMYK color model

#503F83 color CMYK value is (39,52,0,49).

  • cyan value is 38.93%
  • magenta value is 51.91%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(39,52,0,49)
C39M52Y0K49 
(39%,52%,0%,49%)
(0.39/0.52/0.00/0.49)	

CMYK percentages

%38.93
%51.91
%0
%48.63

Codes

Color #503F83 in popluar color models

503F83
RGB8063131
HSL255°35.05%38.04%
HSB/HSV255°51.91%51.37%
CMYK38.93%51.91%0.00%
48.63%

Color #503F83 in popluar number systems.

HEX503F83
Decimal8063131
Binary101000011111110000011
Octal12077203

Shades and tints

Shades of #503F83

#503F83
(80,63,131)
#493A78
(73,58,120)
#42356D
(66,53,109)
#3B3062
(59,48,98)
#342B57
(52,43,87)
#2D264C
(45,38,76)
#262141
(38,33,65)
#1F1C36
(31,28,54)
#18172B
(24,23,43)
#111220
(17,18,32)
#0A0D15
(10,13,21)
#000000
(0,0,0)

Tints of #503F83

#503F83
(80,63,131)
#5F508E
(95,80,142)
#6E6199
(110,97,153)
#7D72A4
(125,114,164)
#8C83AF
(140,131,175)
#9B94BA
(155,148,186)
#AAA5C5
(170,165,197)
#B9B6D0
(185,182,208)
#C8C7DB
(200,199,219)
#D7D8E6
(215,216,230)
#E6E9F1
(230,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503F83; }

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

This text font color is #503F83.


Background Color

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

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

This div background color is #503F83.


Border color

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

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

This div border color is #503F83.


Opacity

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

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

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

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

This text has shadow with #503F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503F83 on black background.


Color preview on white background

This text has color #503F83 on white background.



Black color preview on #503F83 background

This text has black color on #503F83 background.


White color preview on #503F83 background

This text has white color on #503F83 background.