COLOR #503365

HEX: #503365 RGB: (80,51,101)

Color info

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

RGB color model

#503365 color RGB value is (80,51,101).

RGB: (80,51,101) (31%, 20%, 40%)

RGB channels and saturation

R 80 of 255 = 31%
G 51 of 255 = 20%
B 101 of 255 = 40%

80
51
101

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

Portions of RGB colors in percentages

R + G + B = 80 + 51 + 101 = 232 (100%)
R 80 of 232 ~ 34.48%
G 51 of 232 ~ 21.98%
B 101 of 232 ~ 43.53'%

%34.48
%21.98
%43.53

CMYK color model

#503365 color CMYK value is (21,50,0,60).

  • cyan value is 20.79%
  • magenta value is 49.50%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (21,50,0,60)
C21M50Y0K60 (21%, 50%, 0%, 60%)
(0.21 / 0.50 / 0.00 / 0.60)

CMYK percentages

%20.79
%49.5
%0
%60.39

Codes

Color #503365 in popluar color models

50 33 65
RGB 80 51 101
HSL 275° 32.89% 29.80%
HSB/HSV 275° 49.50% 39.61%
CMYK 20.79% 49.50% 0.00%
60.39%

Color #503365 in popluar number systems.

HEX 50 33 65
Decimal 80 51 101
Binary 1010000 110011 1100101
Octal 120 63 145

Shades and tints

Shades of #503365

#503365
(80,51,101)
#492F5C
(73,47,92)
#422B53
(66,43,83)
#3B274A
(59,39,74)
#342341
(52,35,65)
#2D1F38
(45,31,56)
#261B2F
(38,27,47)
#1F1726
(31,23,38)
#18131D
(24,19,29)
#110F14
(17,15,20)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #503365

#503365
(80,51,101)
#5F4573
(95,69,115)
#6E5781
(110,87,129)
#7D698F
(125,105,143)
#8C7B9D
(140,123,157)
#9B8DAB
(155,141,171)
#AA9FB9
(170,159,185)
#B9B1C7
(185,177,199)
#C8C3D5
(200,195,213)
#D7D5E3
(215,213,227)
#E6E7F1
(230,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503365; }

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

This text font color is #503365.

Background Color

.myBgColor { background-color: #503365; }

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

This div background color is #503365.

Border color

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

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

This div border color is #503365.

Opacity

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

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

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

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

This text has shadow with #503365 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503365.

Preview

Color preview on black background

This text has color #503365 on black background.


Color preview on white background

This text has color #503365 on white background.


Black color preview on #503365 background

This text has black color on #503365 background.


White color preview on #503365 background

This text has white color on #503365 background.


Related colors

Complementary color

Complementary color for #hex is #AFCC9A.


I love getcolorcode.com

Triadic colors

1 #655033 and #336550 with #503365 are triadic colors.

2 #653350 and #335065 with #503365 are triadic colors.