COLOR #503568

HEX: #503568
RGB: (80,53,104)

Color info

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

RGB color model

#503568 color RGB value is (80,53,104).

  • red value is 80;
  • green value is 53;
  • blue value is 104.
RGB:
(80,53,104)
(31%,21%,41%)

RGB channels and saturation

R 80 of 255 = 31%
G 53 of 255 = 21%
B 104 of 255 = 41%

80
53
104

R + G + B ~ 31%. #503568 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 53 + 104 = 237 (100%)
R 80 of 237 ~ 33.76%
G 53 of 237 ~ 22.36%
B 104 of 237 ~ 43.88%

%33.76
%22.36
%43.88

CMYK color model

#503568 color CMYK value is (23,49,0,59).

  • cyan value is 23.08%
  • magenta value is 49.04%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(23,49,0,59)
C23M49Y0K59 
(23%,49%,0%,59%)
(0.23/0.49/0.00/0.59)	

CMYK percentages

%23.08
%49.04
%0
%59.22

Codes

Color #503568 in popluar color models

503568
RGB8053104
HSL272°32.48%30.78%
HSB/HSV272°49.04%40.78%
CMYK23.08%49.04%0.00%
59.22%

Color #503568 in popluar number systems.

HEX503568
Decimal8053104
Binary10100001101011101000
Octal12065150

Shades and tints

Shades of #503568

#503568
(80,53,104)
#49315F
(73,49,95)
#422D56
(66,45,86)
#3B294D
(59,41,77)
#342544
(52,37,68)
#2D213B
(45,33,59)
#261D32
(38,29,50)
#1F1929
(31,25,41)
#181520
(24,21,32)
#111117
(17,17,23)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #503568

#503568
(80,53,104)
#5F4775
(95,71,117)
#6E5982
(110,89,130)
#7D6B8F
(125,107,143)
#8C7D9C
(140,125,156)
#9B8FA9
(155,143,169)
#AAA1B6
(170,161,182)
#B9B3C3
(185,179,195)
#C8C5D0
(200,197,208)
#D7D7DD
(215,215,221)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503568 color. Also use rgb(80,53,104) instead hex code.

Text Font Color

.myTextColor { color: #503568; }

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

This text font color is #503568.


Background Color

.myBgColor { background-color: #503568; }

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

This div background color is #503568.


Border color

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

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

This div border color is #503568.


Opacity

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

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

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

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

This text has shadow with #503568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503568 on black background.


Color preview on white background

This text has color #503568 on white background.



Black color preview on #503568 background

This text has black color on #503568 background.


White color preview on #503568 background

This text has white color on #503568 background.