COLOR #504F60

HEX: #504F60
RGB: (80,79,96)

Color info

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

RGB color model

#504F60 color RGB value is (80,79,96).

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

RGB channels and saturation

R 80 of 255 = 31%
G 79 of 255 = 31%
B 96 of 255 = 38%

80
79
96

R + G + B ~ 33%. #504F60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 79 + 96 = 255 (100%)
R 80 of 255 ~ 31.37%
G 79 of 255 ~ 30.98%
B 96 of 255 ~ 37.65%

%31.37
%30.98
%37.65

CMYK color model

#504F60 color CMYK value is (17,18,0,62).

  • cyan value is 16.67%
  • magenta value is 17.71%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(17,18,0,62)
C17M18Y0K62 
(17%,18%,0%,62%)
(0.17/0.18/0.00/0.62)	

CMYK percentages

%16.67
%17.71
%0
%62.35

Codes

Color #504F60 in popluar color models

504F60
RGB807996
HSL244°9.71%34.31%
HSB/HSV244°17.71%37.65%
CMYK16.67%17.71%0.00%
62.35%

Color #504F60 in popluar number systems.

HEX504F60
Decimal807996
Binary101000010011111100000
Octal120117140

Shades and tints

Shades of #504F60

#504F60
(80,79,96)
#494858
(73,72,88)
#424150
(66,65,80)
#3B3A48
(59,58,72)
#343340
(52,51,64)
#2D2C38
(45,44,56)
#262530
(38,37,48)
#1F1E28
(31,30,40)
#181720
(24,23,32)
#111018
(17,16,24)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #504F60

#504F60
(80,79,96)
#5F5F6E
(95,95,110)
#6E6F7C
(110,111,124)
#7D7F8A
(125,127,138)
#8C8F98
(140,143,152)
#9B9FA6
(155,159,166)
#AAAFB4
(170,175,180)
#B9BFC2
(185,191,194)
#C8CFD0
(200,207,208)
#D7DFDE
(215,223,222)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504F60; }

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

This text font color is #504F60.


Background Color

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

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

This div background color is #504F60.


Border color

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

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

This div border color is #504F60.


Opacity

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

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

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

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

This text has shadow with #504F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504F60 on black background.


Color preview on white background

This text has color #504F60 on white background.



Black color preview on #504F60 background

This text has black color on #504F60 background.


White color preview on #504F60 background

This text has white color on #504F60 background.