COLOR #503B79

HEX: #503B79
RGB: (80,59,121)

Color info

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

RGB color model

#503B79 color RGB value is (80,59,121).

  • red value is 80;
  • green value is 59;
  • blue value is 121.
RGB:
(80,59,121)
(31%,23%,47%)

RGB channels and saturation

R 80 of 255 = 31%
G 59 of 255 = 23%
B 121 of 255 = 47%

80
59
121

R + G + B ~ 34%. #503B79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 59 + 121 = 260 (100%)
R 80 of 260 ~ 30.77%
G 59 of 260 ~ 22.69%
B 121 of 260 ~ 46.54%

%30.77
%22.69
%46.54

CMYK color model

#503B79 color CMYK value is (34,51,0,53).

  • cyan value is 33.88%
  • magenta value is 51.24%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(34,51,0,53)
C34M51Y0K53 
(34%,51%,0%,53%)
(0.34/0.51/0.00/0.53)	

CMYK percentages

%33.88
%51.24
%0
%52.55

Codes

Color #503B79 in popluar color models

503B79
RGB8059121
HSL260°34.44%35.29%
HSB/HSV260°51.24%47.45%
CMYK33.88%51.24%0.00%
52.55%

Color #503B79 in popluar number systems.

HEX503B79
Decimal8059121
Binary10100001110111111001
Octal12073171

Shades and tints

Shades of #503B79

#503B79
(80,59,121)
#49366E
(73,54,110)
#423163
(66,49,99)
#3B2C58
(59,44,88)
#34274D
(52,39,77)
#2D2242
(45,34,66)
#261D37
(38,29,55)
#1F182C
(31,24,44)
#181321
(24,19,33)
#110E16
(17,14,22)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #503B79

#503B79
(80,59,121)
#5F4C85
(95,76,133)
#6E5D91
(110,93,145)
#7D6E9D
(125,110,157)
#8C7FA9
(140,127,169)
#9B90B5
(155,144,181)
#AAA1C1
(170,161,193)
#B9B2CD
(185,178,205)
#C8C3D9
(200,195,217)
#D7D4E5
(215,212,229)
#E6E5F1
(230,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503B79 color. Also use rgb(80,59,121) instead hex code.

Text Font Color

.myTextColor { color: #503B79; }

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

This text font color is #503B79.


Background Color

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

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

This div background color is #503B79.


Border color

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

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

This div border color is #503B79.


Opacity

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

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

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

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

This text has shadow with #503B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503B79 on black background.


Color preview on white background

This text has color #503B79 on white background.



Black color preview on #503B79 background

This text has black color on #503B79 background.


White color preview on #503B79 background

This text has white color on #503B79 background.