COLOR #4F796C

HEX: #4F796C RGB: (79,121,108)

Color info

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

RGB color model

#4F796C color RGB value is (79,121,108).

RGB: (79,121,108) (31%, 47%, 42%)

RGB channels and saturation

R 79 of 255 = 31%
G 121 of 255 = 47%
B 108 of 255 = 42%

79
121
108

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

Portions of RGB colors in percentages

R + G + B = 79 + 121 + 108 = 308 (100%)
R 79 of 308 ~ 25.65%
G 121 of 308 ~ 39.29%
B 108 of 308 ~ 35.06'%

%25.65
%39.29
%35.06

CMYK color model

#4F796C color CMYK value is (35,0,11,53).

  • cyan value is 34.71%
  • magenta value is 0.00%
  • yellow value is 10.74%
  • key color value is 52.55%

CMYK: (35,0,11,53)
C35M0Y11K53 (35%, 0%, 11%, 53%)
(0.35 / 0.00 / 0.11 / 0.53)

CMYK percentages

%34.71
%0
%10.74
%52.55

Codes

Color #4F796C in popluar color models

4F 79 6C
RGB 79 121 108
HSL 161° 21.00% 39.22%
HSB/HSV 161° 34.71% 47.45%
CMYK 34.71% 0.00% 10.74%
52.55%

Color #4F796C in popluar number systems.

HEX 4F 79 6C
Decimal 79 121 108
Binary 1001111 1111001 1101100
Octal 117 171 154

Shades and tints

Shades of #4F796C

#4F796C
(79,121,108)
#486E63
(72,110,99)
#41635A
(65,99,90)
#3A5851
(58,88,81)
#334D48
(51,77,72)
#2C423F
(44,66,63)
#253736
(37,55,54)
#1E2C2D
(30,44,45)
#172124
(23,33,36)
#10161B
(16,22,27)
#090B12
(9,11,18)
#000000
(0,0,0)

Tints of #4F796C

#4F796C
(79,121,108)
#5F8579
(95,133,121)
#6F9186
(111,145,134)
#7F9D93
(127,157,147)
#8FA9A0
(143,169,160)
#9FB5AD
(159,181,173)
#AFC1BA
(175,193,186)
#BFCDC7
(191,205,199)
#CFD9D4
(207,217,212)
#DFE5E1
(223,229,225)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F796C; }

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

This text font color is #4F796C.

Background Color

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

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

This div background color is #4F796C.

Border color

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

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

This div border color is #4F796C.

Opacity

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

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

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

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

This text has shadow with #4F796C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F796C.

Preview

Color preview on black background

This text has color #4F796C on black background.


Color preview on white background

This text has color #4F796C on white background.


Black color preview on #4F796C background

This text has black color on #4F796C background.


White color preview on #4F796C background

This text has white color on #4F796C background.


Related colors

Complementary color

Complementary color for #hex is #B08693.


I love getcolorcode.com

Triadic colors

1 #6C4F79 and #796C4F with #4F796C are triadic colors.

2 #6C794F and #794F6C with #4F796C are triadic colors.