COLOR #503D65

HEX: #503D65
RGB: (80,61,101)

Color info

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

RGB color model

#503D65 color RGB value is (80,61,101).

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

RGB channels and saturation

R 80 of 255 = 31%
G 61 of 255 = 24%
B 101 of 255 = 40%

80
61
101

R + G + B ~ 32%. #503D65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 61 + 101 = 242 (100%)
R 80 of 242 ~ 33.06%
G 61 of 242 ~ 25.21%
B 101 of 242 ~ 41.74%

%33.06
%25.21
%41.74

CMYK color model

#503D65 color CMYK value is (21,40,0,60).

  • cyan value is 20.79%
  • magenta value is 39.60%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(21,40,0,60)
C21M40Y0K60 
(21%,40%,0%,60%)
(0.21/0.40/0.00/0.60)	

CMYK percentages

%20.79
%39.6
%0
%60.39

Codes

Color #503D65 in popluar color models

503D65
RGB8061101
HSL269°24.69%31.76%
HSB/HSV269°39.60%39.61%
CMYK20.79%39.60%0.00%
60.39%

Color #503D65 in popluar number systems.

HEX503D65
Decimal8061101
Binary10100001111011100101
Octal12075145

Shades and tints

Shades of #503D65

#503D65
(80,61,101)
#49385C
(73,56,92)
#423353
(66,51,83)
#3B2E4A
(59,46,74)
#342941
(52,41,65)
#2D2438
(45,36,56)
#261F2F
(38,31,47)
#1F1A26
(31,26,38)
#18151D
(24,21,29)
#111014
(17,16,20)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #503D65

#503D65
(80,61,101)
#5F4E73
(95,78,115)
#6E5F81
(110,95,129)
#7D708F
(125,112,143)
#8C819D
(140,129,157)
#9B92AB
(155,146,171)
#AAA3B9
(170,163,185)
#B9B4C7
(185,180,199)
#C8C5D5
(200,197,213)
#D7D6E3
(215,214,227)
#E6E7F1
(230,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503D65; }

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

This text font color is #503D65.


Background Color

.myBgColor { background-color: #503D65; }

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

This div background color is #503D65.


Border color

.myBorderColor { border: 1px solid #503D65; }

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

This div border color is #503D65.


Opacity

.myOpacity80 { color: #503D65; opacity: 0.8; }

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

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

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

This text has shadow with #503D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503D65 on black background.


Color preview on white background

This text has color #503D65 on white background.



Black color preview on #503D65 background

This text has black color on #503D65 background.


White color preview on #503D65 background

This text has white color on #503D65 background.