COLOR #504D78

HEX: #504D78
RGB: (80,77,120)

Color info

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

RGB color model

#504D78 color RGB value is (80,77,120).

  • red value is 80;
  • green value is 77;
  • blue value is 120.
RGB:
(80,77,120)
(31%,30%,47%)

RGB channels and saturation

R 80 of 255 = 31%
G 77 of 255 = 30%
B 120 of 255 = 47%

80
77
120

R + G + B ~ 36%. #504D78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 77 + 120 = 277 (100%)
R 80 of 277 ~ 28.88%
G 77 of 277 ~ 27.8%
B 120 of 277 ~ 43.32%

%28.88
%27.8
%43.32

CMYK color model

#504D78 color CMYK value is (33,36,0,53).

  • cyan value is 33.33%
  • magenta value is 35.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(33,36,0,53)
C33M36Y0K53 
(33%,36%,0%,53%)
(0.33/0.36/0.00/0.53)	

CMYK percentages

%33.33
%35.83
%0
%52.94

Codes

Color #504D78 in popluar color models

504D78
RGB8077120
HSL244°21.83%38.63%
HSB/HSV244°35.83%47.06%
CMYK33.33%35.83%0.00%
52.94%

Color #504D78 in popluar number systems.

HEX504D78
Decimal8077120
Binary101000010011011111000
Octal120115170

Shades and tints

Shades of #504D78

#504D78
(80,77,120)
#49466E
(73,70,110)
#423F64
(66,63,100)
#3B385A
(59,56,90)
#343150
(52,49,80)
#2D2A46
(45,42,70)
#26233C
(38,35,60)
#1F1C32
(31,28,50)
#181528
(24,21,40)
#110E1E
(17,14,30)
#0A0714
(10,7,20)
#000000
(0,0,0)

Tints of #504D78

#504D78
(80,77,120)
#5F5D84
(95,93,132)
#6E6D90
(110,109,144)
#7D7D9C
(125,125,156)
#8C8DA8
(140,141,168)
#9B9DB4
(155,157,180)
#AAADC0
(170,173,192)
#B9BDCC
(185,189,204)
#C8CDD8
(200,205,216)
#D7DDE4
(215,221,228)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504D78 color. Also use rgb(80,77,120) instead hex code.

Text Font Color

.myTextColor { color: #504D78; }

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

This text font color is #504D78.


Background Color

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

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

This div background color is #504D78.


Border color

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

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

This div border color is #504D78.


Opacity

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

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

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

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

This text has shadow with #504D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D78 on black background.


Color preview on white background

This text has color #504D78 on white background.



Black color preview on #504D78 background

This text has black color on #504D78 background.


White color preview on #504D78 background

This text has white color on #504D78 background.