COLOR #503965

HEX: #503965
RGB: (80,57,101)

Color info

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

RGB color model

#503965 color RGB value is (80,57,101).

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

RGB channels and saturation

R 80 of 255 = 31%
G 57 of 255 = 22%
B 101 of 255 = 40%

80
57
101

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

Portions of RGB colors in percentages

R + G + B =
80 + 57 + 101 = 238 (100%)
R 80 of 238 ~ 33.61%
G 57 of 238 ~ 23.95%
B 101 of 238 ~ 42.44%

%33.61
%23.95
%42.44

CMYK color model

#503965 color CMYK value is (21,44,0,60).

  • cyan value is 20.79%
  • magenta value is 43.56%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK: (21,44,0,60) C21M44Y0K60 (21%,44%,0%,60%) (0.21/0.44/0.00/0.60)

CMYK percentages

%20.79
%43.56
%0
%60.39

Codes

Color #503965 in popluar color models

503965
RGB8057101
HSL271°27.85%30.98%
HSB/HSV271°43.56%39.61%
CMYK20.79%43.56%0.00%
60.39%

Color #503965 in popluar number systems.

HEX503965
Decimal8057101
Binary10100001110011100101
Octal12071145

Shades and tints

Shades of #503965

#503965
(80,57,101)
#49345C
(73,52,92)
#422F53
(66,47,83)
#3B2A4A
(59,42,74)
#342541
(52,37,65)
#2D2038
(45,32,56)
#261B2F
(38,27,47)
#1F1626
(31,22,38)
#18111D
(24,17,29)
#110C14
(17,12,20)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #503965

#503965
(80,57,101)
#5F4B73
(95,75,115)
#6E5D81
(110,93,129)
#7D6F8F
(125,111,143)
#8C819D
(140,129,157)
#9B93AB
(155,147,171)
#AAA5B9
(170,165,185)
#B9B7C7
(185,183,199)
#C8C9D5
(200,201,213)
#D7DBE3
(215,219,227)
#E6EDF1
(230,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503965; }

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

This text font color is #503965.


Background Color

.myBgColor { background-color: #503965; }

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

This div background color is #503965.


Border color

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

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

This div border color is #503965.


Opacity

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

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

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

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

This text has shadow with #503965 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #503965 on black background.


Color preview on white background

This text has color #503965 on white background.



Black color preview on #503965 background

This text has black color on #503965 background.


White color preview on #503965 background

This text has white color on #503965 background.