COLOR #503A6E

HEX: #503A6E
RGB: (80,58,110)

Color info

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

RGB color model

#503A6E color RGB value is (80,58,110).

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

RGB channels and saturation

R 80 of 255 = 31%
G 58 of 255 = 23%
B 110 of 255 = 43%

80
58
110

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

Portions of RGB colors in percentages

R + G + B =
80 + 58 + 110 = 248 (100%)
R 80 of 248 ~ 32.26%
G 58 of 248 ~ 23.39%
B 110 of 248 ~ 44.35%

%32.26
%23.39
%44.35

CMYK color model

#503A6E color CMYK value is (27,47,0,57).

  • cyan value is 27.27%
  • magenta value is 47.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(27,47,0,57)
C27M47Y0K57 
(27%,47%,0%,57%)
(0.27/0.47/0.00/0.57)	

CMYK percentages

%27.27
%47.27
%0
%56.86

Codes

Color #503A6E in popluar color models

503A6E
RGB8058110
HSL265°30.95%32.94%
HSB/HSV265°47.27%43.14%
CMYK27.27%47.27%0.00%
56.86%

Color #503A6E in popluar number systems.

HEX503A6E
Decimal8058110
Binary10100001110101101110
Octal12072156

Shades and tints

Shades of #503A6E

#503A6E
(80,58,110)
#493564
(73,53,100)
#42305A
(66,48,90)
#3B2B50
(59,43,80)
#342646
(52,38,70)
#2D213C
(45,33,60)
#261C32
(38,28,50)
#1F1728
(31,23,40)
#18121E
(24,18,30)
#110D14
(17,13,20)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #503A6E

#503A6E
(80,58,110)
#5F4B7B
(95,75,123)
#6E5C88
(110,92,136)
#7D6D95
(125,109,149)
#8C7EA2
(140,126,162)
#9B8FAF
(155,143,175)
#AAA0BC
(170,160,188)
#B9B1C9
(185,177,201)
#C8C2D6
(200,194,214)
#D7D3E3
(215,211,227)
#E6E4F0
(230,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503A6E; }

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

This text font color is #503A6E.


Background Color

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

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

This div background color is #503A6E.


Border color

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

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

This div border color is #503A6E.


Opacity

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

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

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

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

This text has shadow with #503A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503A6E on black background.


Color preview on white background

This text has color #503A6E on white background.



Black color preview on #503A6E background

This text has black color on #503A6E background.


White color preview on #503A6E background

This text has white color on #503A6E background.