COLOR #504D76

HEX: #504D76
RGB: (80,77,118)

Color info

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

RGB color model

#504D76 color RGB value is (80,77,118).

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

RGB channels and saturation

R 80 of 255 = 31%
G 77 of 255 = 30%
B 118 of 255 = 46%

80
77
118

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

Portions of RGB colors in percentages

R + G + B =
80 + 77 + 118 = 275 (100%)
R 80 of 275 ~ 29.09%
G 77 of 275 ~ 28%
B 118 of 275 ~ 42.91%

%29.09
%28
%42.91

CMYK color model

#504D76 color CMYK value is (32,35,0,54).

  • cyan value is 32.20%
  • magenta value is 34.75%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(32,35,0,54)
C32M35Y0K54 
(32%,35%,0%,54%)
(0.32/0.35/0.00/0.54)	

CMYK percentages

%32.2
%34.75
%0
%53.73

Codes

Color #504D76 in popluar color models

504D76
RGB8077118
HSL244°21.03%38.24%
HSB/HSV244°34.75%46.27%
CMYK32.20%34.75%0.00%
53.73%

Color #504D76 in popluar number systems.

HEX504D76
Decimal8077118
Binary101000010011011110110
Octal120115166

Shades and tints

Shades of #504D76

#504D76
(80,77,118)
#49466C
(73,70,108)
#423F62
(66,63,98)
#3B3858
(59,56,88)
#34314E
(52,49,78)
#2D2A44
(45,42,68)
#26233A
(38,35,58)
#1F1C30
(31,28,48)
#181526
(24,21,38)
#110E1C
(17,14,28)
#0A0712
(10,7,18)
#000000
(0,0,0)

Tints of #504D76

#504D76
(80,77,118)
#5F5D82
(95,93,130)
#6E6D8E
(110,109,142)
#7D7D9A
(125,125,154)
#8C8DA6
(140,141,166)
#9B9DB2
(155,157,178)
#AAADBE
(170,173,190)
#B9BDCA
(185,189,202)
#C8CDD6
(200,205,214)
#D7DDE2
(215,221,226)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D76; }

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

This text font color is #504D76.


Background Color

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

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

This div background color is #504D76.


Border color

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

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

This div border color is #504D76.


Opacity

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

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

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

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

This text has shadow with #504D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D76 on black background.


Color preview on white background

This text has color #504D76 on white background.



Black color preview on #504D76 background

This text has black color on #504D76 background.


White color preview on #504D76 background

This text has white color on #504D76 background.