COLOR #503E5E

HEX: #503E5E
RGB: (80,62,94)

Color info

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

RGB color model

#503E5E color RGB value is (80,62,94).

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

RGB channels and saturation

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

80
62
94

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

Portions of RGB colors in percentages

R + G + B =
80 + 62 + 94 = 236 (100%)
R 80 of 236 ~ 33.9%
G 62 of 236 ~ 26.27%
B 94 of 236 ~ 39.83%

%33.9
%26.27
%39.83

CMYK color model

#503E5E color CMYK value is (15,34,0,63).

  • cyan value is 14.89%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(15,34,0,63)
C15M34Y0K63 
(15%,34%,0%,63%)
(0.15/0.34/0.00/0.63)	

CMYK percentages

%14.89
%34.04
%0
%63.14

Codes

Color #503E5E in popluar color models

503E5E
RGB806294
HSL274°20.51%30.59%
HSB/HSV274°34.04%36.86%
CMYK14.89%34.04%0.00%
63.14%

Color #503E5E in popluar number systems.

HEX503E5E
Decimal806294
Binary10100001111101011110
Octal12076136

Shades and tints

Shades of #503E5E

#503E5E
(80,62,94)
#493956
(73,57,86)
#42344E
(66,52,78)
#3B2F46
(59,47,70)
#342A3E
(52,42,62)
#2D2536
(45,37,54)
#26202E
(38,32,46)
#1F1B26
(31,27,38)
#18161E
(24,22,30)
#111116
(17,17,22)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #503E5E

#503E5E
(80,62,94)
#5F4F6C
(95,79,108)
#6E607A
(110,96,122)
#7D7188
(125,113,136)
#8C8296
(140,130,150)
#9B93A4
(155,147,164)
#AAA4B2
(170,164,178)
#B9B5C0
(185,181,192)
#C8C6CE
(200,198,206)
#D7D7DC
(215,215,220)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503E5E; }

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

This text font color is #503E5E.


Background Color

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

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

This div background color is #503E5E.


Border color

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

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

This div border color is #503E5E.


Opacity

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

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

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

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

This text has shadow with #503E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503E5E on black background.


Color preview on white background

This text has color #503E5E on white background.



Black color preview on #503E5E background

This text has black color on #503E5E background.


White color preview on #503E5E background

This text has white color on #503E5E background.