COLOR #503E6F

HEX: #503E6F
RGB: (80,62,111)

Color info

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

RGB color model

#503E6F color RGB value is (80,62,111).

  • red value is 80;
  • green value is 62;
  • blue value is 111.
RGB:
(80,62,111)
(31%,24%,44%)

RGB channels and saturation

R 80 of 255 = 31%
G 62 of 255 = 24%
B 111 of 255 = 44%

80
62
111

R + G + B ~ 33%. #503E6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 62 + 111 = 253 (100%)
R 80 of 253 ~ 31.62%
G 62 of 253 ~ 24.51%
B 111 of 253 ~ 43.87%

%31.62
%24.51
%43.87

CMYK color model

#503E6F color CMYK value is (28,44,0,56).

  • cyan value is 27.93%
  • magenta value is 44.14%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(28,44,0,56)
C28M44Y0K56 
(28%,44%,0%,56%)
(0.28/0.44/0.00/0.56)	

CMYK percentages

%27.93
%44.14
%0
%56.47

Codes

Color #503E6F in popluar color models

503E6F
RGB8062111
HSL262°28.32%33.92%
HSB/HSV262°44.14%43.53%
CMYK27.93%44.14%0.00%
56.47%

Color #503E6F in popluar number systems.

HEX503E6F
Decimal8062111
Binary10100001111101101111
Octal12076157

Shades and tints

Shades of #503E6F

#503E6F
(80,62,111)
#493965
(73,57,101)
#42345B
(66,52,91)
#3B2F51
(59,47,81)
#342A47
(52,42,71)
#2D253D
(45,37,61)
#262033
(38,32,51)
#1F1B29
(31,27,41)
#18161F
(24,22,31)
#111115
(17,17,21)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #503E6F

#503E6F
(80,62,111)
#5F4F7C
(95,79,124)
#6E6089
(110,96,137)
#7D7196
(125,113,150)
#8C82A3
(140,130,163)
#9B93B0
(155,147,176)
#AAA4BD
(170,164,189)
#B9B5CA
(185,181,202)
#C8C6D7
(200,198,215)
#D7D7E4
(215,215,228)
#E6E8F1
(230,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503E6F color. Also use rgb(80,62,111) instead hex code.

Text Font Color

.myTextColor { color: #503E6F; }

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

This text font color is #503E6F.


Background Color

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

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

This div background color is #503E6F.


Border color

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

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

This div border color is #503E6F.


Opacity

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

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

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

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

This text has shadow with #503E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503E6F on black background.


Color preview on white background

This text has color #503E6F on white background.



Black color preview on #503E6F background

This text has black color on #503E6F background.


White color preview on #503E6F background

This text has white color on #503E6F background.