COLOR #503E78

HEX: #503E78 RGB: (80,62,120)

Color info

#503E78 contains red, green and blue colors in about the same proportion. Web safe color of #503E78 is #663366 (or #636).

RGB color model

#503E78 color RGB value is (80,62,120).

RGB: (80,62,120) (31%, 24%, 47%)

RGB channels and saturation

R 80 of 255 = 31%
G 62 of 255 = 24%
B 120 of 255 = 47%

80
62
120

R + G + B ~ 34%. #503E78 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 62 + 120 = 262 (100%)
R 80 of 262 ~ 30.53%
G 62 of 262 ~ 23.66%
B 120 of 262 ~ 45.8'%

%30.53
%23.66
%45.8

CMYK color model

#503E78 color CMYK value is (33,48,0,53).

  • cyan value is 33.33%
  • magenta value is 48.33%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (33,48,0,53)
C33M48Y0K53 (33%, 48%, 0%, 53%)
(0.33 / 0.48 / 0.00 / 0.53)

CMYK percentages

%33.33
%48.33
%0
%52.94

Codes

Color #503E78 in popluar color models

50 3E 78
RGB 80 62 120
HSL 259° 31.87% 35.69%
HSB/HSV 259° 48.33% 47.06%
CMYK 33.33% 48.33% 0.00%
52.94%

Color #503E78 in popluar number systems.

HEX 50 3E 78
Decimal 80 62 120
Binary 1010000 111110 1111000
Octal 120 76 170

Shades and tints

Shades of #503E78

#503E78
(80,62,120)
#49396E
(73,57,110)
#423464
(66,52,100)
#3B2F5A
(59,47,90)
#342A50
(52,42,80)
#2D2546
(45,37,70)
#26203C
(38,32,60)
#1F1B32
(31,27,50)
#181628
(24,22,40)
#11111E
(17,17,30)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #503E78

#503E78
(80,62,120)
#5F4F84
(95,79,132)
#6E6090
(110,96,144)
#7D719C
(125,113,156)
#8C82A8
(140,130,168)
#9B93B4
(155,147,180)
#AAA4C0
(170,164,192)
#B9B5CC
(185,181,204)
#C8C6D8
(200,198,216)
#D7D7E4
(215,215,228)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503E78; }

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

This text font color is #503E78.

Background Color

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

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

This div background color is #503E78.

Border color

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

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

This div border color is #503E78.

Opacity

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

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

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

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

This text has shadow with #503E78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503E78.

Preview

Color preview on black background

This text has color #503E78 on black background.


Color preview on white background

This text has color #503E78 on white background.


Black color preview on #503E78 background

This text has black color on #503E78 background.


White color preview on #503E78 background

This text has white color on #503E78 background.


Related colors

Complementary color

Complementary color for #hex is #AFC187.


I love getcolorcode.com

Triadic colors

1 #78503E and #3E7850 with #503E78 are triadic colors.

2 #783E50 and #3E5078 with #503E78 are triadic colors.