COLOR #503D70

HEX: #503D70 RGB: (80,61,112)

Color info

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

RGB color model

#503D70 color RGB value is (80,61,112).

RGB: (80,61,112) (31%, 24%, 44%)

RGB channels and saturation

R 80 of 255 = 31%
G 61 of 255 = 24%
B 112 of 255 = 44%

80
61
112

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

Portions of RGB colors in percentages

R + G + B = 80 + 61 + 112 = 253 (100%)
R 80 of 253 ~ 31.62%
G 61 of 253 ~ 24.11%
B 112 of 253 ~ 44.27'%

%31.62
%24.11
%44.27

CMYK color model

#503D70 color CMYK value is (29,46,0,56).

  • cyan value is 28.57%
  • magenta value is 45.54%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (29,46,0,56)
C29M46Y0K56 (29%, 46%, 0%, 56%)
(0.29 / 0.46 / 0.00 / 0.56)

CMYK percentages

%28.57
%45.54
%0
%56.08

Codes

Color #503D70 in popluar color models

50 3D 70
RGB 80 61 112
HSL 262° 29.48% 33.92%
HSB/HSV 262° 45.54% 43.92%
CMYK 28.57% 45.54% 0.00%
56.08%

Color #503D70 in popluar number systems.

HEX 50 3D 70
Decimal 80 61 112
Binary 1010000 111101 1110000
Octal 120 75 160

Shades and tints

Shades of #503D70

#503D70
(80,61,112)
#493866
(73,56,102)
#42335C
(66,51,92)
#3B2E52
(59,46,82)
#342948
(52,41,72)
#2D243E
(45,36,62)
#261F34
(38,31,52)
#1F1A2A
(31,26,42)
#181520
(24,21,32)
#111016
(17,16,22)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #503D70

#503D70
(80,61,112)
#5F4E7D
(95,78,125)
#6E5F8A
(110,95,138)
#7D7097
(125,112,151)
#8C81A4
(140,129,164)
#9B92B1
(155,146,177)
#AAA3BE
(170,163,190)
#B9B4CB
(185,180,203)
#C8C5D8
(200,197,216)
#D7D6E5
(215,214,229)
#E6E7F2
(230,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503D70 color. Also use rgb(80,61,112) instead hex code.

Text Font Color

.myTextColor { color: #503D70; }

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

This text font color is #503D70.

Background Color

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

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

This div background color is #503D70.

Border color

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

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

This div border color is #503D70.

Opacity

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

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

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

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

This text has shadow with #503D70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503D70.

Preview

Color preview on black background

This text has color #503D70 on black background.


Color preview on white background

This text has color #503D70 on white background.


Black color preview on #503D70 background

This text has black color on #503D70 background.


White color preview on #503D70 background

This text has white color on #503D70 background.


Related colors

Complementary color

Complementary color for #hex is #AFC28F.


I love getcolorcode.com

Triadic colors

1 #70503D and #3D7050 with #503D70 are triadic colors.

2 #703D50 and #3D5070 with #503D70 are triadic colors.