COLOR #503F67

HEX: #503F67
RGB: (80,63,103)

Color info

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

RGB color model

#503F67 color RGB value is (80,63,103).

  • red value is 80;
  • green value is 63;
  • blue value is 103.
RGB:
(80,63,103)
(31%,25%,40%)

RGB channels and saturation

R 80 of 255 = 31%
G 63 of 255 = 25%
B 103 of 255 = 40%

80
63
103

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

Portions of RGB colors in percentages

R + G + B =
80 + 63 + 103 = 246 (100%)
R 80 of 246 ~ 32.52%
G 63 of 246 ~ 25.61%
B 103 of 246 ~ 41.87%

%32.52
%25.61
%41.87

CMYK color model

#503F67 color CMYK value is (22,39,0,60).

  • cyan value is 22.33%
  • magenta value is 38.83%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(22,39,0,60)
C22M39Y0K60 
(22%,39%,0%,60%)
(0.22/0.39/0.00/0.60)	

CMYK percentages

%22.33
%38.83
%0
%59.61

Codes

Color #503F67 in popluar color models

503F67
RGB8063103
HSL266°24.10%32.55%
HSB/HSV266°38.83%40.39%
CMYK22.33%38.83%0.00%
59.61%

Color #503F67 in popluar number systems.

HEX503F67
Decimal8063103
Binary10100001111111100111
Octal12077147

Shades and tints

Shades of #503F67

#503F67
(80,63,103)
#493A5E
(73,58,94)
#423555
(66,53,85)
#3B304C
(59,48,76)
#342B43
(52,43,67)
#2D263A
(45,38,58)
#262131
(38,33,49)
#1F1C28
(31,28,40)
#18171F
(24,23,31)
#111216
(17,18,22)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #503F67

#503F67
(80,63,103)
#5F5074
(95,80,116)
#6E6181
(110,97,129)
#7D728E
(125,114,142)
#8C839B
(140,131,155)
#9B94A8
(155,148,168)
#AAA5B5
(170,165,181)
#B9B6C2
(185,182,194)
#C8C7CF
(200,199,207)
#D7D8DC
(215,216,220)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503F67 color. Also use rgb(80,63,103) instead hex code.

Text Font Color

.myTextColor { color: #503F67; }

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

This text font color is #503F67.


Background Color

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

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

This div background color is #503F67.


Border color

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

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

This div border color is #503F67.


Opacity

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

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

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

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

This text has shadow with #503F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503F67 on black background.


Color preview on white background

This text has color #503F67 on white background.



Black color preview on #503F67 background

This text has black color on #503F67 background.


White color preview on #503F67 background

This text has white color on #503F67 background.