COLOR #504E8D

HEX: #504E8D RGB: (80,78,141)

Color info

#504E8D contains mainly blue color. Web safe color of #504E8D is #666699 (or #669).

RGB color model

#504E8D color RGB value is (80,78,141).

RGB: (80,78,141) (31%, 31%, 55%)

RGB channels and saturation

R 80 of 255 = 31%
G 78 of 255 = 31%
B 141 of 255 = 55%

80
78
141

R + G + B ~ 39%. #504E8D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 78 + 141 = 299 (100%)
R 80 of 299 ~ 26.76%
G 78 of 299 ~ 26.09%
B 141 of 299 ~ 47.16'%

%26.76
%26.09
%47.16

CMYK color model

#504E8D color CMYK value is (43,45,0,45).

  • cyan value is 43.26%
  • magenta value is 44.68%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (43,45,0,45)
C43M45Y0K45 (43%, 45%, 0%, 45%)
(0.43 / 0.45 / 0.00 / 0.45)

CMYK percentages

%43.26
%44.68
%0
%44.71

Codes

Color #504E8D in popluar color models

50 4E 8D
RGB 80 78 141
HSL 242° 28.77% 42.94%
HSB/HSV 242° 44.68% 55.29%
CMYK 43.26% 44.68% 0.00%
44.71%

Color #504E8D in popluar number systems.

HEX 50 4E 8D
Decimal 80 78 141
Binary 1010000 1001110 10001101
Octal 120 116 215

Shades and tints

Shades of #504E8D

#504E8D
(80,78,141)
#494781
(73,71,129)
#424075
(66,64,117)
#3B3969
(59,57,105)
#34325D
(52,50,93)
#2D2B51
(45,43,81)
#262445
(38,36,69)
#1F1D39
(31,29,57)
#18162D
(24,22,45)
#110F21
(17,15,33)
#0A0815
(10,8,21)
#000000
(0,0,0)

Tints of #504E8D

#504E8D
(80,78,141)
#5F5E97
(95,94,151)
#6E6EA1
(110,110,161)
#7D7EAB
(125,126,171)
#8C8EB5
(140,142,181)
#9B9EBF
(155,158,191)
#AAAEC9
(170,174,201)
#B9BED3
(185,190,211)
#C8CEDD
(200,206,221)
#D7DEE7
(215,222,231)
#E6EEF1
(230,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504E8D color. Also use rgb(80,78,141) instead hex code.

Text Font Color

.myTextColor { color: #504E8D; }

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

This text font color is #504E8D.

Background Color

.myBgColor { background-color: #504E8D; }

<div style="background-color:#504E8D">Inner text</div>

This div background color is #504E8D.

Border color

.myBorderColor { border: 1px solid #504E8D; }

<div style="border:3px solid #504E8D">Div</div>

This div border color is #504E8D.

Opacity

.myOpacity80 { color: #504E8D; opacity: 0.8; }

<p style="color:#504E8D;opacity:0.8;">80%</p>

Text with #504E8D 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 #504E8D;}

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

This text has shadow with #504E8D color.


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

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

This text has shadow with #504E8D primary color and red secondary color.


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

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

This text has shadow with #504E8D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #504E8D.

Preview

Color preview on black background

This text has color #504E8D on black background.


Color preview on white background

This text has color #504E8D on white background.


Black color preview on #504E8D background

This text has black color on #504E8D background.


White color preview on #504E8D background

This text has white color on #504E8D background.


Related colors

Complementary color

Complementary color for #hex is #AFB172.


I love getcolorcode.com

Triadic colors

1 #8D504E and #4E8D50 with #504E8D are triadic colors.

2 #8D4E50 and #4E508D with #504E8D are triadic colors.