COLOR #503473

HEX: #503473
RGB: (80,52,115)

Color info

#503473 contains mainly red and blue colors. Web safe color of #503473 is #663366 (or #636).

RGB color model

#503473 color RGB value is (80,52,115).

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

RGB channels and saturation

R 80 of 255 = 31%
G 52 of 255 = 20%
B 115 of 255 = 45%

80
52
115

R + G + B ~ 32%. #503473 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 52 + 115 = 247 (100%)
R 80 of 247 ~ 32.39%
G 52 of 247 ~ 21.05%
B 115 of 247 ~ 46.56%

%32.39
%21.05
%46.56

CMYK color model

#503473 color CMYK value is (30,55,0,55).

  • cyan value is 30.43%
  • magenta value is 54.78%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(30,55,0,55)
C30M55Y0K55 
(30%,55%,0%,55%)
(0.30/0.55/0.00/0.55)	

CMYK percentages

%30.43
%54.78
%0
%54.9

Codes

Color #503473 in popluar color models

503473
RGB8052115
HSL267°37.72%32.75%
HSB/HSV267°54.78%45.10%
CMYK30.43%54.78%0.00%
54.90%

Color #503473 in popluar number systems.

HEX503473
Decimal8052115
Binary10100001101001110011
Octal12064163

Shades and tints

Shades of #503473

#503473
(80,52,115)
#493069
(73,48,105)
#422C5F
(66,44,95)
#3B2855
(59,40,85)
#34244B
(52,36,75)
#2D2041
(45,32,65)
#261C37
(38,28,55)
#1F182D
(31,24,45)
#181423
(24,20,35)
#111019
(17,16,25)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #503473

#503473
(80,52,115)
#5F467F
(95,70,127)
#6E588B
(110,88,139)
#7D6A97
(125,106,151)
#8C7CA3
(140,124,163)
#9B8EAF
(155,142,175)
#AAA0BB
(170,160,187)
#B9B2C7
(185,178,199)
#C8C4D3
(200,196,211)
#D7D6DF
(215,214,223)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503473; }

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

This text font color is #503473.


Background Color

.myBgColor { background-color: #503473; }

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

This div background color is #503473.


Border color

.myBorderColor { border: 1px solid #503473; }

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

This div border color is #503473.


Opacity

.myOpacity80 { color: #503473; opacity: 0.8; }

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

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

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

This text has shadow with #503473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503473 on black background.


Color preview on white background

This text has color #503473 on white background.



Black color preview on #503473 background

This text has black color on #503473 background.


White color preview on #503473 background

This text has white color on #503473 background.