COLOR #4F796F

HEX: #4F796F RGB: (79,121,111)

Color info

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

RGB color model

#4F796F color RGB value is (79,121,111).

RGB: (79,121,111) (31%, 47%, 44%)

RGB channels and saturation

R 79 of 255 = 31%
G 121 of 255 = 47%
B 111 of 255 = 44%

79
121
111

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

Portions of RGB colors in percentages

R + G + B = 79 + 121 + 111 = 311 (100%)
R 79 of 311 ~ 25.4%
G 121 of 311 ~ 38.91%
B 111 of 311 ~ 35.69'%

%25.4
%38.91
%35.69

CMYK color model

#4F796F color CMYK value is (35,0,8,53).

  • cyan value is 34.71%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 52.55%
CMYK: (35,0,8,53) C35M0Y8K53 (35%,0%,8%,53%) (0.35/0.00/0.08/0.53) 

CMYK percentages

%34.71
%0
%8.26
%52.55

Codes

Color #4F796F in popluar color models

4F 79 6F
RGB 79 121 111
HSL 166° 21.00% 39.22%
HSB/HSV 166° 34.71% 47.45%
CMYK 34.71% 0.00% 8.26%
52.55%

Color #4F796F in popluar number systems.

HEX 4F 79 6F
Decimal 79 121 111
Binary 1001111 1111001 1101111
Octal 117 171 157

Shades and tints

Shades of #4F796F

#4F796F
(79,121,111)
#486E65
(72,110,101)
#41635B
(65,99,91)
#3A5851
(58,88,81)
#334D47
(51,77,71)
#2C423D
(44,66,61)
#253733
(37,55,51)
#1E2C29
(30,44,41)
#17211F
(23,33,31)
#101615
(16,22,21)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #4F796F

#4F796F
(79,121,111)
#5F857C
(95,133,124)
#6F9189
(111,145,137)
#7F9D96
(127,157,150)
#8FA9A3
(143,169,163)
#9FB5B0
(159,181,176)
#AFC1BD
(175,193,189)
#BFCDCA
(191,205,202)
#CFD9D7
(207,217,215)
#DFE5E4
(223,229,228)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F796F; }

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

This text font color is #4F796F.

Background Color

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

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

This div background color is #4F796F.

Border color

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

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

This div border color is #4F796F.

Opacity

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

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

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

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

This text has shadow with #4F796F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F796F.

Preview

Color preview on black background

This text has color #4F796F on black background.


Color preview on white background

This text has color #4F796F on white background.


Black color preview on #4F796F background

This text has black color on #4F796F background.


White color preview on #4F796F background

This text has white color on #4F796F background.


Related colors

Complementary color

Complementary color for #hex is #B08690.


I love getcolorcode.com

Triadic colors

1 #6F4F79 and #796F4F with #4F796F are triadic colors.

2 #6F794F and #794F6F with #4F796F are triadic colors.