COLOR #4F6C6F

HEX: #4F6C6F
RGB: (79,108,111)

Color info

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

RGB color model

#4F6C6F color RGB value is (79,108,111).

  • red value is 79;
  • green value is 108;
  • blue value is 111.
RGB:
(79,108,111)
(31%,42%,44%)

RGB channels and saturation

R 79 of 255 = 31%
G 108 of 255 = 42%
B 111 of 255 = 44%

79
108
111

R + G + B ~ 39%. #4F6C6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 108 + 111 = 298 (100%)
R 79 of 298 ~ 26.51%
G 108 of 298 ~ 36.24%
B 111 of 298 ~ 37.25%

%26.51
%36.24
%37.25

CMYK color model

#4F6C6F color CMYK value is (29,3,0,56).

  • cyan value is 28.83%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(29,3,0,56)
C29M3Y0K56 
(29%,3%,0%,56%)
(0.29/0.03/0.00/0.56)	

CMYK percentages

%28.83
%2.7
%0
%56.47

Codes

Color #4F6C6F in popluar color models

4F6C6F
RGB79108111
HSL186°16.84%37.25%
HSB/HSV186°28.83%43.53%
CMYK28.83%2.70%0.00%
56.47%

Color #4F6C6F in popluar number systems.

HEX4F6C6F
Decimal79108111
Binary100111111011001101111
Octal117154157

Shades and tints

Shades of #4F6C6F

#4F6C6F
(79,108,111)
#486365
(72,99,101)
#415A5B
(65,90,91)
#3A5151
(58,81,81)
#334847
(51,72,71)
#2C3F3D
(44,63,61)
#253633
(37,54,51)
#1E2D29
(30,45,41)
#17241F
(23,36,31)
#101B15
(16,27,21)
#09120B
(9,18,11)
#000000
(0,0,0)

Tints of #4F6C6F

#4F6C6F
(79,108,111)
#5F797C
(95,121,124)
#6F8689
(111,134,137)
#7F9396
(127,147,150)
#8FA0A3
(143,160,163)
#9FADB0
(159,173,176)
#AFBABD
(175,186,189)
#BFC7CA
(191,199,202)
#CFD4D7
(207,212,215)
#DFE1E4
(223,225,228)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6C6F; }

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

This text font color is #4F6C6F.


Background Color

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

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

This div background color is #4F6C6F.


Border color

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

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

This div border color is #4F6C6F.


Opacity

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

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

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

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

This text has shadow with #4F6C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6C6F on black background.


Color preview on white background

This text has color #4F6C6F on white background.



Black color preview on #4F6C6F background

This text has black color on #4F6C6F background.


White color preview on #4F6C6F background

This text has white color on #4F6C6F background.