COLOR #503A88

HEX: #503A88
RGB: (80,58,136)

Color info

#503A88 contains mainly red and blue colors. Web safe color of #503A88 is #663399 (or #639).

RGB color model

#503A88 color RGB value is (80,58,136).

  • red value is 80;
  • green value is 58;
  • blue value is 136.
RGB:
(80,58,136)
(31%,23%,53%)

RGB channels and saturation

R 80 of 255 = 31%
G 58 of 255 = 23%
B 136 of 255 = 53%

80
58
136

R + G + B ~ 36%. #503A88 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 58 + 136 = 274 (100%)
R 80 of 274 ~ 29.2%
G 58 of 274 ~ 21.17%
B 136 of 274 ~ 49.64%

%29.2
%21.17
%49.64

CMYK color model

#503A88 color CMYK value is (41,57,0,47).

  • cyan value is 41.18%
  • magenta value is 57.35%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(41,57,0,47)
C41M57Y0K47 
(41%,57%,0%,47%)
(0.41/0.57/0.00/0.47)	

CMYK percentages

%41.18
%57.35
%0
%46.67

Codes

Color #503A88 in popluar color models

503A88
RGB8058136
HSL257°40.21%38.04%
HSB/HSV257°57.35%53.33%
CMYK41.18%57.35%0.00%
46.67%

Color #503A88 in popluar number systems.

HEX503A88
Decimal8058136
Binary101000011101010001000
Octal12072210

Shades and tints

Shades of #503A88

#503A88
(80,58,136)
#49357C
(73,53,124)
#423070
(66,48,112)
#3B2B64
(59,43,100)
#342658
(52,38,88)
#2D214C
(45,33,76)
#261C40
(38,28,64)
#1F1734
(31,23,52)
#181228
(24,18,40)
#110D1C
(17,13,28)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #503A88

#503A88
(80,58,136)
#5F4B92
(95,75,146)
#6E5C9C
(110,92,156)
#7D6DA6
(125,109,166)
#8C7EB0
(140,126,176)
#9B8FBA
(155,143,186)
#AAA0C4
(170,160,196)
#B9B1CE
(185,177,206)
#C8C2D8
(200,194,216)
#D7D3E2
(215,211,226)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503A88 color. Also use rgb(80,58,136) instead hex code.

Text Font Color

.myTextColor { color: #503A88; }

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

This text font color is #503A88.


Background Color

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

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

This div background color is #503A88.


Border color

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

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

This div border color is #503A88.


Opacity

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

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

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

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

This text has shadow with #503A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503A88 on black background.


Color preview on white background

This text has color #503A88 on white background.



Black color preview on #503A88 background

This text has black color on #503A88 background.


White color preview on #503A88 background

This text has white color on #503A88 background.