COLOR #4F7F79

HEX: #4F7F79 RGB: (79,127,121)

Color info

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

RGB color model

#4F7F79 color RGB value is (79,127,121).

RGB: (79,127,121) (31%, 50%, 47%)

RGB channels and saturation

R 79 of 255 = 31%
G 127 of 255 = 50%
B 121 of 255 = 47%

79
127
121

R + G + B ~ 43%. #4F7F79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 79 + 127 + 121 = 327 (100%)
R 79 of 327 ~ 24.16%
G 127 of 327 ~ 38.84%
B 121 of 327 ~ 37'%

%24.16
%38.84
%37

CMYK color model

#4F7F79 color CMYK value is (38,0,5,50).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • key color value is 50.20%
CMYK: (38,0,5,50) C38M0Y5K50 (38%,0%,5%,50%) (0.38/0.00/0.05/0.50) 

CMYK percentages

%37.8
%0
%4.72
%50.2

Codes

Color #4F7F79 in popluar color models

4F 7F 79
RGB 79 127 121
HSL 173° 23.30% 40.39%
HSB/HSV 173° 37.80% 49.80%
CMYK 37.80% 0.00% 4.72%
50.20%

Color #4F7F79 in popluar number systems.

HEX 4F 7F 79
Decimal 79 127 121
Binary 1001111 1111111 1111001
Octal 117 177 171

Shades and tints

Shades of #4F7F79

#4F7F79
(79,127,121)
#48746E
(72,116,110)
#416963
(65,105,99)
#3A5E58
(58,94,88)
#33534D
(51,83,77)
#2C4842
(44,72,66)
#253D37
(37,61,55)
#1E322C
(30,50,44)
#172721
(23,39,33)
#101C16
(16,28,22)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #4F7F79

#4F7F79
(79,127,121)
#5F8A85
(95,138,133)
#6F9591
(111,149,145)
#7FA09D
(127,160,157)
#8FABA9
(143,171,169)
#9FB6B5
(159,182,181)
#AFC1C1
(175,193,193)
#BFCCCD
(191,204,205)
#CFD7D9
(207,215,217)
#DFE2E5
(223,226,229)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7F79; }

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

This text font color is #4F7F79.

Background Color

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

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

This div background color is #4F7F79.

Border color

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

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

This div border color is #4F7F79.

Opacity

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

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

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

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

This text has shadow with #4F7F79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F7F79.

Preview

Color preview on black background

This text has color #4F7F79 on black background.


Color preview on white background

This text has color #4F7F79 on white background.


Black color preview on #4F7F79 background

This text has black color on #4F7F79 background.


White color preview on #4F7F79 background

This text has white color on #4F7F79 background.


Related colors

Complementary color

Complementary color for #hex is #B08086.


I love getcolorcode.com

Triadic colors

1 #794F7F and #7F794F with #4F7F79 are triadic colors.

2 #797F4F and #7F4F79 with #4F7F79 are triadic colors.