COLOR #503960

HEX: #503960
RGB: (80,57,96)

Color info

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

RGB color model

#503960 color RGB value is (80,57,96).

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

RGB channels and saturation

R 80 of 255 = 31%
G 57 of 255 = 22%
B 96 of 255 = 38%

80
57
96

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

Portions of RGB colors in percentages

R + G + B =
80 + 57 + 96 = 233 (100%)
R 80 of 233 ~ 34.33%
G 57 of 233 ~ 24.46%
B 96 of 233 ~ 41.2%

%34.33
%24.46
%41.2

CMYK color model

#503960 color CMYK value is (17,41,0,62).

  • cyan value is 16.67%
  • magenta value is 40.63%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(17,41,0,62)
C17M41Y0K62 
(17%,41%,0%,62%)
(0.17/0.41/0.00/0.62)	

CMYK percentages

%16.67
%40.63
%0
%62.35

Codes

Color #503960 in popluar color models

503960
RGB805796
HSL275°25.49%30.00%
HSB/HSV275°40.63%37.65%
CMYK16.67%40.63%0.00%
62.35%

Color #503960 in popluar number systems.

HEX503960
Decimal805796
Binary10100001110011100000
Octal12071140

Shades and tints

Shades of #503960

#503960
(80,57,96)
#493458
(73,52,88)
#422F50
(66,47,80)
#3B2A48
(59,42,72)
#342540
(52,37,64)
#2D2038
(45,32,56)
#261B30
(38,27,48)
#1F1628
(31,22,40)
#181120
(24,17,32)
#110C18
(17,12,24)
#0A0710
(10,7,16)
#000000
(0,0,0)

Tints of #503960

#503960
(80,57,96)
#5F4B6E
(95,75,110)
#6E5D7C
(110,93,124)
#7D6F8A
(125,111,138)
#8C8198
(140,129,152)
#9B93A6
(155,147,166)
#AAA5B4
(170,165,180)
#B9B7C2
(185,183,194)
#C8C9D0
(200,201,208)
#D7DBDE
(215,219,222)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503960; }

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

This text font color is #503960.


Background Color

.myBgColor { background-color: #503960; }

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

This div background color is #503960.


Border color

.myBorderColor { border: 1px solid #503960; }

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

This div border color is #503960.


Opacity

.myOpacity80 { color: #503960; opacity: 0.8; }

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

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

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

This text has shadow with #503960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503960 on black background.


Color preview on white background

This text has color #503960 on white background.



Black color preview on #503960 background

This text has black color on #503960 background.


White color preview on #503960 background

This text has white color on #503960 background.