COLOR #503065

HEX: #503065
RGB: (80,48,101)

Color info

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

RGB color model

#503065 color RGB value is (80,48,101).

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

RGB channels and saturation

R 80 of 255 = 31%
G 48 of 255 = 19%
B 101 of 255 = 40%

80
48
101

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

Portions of RGB colors in percentages

R + G + B =
80 + 48 + 101 = 229 (100%)
R 80 of 229 ~ 34.93%
G 48 of 229 ~ 20.96%
B 101 of 229 ~ 44.1%

%34.93
%20.96
%44.1

CMYK color model

#503065 color CMYK value is (21,52,0,60).

  • cyan value is 20.79%
  • magenta value is 52.48%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(21,52,0,60)
C21M52Y0K60 
(21%,52%,0%,60%)
(0.21/0.52/0.00/0.60)	

CMYK percentages

%20.79
%52.48
%0
%60.39

Codes

Color #503065 in popluar color models

503065
RGB8048101
HSL276°35.57%29.22%
HSB/HSV276°52.48%39.61%
CMYK20.79%52.48%0.00%
60.39%

Color #503065 in popluar number systems.

HEX503065
Decimal8048101
Binary10100001100001100101
Octal12060145

Shades and tints

Shades of #503065

#503065
(80,48,101)
#492C5C
(73,44,92)
#422853
(66,40,83)
#3B244A
(59,36,74)
#342041
(52,32,65)
#2D1C38
(45,28,56)
#26182F
(38,24,47)
#1F1426
(31,20,38)
#18101D
(24,16,29)
#110C14
(17,12,20)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #503065

#503065
(80,48,101)
#5F4273
(95,66,115)
#6E5481
(110,84,129)
#7D668F
(125,102,143)
#8C789D
(140,120,157)
#9B8AAB
(155,138,171)
#AA9CB9
(170,156,185)
#B9AEC7
(185,174,199)
#C8C0D5
(200,192,213)
#D7D2E3
(215,210,227)
#E6E4F1
(230,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503065; }

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

This text font color is #503065.


Background Color

.myBgColor { background-color: #503065; }

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

This div background color is #503065.


Border color

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

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

This div border color is #503065.


Opacity

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

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

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

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

This text has shadow with #503065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503065 on black background.


Color preview on white background

This text has color #503065 on white background.



Black color preview on #503065 background

This text has black color on #503065 background.


White color preview on #503065 background

This text has white color on #503065 background.