COLOR #503C62

HEX: #503C62
RGB: (80,60,98)

Color info

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

RGB color model

#503C62 color RGB value is (80,60,98).

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

RGB channels and saturation

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

80
60
98

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

Portions of RGB colors in percentages

R + G + B =
80 + 60 + 98 = 238 (100%)
R 80 of 238 ~ 33.61%
G 60 of 238 ~ 25.21%
B 98 of 238 ~ 41.18%

%33.61
%25.21
%41.18

CMYK color model

#503C62 color CMYK value is (18,39,0,62).

  • cyan value is 18.37%
  • magenta value is 38.78%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(18,39,0,62)
C18M39Y0K62 
(18%,39%,0%,62%)
(0.18/0.39/0.00/0.62)	

CMYK percentages

%18.37
%38.78
%0
%61.57

Codes

Color #503C62 in popluar color models

503C62
RGB806098
HSL272°24.05%30.98%
HSB/HSV272°38.78%38.43%
CMYK18.37%38.78%0.00%
61.57%

Color #503C62 in popluar number systems.

HEX503C62
Decimal806098
Binary10100001111001100010
Octal12074142

Shades and tints

Shades of #503C62

#503C62
(80,60,98)
#49375A
(73,55,90)
#423252
(66,50,82)
#3B2D4A
(59,45,74)
#342842
(52,40,66)
#2D233A
(45,35,58)
#261E32
(38,30,50)
#1F192A
(31,25,42)
#181422
(24,20,34)
#110F1A
(17,15,26)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #503C62

#503C62
(80,60,98)
#5F4D70
(95,77,112)
#6E5E7E
(110,94,126)
#7D6F8C
(125,111,140)
#8C809A
(140,128,154)
#9B91A8
(155,145,168)
#AAA2B6
(170,162,182)
#B9B3C4
(185,179,196)
#C8C4D2
(200,196,210)
#D7D5E0
(215,213,224)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503C62; }

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

This text font color is #503C62.


Background Color

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

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

This div background color is #503C62.


Border color

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

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

This div border color is #503C62.


Opacity

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

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

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

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

This text has shadow with #503C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503C62 on black background.


Color preview on white background

This text has color #503C62 on white background.



Black color preview on #503C62 background

This text has black color on #503C62 background.


White color preview on #503C62 background

This text has white color on #503C62 background.