COLOR #503E64

HEX: #503E64 RGB: (80,62,100)

Color info

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

RGB color model

#503E64 color RGB value is (80,62,100).

RGB: (80,62,100) (31%, 24%, 39%)

RGB channels and saturation

R 80 of 255 = 31%
G 62 of 255 = 24%
B 100 of 255 = 39%

80
62
100

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

Portions of RGB colors in percentages

R + G + B = 80 + 62 + 100 = 242 (100%)
R 80 of 242 ~ 33.06%
G 62 of 242 ~ 25.62%
B 100 of 242 ~ 41.32'%

%33.06
%25.62
%41.32

CMYK color model

#503E64 color CMYK value is (20,38,0,61).

  • cyan value is 20.00%
  • magenta value is 38.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (20,38,0,61)
C20M38Y0K61 (20%, 38%, 0%, 61%)
(0.20 / 0.38 / 0.00 / 0.61)

CMYK percentages

%20
%38
%0
%60.78

Codes

Color #503E64 in popluar color models

50 3E 64
RGB 80 62 100
HSL 268° 23.46% 31.76%
HSB/HSV 268° 38.00% 39.22%
CMYK 20.00% 38.00% 0.00%
60.78%

Color #503E64 in popluar number systems.

HEX 50 3E 64
Decimal 80 62 100
Binary 1010000 111110 1100100
Octal 120 76 144

Shades and tints

Shades of #503E64

#503E64
(80,62,100)
#49395B
(73,57,91)
#423452
(66,52,82)
#3B2F49
(59,47,73)
#342A40
(52,42,64)
#2D2537
(45,37,55)
#26202E
(38,32,46)
#1F1B25
(31,27,37)
#18161C
(24,22,28)
#111113
(17,17,19)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #503E64

#503E64
(80,62,100)
#5F4F72
(95,79,114)
#6E6080
(110,96,128)
#7D718E
(125,113,142)
#8C829C
(140,130,156)
#9B93AA
(155,147,170)
#AAA4B8
(170,164,184)
#B9B5C6
(185,181,198)
#C8C6D4
(200,198,212)
#D7D7E2
(215,215,226)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503E64 color. Also use rgb(80,62,100) instead hex code.

Text Font Color

.myTextColor { color: #503E64; }

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

This text font color is #503E64.

Background Color

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

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

This div background color is #503E64.

Border color

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

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

This div border color is #503E64.

Opacity

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

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

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

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

This text has shadow with #503E64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503E64.

Preview

Color preview on black background

This text has color #503E64 on black background.


Color preview on white background

This text has color #503E64 on white background.


Black color preview on #503E64 background

This text has black color on #503E64 background.


White color preview on #503E64 background

This text has white color on #503E64 background.


Related colors

Complementary color

Complementary color for #hex is #AFC19B.


I love getcolorcode.com

Triadic colors

1 #64503E and #3E6450 with #503E64 are triadic colors.

2 #643E50 and #3E5064 with #503E64 are triadic colors.