COLOR #503E50

HEX: #503E50
RGB: (80,62,80)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

80
62
80

R + G + B ~ 29%. #503E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 62 + 80 = 222 (100%)
R 80 of 222 ~ 36.04%
G 62 of 222 ~ 27.93%
B 80 of 222 ~ 36.04%

%36.04
%27.93
%36.04

CMYK color model

#503E50 color CMYK value is (0,23,0,69).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(0,23,0,69)
C0M23Y0K69 
(0%,23%,0%,69%)
(0.00/0.23/0.00/0.69)	

CMYK percentages

%0
%22.5
%0
%68.63

Codes

Color #503E50 in popluar color models

503E50
RGB806280
HSL300°12.68%27.84%
HSB/HSV300°22.50%31.37%
CMYK0.00%22.50%0.00%
68.63%

Color #503E50 in popluar number systems.

HEX503E50
Decimal806280
Binary10100001111101010000
Octal12076120

Shades and tints

Shades of #503E50

#503E50
(80,62,80)
#493949
(73,57,73)
#423442
(66,52,66)
#3B2F3B
(59,47,59)
#342A34
(52,42,52)
#2D252D
(45,37,45)
#262026
(38,32,38)
#1F1B1F
(31,27,31)
#181618
(24,22,24)
#111111
(17,17,17)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #503E50

#503E50
(80,62,80)
#5F4F5F
(95,79,95)
#6E606E
(110,96,110)
#7D717D
(125,113,125)
#8C828C
(140,130,140)
#9B939B
(155,147,155)
#AAA4AA
(170,164,170)
#B9B5B9
(185,181,185)
#C8C6C8
(200,198,200)
#D7D7D7
(215,215,215)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503E50; }

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

This text font color is #503E50.


Background Color

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

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

This div background color is #503E50.


Border color

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

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

This div border color is #503E50.


Opacity

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

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

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

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

This text has shadow with #503E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503E50 on black background.


Color preview on white background

This text has color #503E50 on white background.



Black color preview on #503E50 background

This text has black color on #503E50 background.


White color preview on #503E50 background

This text has white color on #503E50 background.