COLOR #504E76

HEX: #504E76 RGB: (80,78,118)

Color info

#504E76 contains red, green and blue colors in about the same proportion. Web safe color of #504E76 is #666666 (or #666).

RGB color model

#504E76 color RGB value is (80,78,118).

RGB: (80,78,118) (31%, 31%, 46%)

RGB channels and saturation

R 80 of 255 = 31%
G 78 of 255 = 31%
B 118 of 255 = 46%

80
78
118

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

Portions of RGB colors in percentages

R + G + B = 80 + 78 + 118 = 276 (100%)
R 80 of 276 ~ 28.99%
G 78 of 276 ~ 28.26%
B 118 of 276 ~ 42.75'%

%28.99
%28.26
%42.75

CMYK color model

#504E76 color CMYK value is (32,34,0,54).

  • cyan value is 32.20%
  • magenta value is 33.90%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK: (32,34,0,54) C32M34Y0K54 (32%,34%,0%,54%) (0.32/0.34/0.00/0.54) 

CMYK percentages

%32.2
%33.9
%0
%53.73

Codes

Color #504E76 in popluar color models

50 4E 76
RGB 80 78 118
HSL 243° 20.41% 38.43%
HSB/HSV 243° 33.90% 46.27%
CMYK 32.20% 33.90% 0.00%
53.73%

Color #504E76 in popluar number systems.

HEX 50 4E 76
Decimal 80 78 118
Binary 1010000 1001110 1110110
Octal 120 116 166

Shades and tints

Shades of #504E76

#504E76
(80,78,118)
#49476C
(73,71,108)
#424062
(66,64,98)
#3B3958
(59,57,88)
#34324E
(52,50,78)
#2D2B44
(45,43,68)
#26243A
(38,36,58)
#1F1D30
(31,29,48)
#181626
(24,22,38)
#110F1C
(17,15,28)
#0A0812
(10,8,18)
#000000
(0,0,0)

Tints of #504E76

#504E76
(80,78,118)
#5F5E82
(95,94,130)
#6E6E8E
(110,110,142)
#7D7E9A
(125,126,154)
#8C8EA6
(140,142,166)
#9B9EB2
(155,158,178)
#AAAEBE
(170,174,190)
#B9BECA
(185,190,202)
#C8CED6
(200,206,214)
#D7DEE2
(215,222,226)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504E76; }

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

This text font color is #504E76.

Background Color

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

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

This div background color is #504E76.

Border color

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

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

This div border color is #504E76.

Opacity

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

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

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

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

This text has shadow with #504E76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504E76.

Preview

Color preview on black background

This text has color #504E76 on black background.


Color preview on white background

This text has color #504E76 on white background.


Black color preview on #504E76 background

This text has black color on #504E76 background.


White color preview on #504E76 background

This text has white color on #504E76 background.


Related colors

Complementary color

Complementary color for #hex is #AFB189.


I love getcolorcode.com

Triadic colors

1 #76504E and #4E7650 with #504E76 are triadic colors.

2 #764E50 and #4E5076 with #504E76 are triadic colors.