COLOR #503D60

HEX: #503D60
RGB: (80,61,96)

Color info

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

RGB color model

#503D60 color RGB value is (80,61,96).

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

RGB channels and saturation

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

80
61
96

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

Portions of RGB colors in percentages

R + G + B =
80 + 61 + 96 = 237 (100%)
R 80 of 237 ~ 33.76%
G 61 of 237 ~ 25.74%
B 96 of 237 ~ 40.51%

%33.76
%25.74
%40.51

CMYK color model

#503D60 color CMYK value is (17,36,0,62).

  • cyan value is 16.67%
  • magenta value is 36.46%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(17,36,0,62)
C17M36Y0K62 
(17%,36%,0%,62%)
(0.17/0.36/0.00/0.62)	

CMYK percentages

%16.67
%36.46
%0
%62.35

Codes

Color #503D60 in popluar color models

503D60
RGB806196
HSL273°22.29%30.78%
HSB/HSV273°36.46%37.65%
CMYK16.67%36.46%0.00%
62.35%

Color #503D60 in popluar number systems.

HEX503D60
Decimal806196
Binary10100001111011100000
Octal12075140

Shades and tints

Shades of #503D60

#503D60
(80,61,96)
#493858
(73,56,88)
#423350
(66,51,80)
#3B2E48
(59,46,72)
#342940
(52,41,64)
#2D2438
(45,36,56)
#261F30
(38,31,48)
#1F1A28
(31,26,40)
#181520
(24,21,32)
#111018
(17,16,24)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #503D60

#503D60
(80,61,96)
#5F4E6E
(95,78,110)
#6E5F7C
(110,95,124)
#7D708A
(125,112,138)
#8C8198
(140,129,152)
#9B92A6
(155,146,166)
#AAA3B4
(170,163,180)
#B9B4C2
(185,180,194)
#C8C5D0
(200,197,208)
#D7D6DE
(215,214,222)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503D60; }

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

This text font color is #503D60.


Background Color

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

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

This div background color is #503D60.


Border color

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

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

This div border color is #503D60.


Opacity

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

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

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

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

This text has shadow with #503D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503D60 on black background.


Color preview on white background

This text has color #503D60 on white background.



Black color preview on #503D60 background

This text has black color on #503D60 background.


White color preview on #503D60 background

This text has white color on #503D60 background.