COLOR #503A84

HEX: #503A84
RGB: (80,58,132)

Color info

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

RGB color model

#503A84 color RGB value is (80,58,132).

  • red value is 80;
  • green value is 58;
  • blue value is 132.
RGB:
(80,58,132)
(31%,23%,52%)

RGB channels and saturation

R 80 of 255 = 31%
G 58 of 255 = 23%
B 132 of 255 = 52%

80
58
132

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

Portions of RGB colors in percentages

R + G + B =
80 + 58 + 132 = 270 (100%)
R 80 of 270 ~ 29.63%
G 58 of 270 ~ 21.48%
B 132 of 270 ~ 48.89%

%29.63
%21.48
%48.89

CMYK color model

#503A84 color CMYK value is (39,56,0,48).

  • cyan value is 39.39%
  • magenta value is 56.06%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(39,56,0,48)
C39M56Y0K48 
(39%,56%,0%,48%)
(0.39/0.56/0.00/0.48)	

CMYK percentages

%39.39
%56.06
%0
%48.24

Codes

Color #503A84 in popluar color models

503A84
RGB8058132
HSL258°38.95%37.25%
HSB/HSV258°56.06%51.76%
CMYK39.39%56.06%0.00%
48.24%

Color #503A84 in popluar number systems.

HEX503A84
Decimal8058132
Binary101000011101010000100
Octal12072204

Shades and tints

Shades of #503A84

#503A84
(80,58,132)
#493578
(73,53,120)
#42306C
(66,48,108)
#3B2B60
(59,43,96)
#342654
(52,38,84)
#2D2148
(45,33,72)
#261C3C
(38,28,60)
#1F1730
(31,23,48)
#181224
(24,18,36)
#110D18
(17,13,24)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #503A84

#503A84
(80,58,132)
#5F4B8F
(95,75,143)
#6E5C9A
(110,92,154)
#7D6DA5
(125,109,165)
#8C7EB0
(140,126,176)
#9B8FBB
(155,143,187)
#AAA0C6
(170,160,198)
#B9B1D1
(185,177,209)
#C8C2DC
(200,194,220)
#D7D3E7
(215,211,231)
#E6E4F2
(230,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503A84 color. Also use rgb(80,58,132) instead hex code.

Text Font Color

.myTextColor { color: #503A84; }

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

This text font color is #503A84.


Background Color

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

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

This div background color is #503A84.


Border color

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

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

This div border color is #503A84.


Opacity

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

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

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

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

This text has shadow with #503A84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503A84 on black background.


Color preview on white background

This text has color #503A84 on white background.



Black color preview on #503A84 background

This text has black color on #503A84 background.


White color preview on #503A84 background

This text has white color on #503A84 background.