COLOR #503C57

HEX: #503C57
RGB: (80,60,87)

Color info

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

RGB color model

#503C57 color RGB value is (80,60,87).

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

RGB channels and saturation

R 80 of 255 = 31%
G 60 of 255 = 24%
B 87 of 255 = 34%

80
60
87

R + G + B ~ 30%. #503C57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 60 + 87 = 227 (100%)
R 80 of 227 ~ 35.24%
G 60 of 227 ~ 26.43%
B 87 of 227 ~ 38.33%

%35.24
%26.43
%38.33

CMYK color model

#503C57 color CMYK value is (8,31,0,66).

  • cyan value is 8.05%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(8,31,0,66)
C8M31Y0K66 
(8%,31%,0%,66%)
(0.08/0.31/0.00/0.66)	

CMYK percentages

%8.05
%31.03
%0
%65.88

Codes

Color #503C57 in popluar color models

503C57
RGB806087
HSL284°18.37%28.82%
HSB/HSV284°31.03%34.12%
CMYK8.05%31.03%0.00%
65.88%

Color #503C57 in popluar number systems.

HEX503C57
Decimal806087
Binary10100001111001010111
Octal12074127

Shades and tints

Shades of #503C57

#503C57
(80,60,87)
#493750
(73,55,80)
#423249
(66,50,73)
#3B2D42
(59,45,66)
#34283B
(52,40,59)
#2D2334
(45,35,52)
#261E2D
(38,30,45)
#1F1926
(31,25,38)
#18141F
(24,20,31)
#110F18
(17,15,24)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #503C57

#503C57
(80,60,87)
#5F4D66
(95,77,102)
#6E5E75
(110,94,117)
#7D6F84
(125,111,132)
#8C8093
(140,128,147)
#9B91A2
(155,145,162)
#AAA2B1
(170,162,177)
#B9B3C0
(185,179,192)
#C8C4CF
(200,196,207)
#D7D5DE
(215,213,222)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503C57; }

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

This text font color is #503C57.


Background Color

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

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

This div background color is #503C57.


Border color

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

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

This div border color is #503C57.


Opacity

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

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

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

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

This text has shadow with #503C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503C57 on black background.


Color preview on white background

This text has color #503C57 on white background.



Black color preview on #503C57 background

This text has black color on #503C57 background.


White color preview on #503C57 background

This text has white color on #503C57 background.