COLOR #4F5F79

HEX: #4F5F79
RGB: (79,95,121)

Color info

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

RGB color model

#4F5F79 color RGB value is (79,95,121).

  • red value is 79;
  • green value is 95;
  • blue value is 121.
RGB:
(79,95,121)
(31%,37%,47%)

RGB channels and saturation

R 79 of 255 = 31%
G 95 of 255 = 37%
B 121 of 255 = 47%

79
95
121

R + G + B ~ 38%. #4F5F79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 95 + 121 = 295 (100%)
R 79 of 295 ~ 26.78%
G 95 of 295 ~ 32.2%
B 121 of 295 ~ 41.02%

%26.78
%32.2
%41.02

CMYK color model

#4F5F79 color CMYK value is (35,21,0,53).

  • cyan value is 34.71%
  • magenta value is 21.49%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(35,21,0,53)
C35M21Y0K53 
(35%,21%,0%,53%)
(0.35/0.21/0.00/0.53)	

CMYK percentages

%34.71
%21.49
%0
%52.55

Codes

Color #4F5F79 in popluar color models

4F5F79
RGB7995121
HSL217°21.00%39.22%
HSB/HSV217°34.71%47.45%
CMYK34.71%21.49%0.00%
52.55%

Color #4F5F79 in popluar number systems.

HEX4F5F79
Decimal7995121
Binary100111110111111111001
Octal117137171

Shades and tints

Shades of #4F5F79

#4F5F79
(79,95,121)
#48576E
(72,87,110)
#414F63
(65,79,99)
#3A4758
(58,71,88)
#333F4D
(51,63,77)
#2C3742
(44,55,66)
#252F37
(37,47,55)
#1E272C
(30,39,44)
#171F21
(23,31,33)
#101716
(16,23,22)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #4F5F79

#4F5F79
(79,95,121)
#5F6D85
(95,109,133)
#6F7B91
(111,123,145)
#7F899D
(127,137,157)
#8F97A9
(143,151,169)
#9FA5B5
(159,165,181)
#AFB3C1
(175,179,193)
#BFC1CD
(191,193,205)
#CFCFD9
(207,207,217)
#DFDDE5
(223,221,229)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5F79 color. Also use rgb(79,95,121) instead hex code.

Text Font Color

.myTextColor { color: #4F5F79; }

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

This text font color is #4F5F79.


Background Color

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

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

This div background color is #4F5F79.


Border color

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

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

This div border color is #4F5F79.


Opacity

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

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

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

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

This text has shadow with #4F5F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5F79 on black background.


Color preview on white background

This text has color #4F5F79 on white background.



Black color preview on #4F5F79 background

This text has black color on #4F5F79 background.


White color preview on #4F5F79 background

This text has white color on #4F5F79 background.