COLOR #503E6E

HEX: #503E6E
RGB: (80,62,110)

Color info

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

RGB color model

#503E6E color RGB value is (80,62,110).

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

RGB channels and saturation

R 80 of 255 = 31%
G 62 of 255 = 24%
B 110 of 255 = 43%

80
62
110

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

Portions of RGB colors in percentages

R + G + B =
80 + 62 + 110 = 252 (100%)
R 80 of 252 ~ 31.75%
G 62 of 252 ~ 24.6%
B 110 of 252 ~ 43.65%

%31.75
%24.6
%43.65

CMYK color model

#503E6E color CMYK value is (27,44,0,57).

  • cyan value is 27.27%
  • magenta value is 43.64%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(27,44,0,57)
C27M44Y0K57 
(27%,44%,0%,57%)
(0.27/0.44/0.00/0.57)	

CMYK percentages

%27.27
%43.64
%0
%56.86

Codes

Color #503E6E in popluar color models

503E6E
RGB8062110
HSL263°27.91%33.73%
HSB/HSV263°43.64%43.14%
CMYK27.27%43.64%0.00%
56.86%

Color #503E6E in popluar number systems.

HEX503E6E
Decimal8062110
Binary10100001111101101110
Octal12076156

Shades and tints

Shades of #503E6E

#503E6E
(80,62,110)
#493964
(73,57,100)
#42345A
(66,52,90)
#3B2F50
(59,47,80)
#342A46
(52,42,70)
#2D253C
(45,37,60)
#262032
(38,32,50)
#1F1B28
(31,27,40)
#18161E
(24,22,30)
#111114
(17,17,20)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #503E6E

#503E6E
(80,62,110)
#5F4F7B
(95,79,123)
#6E6088
(110,96,136)
#7D7195
(125,113,149)
#8C82A2
(140,130,162)
#9B93AF
(155,147,175)
#AAA4BC
(170,164,188)
#B9B5C9
(185,181,201)
#C8C6D6
(200,198,214)
#D7D7E3
(215,215,227)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503E6E; }

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

This text font color is #503E6E.


Background Color

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

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

This div background color is #503E6E.


Border color

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

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

This div border color is #503E6E.


Opacity

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

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

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

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

This text has shadow with #503E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503E6E on black background.


Color preview on white background

This text has color #503E6E on white background.



Black color preview on #503E6E background

This text has black color on #503E6E background.


White color preview on #503E6E background

This text has white color on #503E6E background.