COLOR #503895

HEX: #503895
RGB: (80,56,149)

Color info

#503895 contains mainly blue color. Web safe color of #503895 is #663399 (or #639).

RGB color model

#503895 color RGB value is (80,56,149).

  • red value is 80;
  • green value is 56;
  • blue value is 149.
RGB:
(80,56,149)
(31%,22%,58%)

RGB channels and saturation

R 80 of 255 = 31%
G 56 of 255 = 22%
B 149 of 255 = 58%

80
56
149

R + G + B ~ 37%. #503895 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 56 + 149 = 285 (100%)
R 80 of 285 ~ 28.07%
G 56 of 285 ~ 19.65%
B 149 of 285 ~ 52.28%

%28.07
%19.65
%52.28

CMYK color model

#503895 color CMYK value is (46,62,0,42).

  • cyan value is 46.31%
  • magenta value is 62.42%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(46,62,0,42)
C46M62Y0K42 
(46%,62%,0%,42%)
(0.46/0.62/0.00/0.42)	

CMYK percentages

%46.31
%62.42
%0
%41.57

Codes

Color #503895 in popluar color models

503895
RGB8056149
HSL255°45.37%40.20%
HSB/HSV255°62.42%58.43%
CMYK46.31%62.42%0.00%
41.57%

Color #503895 in popluar number systems.

HEX503895
Decimal8056149
Binary101000011100010010101
Octal12070225

Shades and tints

Shades of #503895

#503895
(80,56,149)
#493388
(73,51,136)
#422E7B
(66,46,123)
#3B296E
(59,41,110)
#342461
(52,36,97)
#2D1F54
(45,31,84)
#261A47
(38,26,71)
#1F153A
(31,21,58)
#18102D
(24,16,45)
#110B20
(17,11,32)
#0A0613
(10,6,19)
#000000
(0,0,0)

Tints of #503895

#503895
(80,56,149)
#5F4A9E
(95,74,158)
#6E5CA7
(110,92,167)
#7D6EB0
(125,110,176)
#8C80B9
(140,128,185)
#9B92C2
(155,146,194)
#AAA4CB
(170,164,203)
#B9B6D4
(185,182,212)
#C8C8DD
(200,200,221)
#D7DAE6
(215,218,230)
#E6ECEF
(230,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503895 color. Also use rgb(80,56,149) instead hex code.

Text Font Color

.myTextColor { color: #503895; }

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

This text font color is #503895.


Background Color

.myBgColor { background-color: #503895; }

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

This div background color is #503895.


Border color

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

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

This div border color is #503895.


Opacity

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

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

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

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

This text has shadow with #503895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503895 on black background.


Color preview on white background

This text has color #503895 on white background.



Black color preview on #503895 background

This text has black color on #503895 background.


White color preview on #503895 background

This text has white color on #503895 background.