COLOR #504E7B

HEX: #504E7B
RGB: (80,78,123)

Color info

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

RGB color model

#504E7B color RGB value is (80,78,123).

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

RGB channels and saturation

R 80 of 255 = 31%
G 78 of 255 = 31%
B 123 of 255 = 48%

80
78
123

R + G + B ~ 37%. #504E7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 78 + 123 = 281 (100%)
R 80 of 281 ~ 28.47%
G 78 of 281 ~ 27.76%
B 123 of 281 ~ 43.77%

%28.47
%27.76
%43.77

CMYK color model

#504E7B color CMYK value is (35,37,0,52).

  • cyan value is 34.96%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(35,37,0,52)
C35M37Y0K52 
(35%,37%,0%,52%)
(0.35/0.37/0.00/0.52)	

CMYK percentages

%34.96
%36.59
%0
%51.76

Codes

Color #504E7B in popluar color models

504E7B
RGB8078123
HSL243°22.39%39.41%
HSB/HSV243°36.59%48.24%
CMYK34.96%36.59%0.00%
51.76%

Color #504E7B in popluar number systems.

HEX504E7B
Decimal8078123
Binary101000010011101111011
Octal120116173

Shades and tints

Shades of #504E7B

#504E7B
(80,78,123)
#494770
(73,71,112)
#424065
(66,64,101)
#3B395A
(59,57,90)
#34324F
(52,50,79)
#2D2B44
(45,43,68)
#262439
(38,36,57)
#1F1D2E
(31,29,46)
#181623
(24,22,35)
#110F18
(17,15,24)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #504E7B

#504E7B
(80,78,123)
#5F5E87
(95,94,135)
#6E6E93
(110,110,147)
#7D7E9F
(125,126,159)
#8C8EAB
(140,142,171)
#9B9EB7
(155,158,183)
#AAAEC3
(170,174,195)
#B9BECF
(185,190,207)
#C8CEDB
(200,206,219)
#D7DEE7
(215,222,231)
#E6EEF3
(230,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504E7B; }

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

This text font color is #504E7B.


Background Color

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

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

This div background color is #504E7B.


Border color

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

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

This div border color is #504E7B.


Opacity

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

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

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

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

This text has shadow with #504E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504E7B on black background.


Color preview on white background

This text has color #504E7B on white background.



Black color preview on #504E7B background

This text has black color on #504E7B background.


White color preview on #504E7B background

This text has white color on #504E7B background.