COLOR #503E5F

HEX: #503E5F
RGB: (80,62,95)

Color info

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

RGB color model

#503E5F color RGB value is (80,62,95).

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

RGB channels and saturation

R 80 of 255 = 31%
G 62 of 255 = 24%
B 95 of 255 = 37%

80
62
95

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

Portions of RGB colors in percentages

R + G + B =
80 + 62 + 95 = 237 (100%)
R 80 of 237 ~ 33.76%
G 62 of 237 ~ 26.16%
B 95 of 237 ~ 40.08%

%33.76
%26.16
%40.08

CMYK color model

#503E5F color CMYK value is (16,35,0,63).

  • cyan value is 15.79%
  • magenta value is 34.74%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(16,35,0,63)
C16M35Y0K63 
(16%,35%,0%,63%)
(0.16/0.35/0.00/0.63)	

CMYK percentages

%15.79
%34.74
%0
%62.75

Codes

Color #503E5F in popluar color models

503E5F
RGB806295
HSL273°21.02%30.78%
HSB/HSV273°34.74%37.25%
CMYK15.79%34.74%0.00%
62.75%

Color #503E5F in popluar number systems.

HEX503E5F
Decimal806295
Binary10100001111101011111
Octal12076137

Shades and tints

Shades of #503E5F

#503E5F
(80,62,95)
#493957
(73,57,87)
#42344F
(66,52,79)
#3B2F47
(59,47,71)
#342A3F
(52,42,63)
#2D2537
(45,37,55)
#26202F
(38,32,47)
#1F1B27
(31,27,39)
#18161F
(24,22,31)
#111117
(17,17,23)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #503E5F

#503E5F
(80,62,95)
#5F4F6D
(95,79,109)
#6E607B
(110,96,123)
#7D7189
(125,113,137)
#8C8297
(140,130,151)
#9B93A5
(155,147,165)
#AAA4B3
(170,164,179)
#B9B5C1
(185,181,193)
#C8C6CF
(200,198,207)
#D7D7DD
(215,215,221)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503E5F; }

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

This text font color is #503E5F.


Background Color

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

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

This div background color is #503E5F.


Border color

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

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

This div border color is #503E5F.


Opacity

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

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

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

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

This text has shadow with #503E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503E5F on black background.


Color preview on white background

This text has color #503E5F on white background.



Black color preview on #503E5F background

This text has black color on #503E5F background.


White color preview on #503E5F background

This text has white color on #503E5F background.