COLOR #503E73

HEX: #503E73
RGB: (80,62,115)

Color info

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

RGB color model

#503E73 color RGB value is (80,62,115).

  • red value is 80;
  • green value is 62;
  • blue value is 115.
RGB:
(80,62,115)
(31%,24%,45%)

RGB channels and saturation

R 80 of 255 = 31%
G 62 of 255 = 24%
B 115 of 255 = 45%

80
62
115

R + G + B ~ 33%. #503E73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 62 + 115 = 257 (100%)
R 80 of 257 ~ 31.13%
G 62 of 257 ~ 24.12%
B 115 of 257 ~ 44.75%

%31.13
%24.12
%44.75

CMYK color model

#503E73 color CMYK value is (30,46,0,55).

  • cyan value is 30.43%
  • magenta value is 46.09%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(30,46,0,55)
C30M46Y0K55 
(30%,46%,0%,55%)
(0.30/0.46/0.00/0.55)	

CMYK percentages

%30.43
%46.09
%0
%54.9

Codes

Color #503E73 in popluar color models

503E73
RGB8062115
HSL260°29.94%34.71%
HSB/HSV260°46.09%45.10%
CMYK30.43%46.09%0.00%
54.90%

Color #503E73 in popluar number systems.

HEX503E73
Decimal8062115
Binary10100001111101110011
Octal12076163

Shades and tints

Shades of #503E73

#503E73
(80,62,115)
#493969
(73,57,105)
#42345F
(66,52,95)
#3B2F55
(59,47,85)
#342A4B
(52,42,75)
#2D2541
(45,37,65)
#262037
(38,32,55)
#1F1B2D
(31,27,45)
#181623
(24,22,35)
#111119
(17,17,25)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #503E73

#503E73
(80,62,115)
#5F4F7F
(95,79,127)
#6E608B
(110,96,139)
#7D7197
(125,113,151)
#8C82A3
(140,130,163)
#9B93AF
(155,147,175)
#AAA4BB
(170,164,187)
#B9B5C7
(185,181,199)
#C8C6D3
(200,198,211)
#D7D7DF
(215,215,223)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503E73; }

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

This text font color is #503E73.


Background Color

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

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

This div background color is #503E73.


Border color

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

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

This div border color is #503E73.


Opacity

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

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

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

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

This text has shadow with #503E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503E73 on black background.


Color preview on white background

This text has color #503E73 on white background.



Black color preview on #503E73 background

This text has black color on #503E73 background.


White color preview on #503E73 background

This text has white color on #503E73 background.