COLOR #503C86

HEX: #503C86
RGB: (80,60,134)

Color info

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

RGB color model

#503C86 color RGB value is (80,60,134).

  • red value is 80;
  • green value is 60;
  • blue value is 134.
RGB:
(80,60,134)
(31%,24%,53%)

RGB channels and saturation

R 80 of 255 = 31%
G 60 of 255 = 24%
B 134 of 255 = 53%

80
60
134

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

Portions of RGB colors in percentages

R + G + B =
80 + 60 + 134 = 274 (100%)
R 80 of 274 ~ 29.2%
G 60 of 274 ~ 21.9%
B 134 of 274 ~ 48.91%

%29.2
%21.9
%48.91

CMYK color model

#503C86 color CMYK value is (40,55,0,47).

  • cyan value is 40.30%
  • magenta value is 55.22%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(40,55,0,47)
C40M55Y0K47 
(40%,55%,0%,47%)
(0.40/0.55/0.00/0.47)	

CMYK percentages

%40.3
%55.22
%0
%47.45

Codes

Color #503C86 in popluar color models

503C86
RGB8060134
HSL256°38.14%38.04%
HSB/HSV256°55.22%52.55%
CMYK40.30%55.22%0.00%
47.45%

Color #503C86 in popluar number systems.

HEX503C86
Decimal8060134
Binary101000011110010000110
Octal12074206

Shades and tints

Shades of #503C86

#503C86
(80,60,134)
#49377A
(73,55,122)
#42326E
(66,50,110)
#3B2D62
(59,45,98)
#342856
(52,40,86)
#2D234A
(45,35,74)
#261E3E
(38,30,62)
#1F1932
(31,25,50)
#181426
(24,20,38)
#110F1A
(17,15,26)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #503C86

#503C86
(80,60,134)
#5F4D91
(95,77,145)
#6E5E9C
(110,94,156)
#7D6FA7
(125,111,167)
#8C80B2
(140,128,178)
#9B91BD
(155,145,189)
#AAA2C8
(170,162,200)
#B9B3D3
(185,179,211)
#C8C4DE
(200,196,222)
#D7D5E9
(215,213,233)
#E6E6F4
(230,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503C86 color. Also use rgb(80,60,134) instead hex code.

Text Font Color

.myTextColor { color: #503C86; }

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

This text font color is #503C86.


Background Color

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

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

This div background color is #503C86.


Border color

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

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

This div border color is #503C86.


Opacity

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

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

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

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

This text has shadow with #503C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503C86 on black background.


Color preview on white background

This text has color #503C86 on white background.



Black color preview on #503C86 background

This text has black color on #503C86 background.


White color preview on #503C86 background

This text has white color on #503C86 background.