COLOR #504E73

HEX: #504E73
RGB: (80,78,115)

Color info

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

RGB color model

#504E73 color RGB value is (80,78,115).

  • red value is 80;
  • green value is 78;
  • blue value is 115.
RGB:
(80,78,115)
(31%,31%,45%)

RGB channels and saturation

R 80 of 255 = 31%
G 78 of 255 = 31%
B 115 of 255 = 45%

80
78
115

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

Portions of RGB colors in percentages

R + G + B =
80 + 78 + 115 = 273 (100%)
R 80 of 273 ~ 29.3%
G 78 of 273 ~ 28.57%
B 115 of 273 ~ 42.12%

%29.3
%28.57
%42.12

CMYK color model

#504E73 color CMYK value is (30,32,0,55).

  • cyan value is 30.43%
  • magenta value is 32.17%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(30,32,0,55)
C30M32Y0K55 
(30%,32%,0%,55%)
(0.30/0.32/0.00/0.55)	

CMYK percentages

%30.43
%32.17
%0
%54.9

Codes

Color #504E73 in popluar color models

504E73
RGB8078115
HSL243°19.17%37.84%
HSB/HSV243°32.17%45.10%
CMYK30.43%32.17%0.00%
54.90%

Color #504E73 in popluar number systems.

HEX504E73
Decimal8078115
Binary101000010011101110011
Octal120116163

Shades and tints

Shades of #504E73

#504E73
(80,78,115)
#494769
(73,71,105)
#42405F
(66,64,95)
#3B3955
(59,57,85)
#34324B
(52,50,75)
#2D2B41
(45,43,65)
#262437
(38,36,55)
#1F1D2D
(31,29,45)
#181623
(24,22,35)
#110F19
(17,15,25)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #504E73

#504E73
(80,78,115)
#5F5E7F
(95,94,127)
#6E6E8B
(110,110,139)
#7D7E97
(125,126,151)
#8C8EA3
(140,142,163)
#9B9EAF
(155,158,175)
#AAAEBB
(170,174,187)
#B9BEC7
(185,190,199)
#C8CED3
(200,206,211)
#D7DEDF
(215,222,223)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504E73; }

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

This text font color is #504E73.


Background Color

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

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

This div background color is #504E73.


Border color

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

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

This div border color is #504E73.


Opacity

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

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

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

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

This text has shadow with #504E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504E73 on black background.


Color preview on white background

This text has color #504E73 on white background.



Black color preview on #504E73 background

This text has black color on #504E73 background.


White color preview on #504E73 background

This text has white color on #504E73 background.