COLOR #504F77

HEX: #504F77
RGB: (80,79,119)

Color info

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

RGB color model

#504F77 color RGB value is (80,79,119).

  • red value is 80;
  • green value is 79;
  • blue value is 119.
RGB:
(80,79,119)
(31%,31%,47%)

RGB channels and saturation

R 80 of 255 = 31%
G 79 of 255 = 31%
B 119 of 255 = 47%

80
79
119

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

Portions of RGB colors in percentages

R + G + B =
80 + 79 + 119 = 278 (100%)
R 80 of 278 ~ 28.78%
G 79 of 278 ~ 28.42%
B 119 of 278 ~ 42.81%

%28.78
%28.42
%42.81

CMYK color model

#504F77 color CMYK value is (33,34,0,53).

  • cyan value is 32.77%
  • magenta value is 33.61%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(33,34,0,53)
C33M34Y0K53 
(33%,34%,0%,53%)
(0.33/0.34/0.00/0.53)	

CMYK percentages

%32.77
%33.61
%0
%53.33

Codes

Color #504F77 in popluar color models

504F77
RGB8079119
HSL242°20.20%38.82%
HSB/HSV242°33.61%46.67%
CMYK32.77%33.61%0.00%
53.33%

Color #504F77 in popluar number systems.

HEX504F77
Decimal8079119
Binary101000010011111110111
Octal120117167

Shades and tints

Shades of #504F77

#504F77
(80,79,119)
#49486D
(73,72,109)
#424163
(66,65,99)
#3B3A59
(59,58,89)
#34334F
(52,51,79)
#2D2C45
(45,44,69)
#26253B
(38,37,59)
#1F1E31
(31,30,49)
#181727
(24,23,39)
#11101D
(17,16,29)
#0A0913
(10,9,19)
#000000
(0,0,0)

Tints of #504F77

#504F77
(80,79,119)
#5F5F83
(95,95,131)
#6E6F8F
(110,111,143)
#7D7F9B
(125,127,155)
#8C8FA7
(140,143,167)
#9B9FB3
(155,159,179)
#AAAFBF
(170,175,191)
#B9BFCB
(185,191,203)
#C8CFD7
(200,207,215)
#D7DFE3
(215,223,227)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504F77 color. Also use rgb(80,79,119) instead hex code.

Text Font Color

.myTextColor { color: #504F77; }

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

This text font color is #504F77.


Background Color

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

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

This div background color is #504F77.


Border color

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

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

This div border color is #504F77.


Opacity

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

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

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

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

This text has shadow with #504F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504F77 on black background.


Color preview on white background

This text has color #504F77 on white background.



Black color preview on #504F77 background

This text has black color on #504F77 background.


White color preview on #504F77 background

This text has white color on #504F77 background.