COLOR #503B60

HEX: #503B60
RGB: (80,59,96)

Color info

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

RGB color model

#503B60 color RGB value is (80,59,96).

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

RGB channels and saturation

R 80 of 255 = 31%
G 59 of 255 = 23%
B 96 of 255 = 38%

80
59
96

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

Portions of RGB colors in percentages

R + G + B =
80 + 59 + 96 = 235 (100%)
R 80 of 235 ~ 34.04%
G 59 of 235 ~ 25.11%
B 96 of 235 ~ 40.85%

%34.04
%25.11
%40.85

CMYK color model

#503B60 color CMYK value is (17,39,0,62).

  • cyan value is 16.67%
  • magenta value is 38.54%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(17,39,0,62)
C17M39Y0K62 
(17%,39%,0%,62%)
(0.17/0.39/0.00/0.62)	

CMYK percentages

%16.67
%38.54
%0
%62.35

Codes

Color #503B60 in popluar color models

503B60
RGB805996
HSL274°23.87%30.39%
HSB/HSV274°38.54%37.65%
CMYK16.67%38.54%0.00%
62.35%

Color #503B60 in popluar number systems.

HEX503B60
Decimal805996
Binary10100001110111100000
Octal12073140

Shades and tints

Shades of #503B60

#503B60
(80,59,96)
#493658
(73,54,88)
#423150
(66,49,80)
#3B2C48
(59,44,72)
#342740
(52,39,64)
#2D2238
(45,34,56)
#261D30
(38,29,48)
#1F1828
(31,24,40)
#181320
(24,19,32)
#110E18
(17,14,24)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #503B60

#503B60
(80,59,96)
#5F4C6E
(95,76,110)
#6E5D7C
(110,93,124)
#7D6E8A
(125,110,138)
#8C7F98
(140,127,152)
#9B90A6
(155,144,166)
#AAA1B4
(170,161,180)
#B9B2C2
(185,178,194)
#C8C3D0
(200,195,208)
#D7D4DE
(215,212,222)
#E6E5EC
(230,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503B60; }

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

This text font color is #503B60.


Background Color

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

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

This div background color is #503B60.


Border color

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

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

This div border color is #503B60.


Opacity

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

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

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

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

This text has shadow with #503B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503B60 on black background.


Color preview on white background

This text has color #503B60 on white background.



Black color preview on #503B60 background

This text has black color on #503B60 background.


White color preview on #503B60 background

This text has white color on #503B60 background.