COLOR #503F73

HEX: #503F73 RGB: (80,63,115)

Color info

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

RGB color model

#503F73 color RGB value is (80,63,115).

RGB: (80,63,115) (31%, 25%, 45%)

RGB channels and saturation

R 80 of 255 = 31%
G 63 of 255 = 25%
B 115 of 255 = 45%

80
63
115

R + G + B ~ 34%. #503F73 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 63 + 115 = 258 (100%)
R 80 of 258 ~ 31.01%
G 63 of 258 ~ 24.42%
B 115 of 258 ~ 44.57'%

%31.01
%24.42
%44.57

CMYK color model

#503F73 color CMYK value is (30,45,0,55).

  • cyan value is 30.43%
  • magenta value is 45.22%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (30,45,0,55)
C30M45Y0K55 (30%, 45%, 0%, 55%)
(0.30 / 0.45 / 0.00 / 0.55)

CMYK percentages

%30.43
%45.22
%0
%54.9

Codes

Color #503F73 in popluar color models

50 3F 73
RGB 80 63 115
HSL 260° 29.21% 34.90%
HSB/HSV 260° 45.22% 45.10%
CMYK 30.43% 45.22% 0.00%
54.90%

Color #503F73 in popluar number systems.

HEX 50 3F 73
Decimal 80 63 115
Binary 1010000 111111 1110011
Octal 120 77 163

Shades and tints

Shades of #503F73

#503F73
(80,63,115)
#493A69
(73,58,105)
#42355F
(66,53,95)
#3B3055
(59,48,85)
#342B4B
(52,43,75)
#2D2641
(45,38,65)
#262137
(38,33,55)
#1F1C2D
(31,28,45)
#181723
(24,23,35)
#111219
(17,18,25)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #503F73

#503F73
(80,63,115)
#5F507F
(95,80,127)
#6E618B
(110,97,139)
#7D7297
(125,114,151)
#8C83A3
(140,131,163)
#9B94AF
(155,148,175)
#AAA5BB
(170,165,187)
#B9B6C7
(185,182,199)
#C8C7D3
(200,199,211)
#D7D8DF
(215,216,223)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503F73; }

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

This text font color is #503F73.

Background Color

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

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

This div background color is #503F73.

Border color

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

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

This div border color is #503F73.

Opacity

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

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

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

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

This text has shadow with #503F73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503F73.

Preview

Color preview on black background

This text has color #503F73 on black background.


Color preview on white background

This text has color #503F73 on white background.


Black color preview on #503F73 background

This text has black color on #503F73 background.


White color preview on #503F73 background

This text has white color on #503F73 background.


Related colors

Complementary color

Complementary color for #hex is #AFC08C.


I love getcolorcode.com

Triadic colors

1 #73503F and #3F7350 with #503F73 are triadic colors.

2 #733F50 and #3F5073 with #503F73 are triadic colors.