COLOR #503D6F

HEX: #503D6F RGB: (80,61,111)

Color info

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

RGB color model

#503D6F color RGB value is (80,61,111).

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

RGB channels and saturation

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

80
61
111

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

Portions of RGB colors in percentages

R + G + B = 80 + 61 + 111 = 252 (100%)
R 80 of 252 ~ 31.75%
G 61 of 252 ~ 24.21%
B 111 of 252 ~ 44.05'%

%31.75
%24.21
%44.05

CMYK color model

#503D6F color CMYK value is (28,45,0,56).

  • cyan value is 27.93%
  • magenta value is 45.05%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (28,45,0,56)
C28M45Y0K56 (28%, 45%, 0%, 56%)
(0.28 / 0.45 / 0.00 / 0.56)

CMYK percentages

%27.93
%45.05
%0
%56.47

Codes

Color #503D6F in popluar color models

50 3D 6F
RGB 80 61 111
HSL 263° 29.07% 33.73%
HSB/HSV 263° 45.05% 43.53%
CMYK 27.93% 45.05% 0.00%
56.47%

Color #503D6F in popluar number systems.

HEX 50 3D 6F
Decimal 80 61 111
Binary 1010000 111101 1101111
Octal 120 75 157

Shades and tints

Shades of #503D6F

#503D6F
(80,61,111)
#493865
(73,56,101)
#42335B
(66,51,91)
#3B2E51
(59,46,81)
#342947
(52,41,71)
#2D243D
(45,36,61)
#261F33
(38,31,51)
#1F1A29
(31,26,41)
#18151F
(24,21,31)
#111015
(17,16,21)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #503D6F

#503D6F
(80,61,111)
#5F4E7C
(95,78,124)
#6E5F89
(110,95,137)
#7D7096
(125,112,150)
#8C81A3
(140,129,163)
#9B92B0
(155,146,176)
#AAA3BD
(170,163,189)
#B9B4CA
(185,180,202)
#C8C5D7
(200,197,215)
#D7D6E4
(215,214,228)
#E6E7F1
(230,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503D6F; }

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

This text font color is #503D6F.

Background Color

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

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

This div background color is #503D6F.

Border color

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

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

This div border color is #503D6F.

Opacity

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

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

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

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

This text has shadow with #503D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503D6F.

Preview

Color preview on black background

This text has color #503D6F on black background.


Color preview on white background

This text has color #503D6F on white background.


Black color preview on #503D6F background

This text has black color on #503D6F background.


White color preview on #503D6F background

This text has white color on #503D6F background.


Related colors

Complementary color

Complementary color for #hex is #AFC290.


I love getcolorcode.com

Triadic colors

1 #6F503D and #3D6F50 with #503D6F are triadic colors.

2 #6F3D50 and #3D506F with #503D6F are triadic colors.