COLOR #503F6B

HEX: #503F6B RGB: (80,63,107)

Color info

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

RGB color model

#503F6B color RGB value is (80,63,107).

RGB: (80,63,107) (31%, 25%, 42%)

RGB channels and saturation

R 80 of 255 = 31%
G 63 of 255 = 25%
B 107 of 255 = 42%

80
63
107

R + G + B ~ 33%. #503F6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 63 + 107 = 250 (100%)
R 80 of 250 ~ 32%
G 63 of 250 ~ 25.2%
B 107 of 250 ~ 42.8'%

%32
%25.2
%42.8

CMYK color model

#503F6B color CMYK value is (25,41,0,58).

  • cyan value is 25.23%
  • magenta value is 41.12%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (25,41,0,58)
C25M41Y0K58 (25%, 41%, 0%, 58%)
(0.25 / 0.41 / 0.00 / 0.58)

CMYK percentages

%25.23
%41.12
%0
%58.04

Codes

Color #503F6B in popluar color models

50 3F 6B
RGB 80 63 107
HSL 263° 25.88% 33.33%
HSB/HSV 263° 41.12% 41.96%
CMYK 25.23% 41.12% 0.00%
58.04%

Color #503F6B in popluar number systems.

HEX 50 3F 6B
Decimal 80 63 107
Binary 1010000 111111 1101011
Octal 120 77 153

Shades and tints

Shades of #503F6B

#503F6B
(80,63,107)
#493A62
(73,58,98)
#423559
(66,53,89)
#3B3050
(59,48,80)
#342B47
(52,43,71)
#2D263E
(45,38,62)
#262135
(38,33,53)
#1F1C2C
(31,28,44)
#181723
(24,23,35)
#11121A
(17,18,26)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #503F6B

#503F6B
(80,63,107)
#5F5078
(95,80,120)
#6E6185
(110,97,133)
#7D7292
(125,114,146)
#8C839F
(140,131,159)
#9B94AC
(155,148,172)
#AAA5B9
(170,165,185)
#B9B6C6
(185,182,198)
#C8C7D3
(200,199,211)
#D7D8E0
(215,216,224)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503F6B; }

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

This text font color is #503F6B.

Background Color

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

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

This div background color is #503F6B.

Border color

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

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

This div border color is #503F6B.

Opacity

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

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

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

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

This text has shadow with #503F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503F6B.

Preview

Color preview on black background

This text has color #503F6B on black background.


Color preview on white background

This text has color #503F6B on white background.


Black color preview on #503F6B background

This text has black color on #503F6B background.


White color preview on #503F6B background

This text has white color on #503F6B background.


Related colors

Complementary color

Complementary color for #hex is #AFC094.


I love getcolorcode.com

Triadic colors

1 #6B503F and #3F6B50 with #503F6B are triadic colors.

2 #6B3F50 and #3F506B with #503F6B are triadic colors.