COLOR #4F7E79

HEX: #4F7E79 RGB: (79,126,121)

Color info

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

RGB color model

#4F7E79 color RGB value is (79,126,121).

RGB: (79,126,121) (31%, 49%, 47%)

RGB channels and saturation

R 79 of 255 = 31%
G 126 of 255 = 49%
B 121 of 255 = 47%

79
126
121

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

Portions of RGB colors in percentages

R + G + B = 79 + 126 + 121 = 326 (100%)
R 79 of 326 ~ 24.23%
G 126 of 326 ~ 38.65%
B 121 of 326 ~ 37.12'%

%24.23
%38.65
%37.12

CMYK color model

#4F7E79 color CMYK value is (37,0,4,51).

  • cyan value is 37.30%
  • magenta value is 0.00%
  • yellow value is 3.97%
  • key color value is 50.59%

CMYK: (37,0,4,51)
C37M0Y4K51 (37%, 0%, 4%, 51%)
(0.37 / 0.00 / 0.04 / 0.51)

CMYK percentages

%37.3
%0
%3.97
%50.59

Codes

Color #4F7E79 in popluar color models

4F 7E 79
RGB 79 126 121
HSL 174° 22.93% 40.20%
HSB/HSV 174° 37.30% 49.41%
CMYK 37.30% 0.00% 3.97%
50.59%

Color #4F7E79 in popluar number systems.

HEX 4F 7E 79
Decimal 79 126 121
Binary 1001111 1111110 1111001
Octal 117 176 171

Shades and tints

Shades of #4F7E79

#4F7E79
(79,126,121)
#48736E
(72,115,110)
#416863
(65,104,99)
#3A5D58
(58,93,88)
#33524D
(51,82,77)
#2C4742
(44,71,66)
#253C37
(37,60,55)
#1E312C
(30,49,44)
#172621
(23,38,33)
#101B16
(16,27,22)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #4F7E79

#4F7E79
(79,126,121)
#5F8985
(95,137,133)
#6F9491
(111,148,145)
#7F9F9D
(127,159,157)
#8FAAA9
(143,170,169)
#9FB5B5
(159,181,181)
#AFC0C1
(175,192,193)
#BFCBCD
(191,203,205)
#CFD6D9
(207,214,217)
#DFE1E5
(223,225,229)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7E79; }

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

This text font color is #4F7E79.

Background Color

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

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

This div background color is #4F7E79.

Border color

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

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

This div border color is #4F7E79.

Opacity

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

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

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

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

This text has shadow with #4F7E79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F7E79.

Preview

Color preview on black background

This text has color #4F7E79 on black background.


Color preview on white background

This text has color #4F7E79 on white background.


Black color preview on #4F7E79 background

This text has black color on #4F7E79 background.


White color preview on #4F7E79 background

This text has white color on #4F7E79 background.


Related colors

Complementary color

Complementary color for #hex is #B08186.


I love getcolorcode.com

Triadic colors

1 #794F7E and #7E794F with #4F7E79 are triadic colors.

2 #797E4F and #7E4F79 with #4F7E79 are triadic colors.