COLOR #503A63

HEX: #503A63 RGB: (80,58,99)

Color info

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

RGB color model

#503A63 color RGB value is (80,58,99).

RGB: (80,58,99) (31%, 23%, 39%)

RGB channels and saturation

R 80 of 255 = 31%
G 58 of 255 = 23%
B 99 of 255 = 39%

80
58
99

R + G + B ~ 31%. #503A63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 58 + 99 = 237 (100%)
R 80 of 237 ~ 33.76%
G 58 of 237 ~ 24.47%
B 99 of 237 ~ 41.77'%

%33.76
%24.47
%41.77

CMYK color model

#503A63 color CMYK value is (19,41,0,61).

  • cyan value is 19.19%
  • magenta value is 41.41%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (19,41,0,61)
C19M41Y0K61 (19%, 41%, 0%, 61%)
(0.19 / 0.41 / 0.00 / 0.61)

CMYK percentages

%19.19
%41.41
%0
%61.18

Codes

Color #503A63 in popluar color models

50 3A 63
RGB 80 58 99
HSL 272° 26.11% 30.78%
HSB/HSV 272° 41.41% 38.82%
CMYK 19.19% 41.41% 0.00%
61.18%

Color #503A63 in popluar number systems.

HEX 50 3A 63
Decimal 80 58 99
Binary 1010000 111010 1100011
Octal 120 72 143

Shades and tints

Shades of #503A63

#503A63
(80,58,99)
#49355A
(73,53,90)
#423051
(66,48,81)
#3B2B48
(59,43,72)
#34263F
(52,38,63)
#2D2136
(45,33,54)
#261C2D
(38,28,45)
#1F1724
(31,23,36)
#18121B
(24,18,27)
#110D12
(17,13,18)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #503A63

#503A63
(80,58,99)
#5F4B71
(95,75,113)
#6E5C7F
(110,92,127)
#7D6D8D
(125,109,141)
#8C7E9B
(140,126,155)
#9B8FA9
(155,143,169)
#AAA0B7
(170,160,183)
#B9B1C5
(185,177,197)
#C8C2D3
(200,194,211)
#D7D3E1
(215,211,225)
#E6E4EF
(230,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503A63 color. Also use rgb(80,58,99) instead hex code.

Text Font Color

.myTextColor { color: #503A63; }

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

This text font color is #503A63.

Background Color

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

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

This div background color is #503A63.

Border color

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

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

This div border color is #503A63.

Opacity

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

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

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

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

This text has shadow with #503A63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503A63.

Preview

Color preview on black background

This text has color #503A63 on black background.


Color preview on white background

This text has color #503A63 on white background.


Black color preview on #503A63 background

This text has black color on #503A63 background.


White color preview on #503A63 background

This text has white color on #503A63 background.


Related colors

Complementary color

Complementary color for #hex is #AFC59C.


I love getcolorcode.com

Triadic colors

1 #63503A and #3A6350 with #503A63 are triadic colors.

2 #633A50 and #3A5063 with #503A63 are triadic colors.