COLOR #503C60

HEX: #503C60 RGB: (80,60,96)

Color info

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

RGB color model

#503C60 color RGB value is (80,60,96).

RGB: (80,60,96) (31%, 24%, 38%)

RGB channels and saturation

R 80 of 255 = 31%
G 60 of 255 = 24%
B 96 of 255 = 38%

80
60
96

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

Portions of RGB colors in percentages

R + G + B = 80 + 60 + 96 = 236 (100%)
R 80 of 236 ~ 33.9%
G 60 of 236 ~ 25.42%
B 96 of 236 ~ 40.68'%

%33.9
%25.42
%40.68

CMYK color model

#503C60 color CMYK value is (17,38,0,62).

  • cyan value is 16.67%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (17,38,0,62)
C17M38Y0K62 (17%, 38%, 0%, 62%)
(0.17 / 0.38 / 0.00 / 0.62)

CMYK percentages

%16.67
%37.5
%0
%62.35

Codes

Color #503C60 in popluar color models

50 3C 60
RGB 80 60 96
HSL 273° 23.08% 30.59%
HSB/HSV 273° 37.50% 37.65%
CMYK 16.67% 37.50% 0.00%
62.35%

Color #503C60 in popluar number systems.

HEX 50 3C 60
Decimal 80 60 96
Binary 1010000 111100 1100000
Octal 120 74 140

Shades and tints

Shades of #503C60

#503C60
(80,60,96)
#493758
(73,55,88)
#423250
(66,50,80)
#3B2D48
(59,45,72)
#342840
(52,40,64)
#2D2338
(45,35,56)
#261E30
(38,30,48)
#1F1928
(31,25,40)
#181420
(24,20,32)
#110F18
(17,15,24)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #503C60

#503C60
(80,60,96)
#5F4D6E
(95,77,110)
#6E5E7C
(110,94,124)
#7D6F8A
(125,111,138)
#8C8098
(140,128,152)
#9B91A6
(155,145,166)
#AAA2B4
(170,162,180)
#B9B3C2
(185,179,194)
#C8C4D0
(200,196,208)
#D7D5DE
(215,213,222)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503C60; }

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

This text font color is #503C60.

Background Color

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

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

This div background color is #503C60.

Border color

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

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

This div border color is #503C60.

Opacity

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

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

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

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

This text has shadow with #503C60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503C60.

Preview

Color preview on black background

This text has color #503C60 on black background.


Color preview on white background

This text has color #503C60 on white background.


Black color preview on #503C60 background

This text has black color on #503C60 background.


White color preview on #503C60 background

This text has white color on #503C60 background.


Related colors

Complementary color

Complementary color for #hex is #AFC39F.


I love getcolorcode.com

Triadic colors

1 #60503C and #3C6050 with #503C60 are triadic colors.

2 #603C50 and #3C5060 with #503C60 are triadic colors.