COLOR #503E94

HEX: #503E94 RGB: (80,62,148)

Color info

#503E94 contains mainly blue color. Web safe color of #503E94 is #663399 (or #639).

RGB color model

#503E94 color RGB value is (80,62,148).

RGB: (80,62,148) (31%, 24%, 58%)

RGB channels and saturation

R 80 of 255 = 31%
G 62 of 255 = 24%
B 148 of 255 = 58%

80
62
148

R + G + B ~ 38%. #503E94 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 62 + 148 = 290 (100%)
R 80 of 290 ~ 27.59%
G 62 of 290 ~ 21.38%
B 148 of 290 ~ 51.03'%

%27.59
%21.38
%51.03

CMYK color model

#503E94 color CMYK value is (46,58,0,42).

  • cyan value is 45.95%
  • magenta value is 58.11%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (46,58,0,42)
C46M58Y0K42 (46%, 58%, 0%, 42%)
(0.46 / 0.58 / 0.00 / 0.42)

CMYK percentages

%45.95
%58.11
%0
%41.96

Codes

Color #503E94 in popluar color models

50 3E 94
RGB 80 62 148
HSL 253° 40.95% 41.18%
HSB/HSV 253° 58.11% 58.04%
CMYK 45.95% 58.11% 0.00%
41.96%

Color #503E94 in popluar number systems.

HEX 50 3E 94
Decimal 80 62 148
Binary 1010000 111110 10010100
Octal 120 76 224

Shades and tints

Shades of #503E94

#503E94
(80,62,148)
#493987
(73,57,135)
#42347A
(66,52,122)
#3B2F6D
(59,47,109)
#342A60
(52,42,96)
#2D2553
(45,37,83)
#262046
(38,32,70)
#1F1B39
(31,27,57)
#18162C
(24,22,44)
#11111F
(17,17,31)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #503E94

#503E94
(80,62,148)
#5F4F9D
(95,79,157)
#6E60A6
(110,96,166)
#7D71AF
(125,113,175)
#8C82B8
(140,130,184)
#9B93C1
(155,147,193)
#AAA4CA
(170,164,202)
#B9B5D3
(185,181,211)
#C8C6DC
(200,198,220)
#D7D7E5
(215,215,229)
#E6E8EE
(230,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503E94; }

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

This text font color is #503E94.

Background Color

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

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

This div background color is #503E94.

Border color

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

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

This div border color is #503E94.

Opacity

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

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

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

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

This text has shadow with #503E94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503E94.

Preview

Color preview on black background

This text has color #503E94 on black background.


Color preview on white background

This text has color #503E94 on white background.


Black color preview on #503E94 background

This text has black color on #503E94 background.


White color preview on #503E94 background

This text has white color on #503E94 background.


Related colors

Complementary color

Complementary color for #hex is #AFC16B.


I love getcolorcode.com

Triadic colors

1 #94503E and #3E9450 with #503E94 are triadic colors.

2 #943E50 and #3E5094 with #503E94 are triadic colors.