COLOR #503273

HEX: #503273
RGB: (80,50,115)

Color info

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

RGB color model

#503273 color RGB value is (80,50,115).

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

RGB channels and saturation

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

80
50
115

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

Portions of RGB colors in percentages

R + G + B =
80 + 50 + 115 = 245 (100%)
R 80 of 245 ~ 32.65%
G 50 of 245 ~ 20.41%
B 115 of 245 ~ 46.94%

%32.65
%20.41
%46.94

CMYK color model

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

  • cyan value is 30.43%
  • magenta value is 56.52%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(30,57,0,55)
C30M57Y0K55 
(30%,57%,0%,55%)
(0.30/0.57/0.00/0.55)	

CMYK percentages

%30.43
%56.52
%0
%54.9

Codes

Color #503273 in popluar color models

503273
RGB8050115
HSL268°39.39%32.35%
HSB/HSV268°56.52%45.10%
CMYK30.43%56.52%0.00%
54.90%

Color #503273 in popluar number systems.

HEX503273
Decimal8050115
Binary10100001100101110011
Octal12062163

Shades and tints

Shades of #503273

#503273
(80,50,115)
#492E69
(73,46,105)
#422A5F
(66,42,95)
#3B2655
(59,38,85)
#34224B
(52,34,75)
#2D1E41
(45,30,65)
#261A37
(38,26,55)
#1F162D
(31,22,45)
#181223
(24,18,35)
#110E19
(17,14,25)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #503273

#503273
(80,50,115)
#5F447F
(95,68,127)
#6E568B
(110,86,139)
#7D6897
(125,104,151)
#8C7AA3
(140,122,163)
#9B8CAF
(155,140,175)
#AA9EBB
(170,158,187)
#B9B0C7
(185,176,199)
#C8C2D3
(200,194,211)
#D7D4DF
(215,212,223)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503273; }

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

This text font color is #503273.


Background Color

.myBgColor { background-color: #503273; }

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

This div background color is #503273.


Border color

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

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

This div border color is #503273.


Opacity

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

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

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

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

This text has shadow with #503273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503273 on black background.


Color preview on white background

This text has color #503273 on white background.



Black color preview on #503273 background

This text has black color on #503273 background.


White color preview on #503273 background

This text has white color on #503273 background.