COLOR #503265

HEX: #503265
RGB: (80,50,101)

Color info

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

RGB color model

#503265 color RGB value is (80,50,101).

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

RGB channels and saturation

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

80
50
101

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

Portions of RGB colors in percentages

R + G + B =
80 + 50 + 101 = 231 (100%)
R 80 of 231 ~ 34.63%
G 50 of 231 ~ 21.65%
B 101 of 231 ~ 43.72%

%34.63
%21.65
%43.72

CMYK color model

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

  • cyan value is 20.79%
  • magenta value is 50.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
%50.5
%0
%60.39

Codes

Color #503265 in popluar color models

503265
RGB8050101
HSL275°33.77%29.61%
HSB/HSV275°50.50%39.61%
CMYK20.79%50.50%0.00%
60.39%

Color #503265 in popluar number systems.

HEX503265
Decimal8050101
Binary10100001100101100101
Octal12062145

Shades and tints

Shades of #503265

#503265
(80,50,101)
#492E5C
(73,46,92)
#422A53
(66,42,83)
#3B264A
(59,38,74)
#342241
(52,34,65)
#2D1E38
(45,30,56)
#261A2F
(38,26,47)
#1F1626
(31,22,38)
#18121D
(24,18,29)
#110E14
(17,14,20)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #503265

#503265
(80,50,101)
#5F4473
(95,68,115)
#6E5681
(110,86,129)
#7D688F
(125,104,143)
#8C7A9D
(140,122,157)
#9B8CAB
(155,140,171)
#AA9EB9
(170,158,185)
#B9B0C7
(185,176,199)
#C8C2D5
(200,194,213)
#D7D4E3
(215,212,227)
#E6E6F1
(230,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503265; }

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

This text font color is #503265.


Background Color

.myBgColor { background-color: #503265; }

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

This div background color is #503265.


Border color

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

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

This div border color is #503265.


Opacity

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

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

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

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

This text has shadow with #503265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503265 on black background.


Color preview on white background

This text has color #503265 on white background.



Black color preview on #503265 background

This text has black color on #503265 background.


White color preview on #503265 background

This text has white color on #503265 background.