COLOR #503F6A

HEX: #503F6A RGB: (80,63,106)

Color info

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

RGB color model

#503F6A color RGB value is (80,63,106).

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

RGB channels and saturation

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

80
63
106

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

Portions of RGB colors in percentages

R + G + B = 80 + 63 + 106 = 249 (100%)
R 80 of 249 ~ 32.13%
G 63 of 249 ~ 25.3%
B 106 of 249 ~ 42.57'%

%32.13
%25.3
%42.57

CMYK color model

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

  • cyan value is 24.53%
  • magenta value is 40.57%
  • yellow value is 0.00%
  • key color value is 58.43%

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

CMYK percentages

%24.53
%40.57
%0
%58.43

Codes

Color #503F6A in popluar color models

50 3F 6A
RGB 80 63 106
HSL 264° 25.44% 33.14%
HSB/HSV 264° 40.57% 41.57%
CMYK 24.53% 40.57% 0.00%
58.43%

Color #503F6A in popluar number systems.

HEX 50 3F 6A
Decimal 80 63 106
Binary 1010000 111111 1101010
Octal 120 77 152

Shades and tints

Shades of #503F6A

#503F6A
(80,63,106)
#493A61
(73,58,97)
#423558
(66,53,88)
#3B304F
(59,48,79)
#342B46
(52,43,70)
#2D263D
(45,38,61)
#262134
(38,33,52)
#1F1C2B
(31,28,43)
#181722
(24,23,34)
#111219
(17,18,25)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #503F6A

#503F6A
(80,63,106)
#5F5077
(95,80,119)
#6E6184
(110,97,132)
#7D7291
(125,114,145)
#8C839E
(140,131,158)
#9B94AB
(155,148,171)
#AAA5B8
(170,165,184)
#B9B6C5
(185,182,197)
#C8C7D2
(200,199,210)
#D7D8DF
(215,216,223)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503F6A; }

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

This text font color is #503F6A.

Background Color

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

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

This div background color is #503F6A.

Border color

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

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

This div border color is #503F6A.

Opacity

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

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

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

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

This text has shadow with #503F6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503F6A.

Preview

Color preview on black background

This text has color #503F6A on black background.


Color preview on white background

This text has color #503F6A on white background.


Black color preview on #503F6A background

This text has black color on #503F6A background.


White color preview on #503F6A background

This text has white color on #503F6A background.


Related colors

Complementary color

Complementary color for #hex is #AFC095.


I love getcolorcode.com

Triadic colors

1 #6A503F and #3F6A50 with #503F6A are triadic colors.

2 #6A3F50 and #3F506A with #503F6A are triadic colors.