COLOR #4F5060

HEX: #4F5060
RGB: (79,80,96)

Color info

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

RGB color model

#4F5060 color RGB value is (79,80,96).

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

RGB channels and saturation

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

79
80
96

R + G + B ~ 33%. #4F5060 is quite dark color.

Portions of RGB colors in percentages

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

%30.98
%31.37
%37.65

CMYK color model

#4F5060 color CMYK value is (18,17,0,62).

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

CMYK percentages

%17.71
%16.67
%0
%62.35

Codes

Color #4F5060 in popluar color models

4F5060
RGB798096
HSL236°9.71%34.31%
HSB/HSV236°17.71%37.65%
CMYK17.71%16.67%0.00%
62.35%

Color #4F5060 in popluar number systems.

HEX4F5060
Decimal798096
Binary100111110100001100000
Octal117120140

Shades and tints

Shades of #4F5060

#4F5060
(79,80,96)
#484958
(72,73,88)
#414250
(65,66,80)
#3A3B48
(58,59,72)
#333440
(51,52,64)
#2C2D38
(44,45,56)
#252630
(37,38,48)
#1E1F28
(30,31,40)
#171820
(23,24,32)
#101118
(16,17,24)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #4F5060

#4F5060
(79,80,96)
#5F5F6E
(95,95,110)
#6F6E7C
(111,110,124)
#7F7D8A
(127,125,138)
#8F8C98
(143,140,152)
#9F9BA6
(159,155,166)
#AFAAB4
(175,170,180)
#BFB9C2
(191,185,194)
#CFC8D0
(207,200,208)
#DFD7DE
(223,215,222)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5060; }

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

This text font color is #4F5060.


Background Color

.myBgColor { background-color: #4F5060; }

<div style="background-color:#4F5060">Inner text</div>

This div background color is #4F5060.


Border color

.myBorderColor { border: 1px solid #4F5060; }

<div style="border:3px solid #4F5060">Div</div>

This div border color is #4F5060.


Opacity

.myOpacity80 { color: #4F5060; opacity: 0.8; }

<p style="color:#4F5060;opacity:0.8;">80%</p>

Text with #4F5060 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 #4F5060;}

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

This text has shadow with #4F5060 color.

.textShadow {text-shadow: 3px 3px 1px #4F5060, 3px 3px 1px red;}

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

This text has shadow with #4F5060 primary color and red secondary color.


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

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

This text has shadow with #4F5060 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5060 on black background.


Color preview on white background

This text has color #4F5060 on white background.



Black color preview on #4F5060 background

This text has black color on #4F5060 background.


White color preview on #4F5060 background

This text has white color on #4F5060 background.