COLOR #4F686F

HEX: #4F686F RGB: (79,104,111)

Color info

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

RGB color model

#4F686F color RGB value is (79,104,111).

RGB: (79,104,111) (31%, 41%, 44%)

RGB channels and saturation

R 79 of 255 = 31%
G 104 of 255 = 41%
B 111 of 255 = 44%

79
104
111

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

Portions of RGB colors in percentages

R + G + B = 79 + 104 + 111 = 294 (100%)
R 79 of 294 ~ 26.87%
G 104 of 294 ~ 35.37%
B 111 of 294 ~ 37.76'%

%26.87
%35.37
%37.76

CMYK color model

#4F686F color CMYK value is (29,6,0,56).

  • cyan value is 28.83%
  • magenta value is 6.31%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (29,6,0,56) C29M6Y0K56 (29%,6%,0%,56%) (0.29/0.06/0.00/0.56) 

CMYK percentages

%28.83
%6.31
%0
%56.47

Codes

Color #4F686F in popluar color models

4F 68 6F
RGB 79 104 111
HSL 193° 16.84% 37.25%
HSB/HSV 193° 28.83% 43.53%
CMYK 28.83% 6.31% 0.00%
56.47%

Color #4F686F in popluar number systems.

HEX 4F 68 6F
Decimal 79 104 111
Binary 1001111 1101000 1101111
Octal 117 150 157

Shades and tints

Shades of #4F686F

#4F686F
(79,104,111)
#485F65
(72,95,101)
#41565B
(65,86,91)
#3A4D51
(58,77,81)
#334447
(51,68,71)
#2C3B3D
(44,59,61)
#253233
(37,50,51)
#1E2929
(30,41,41)
#17201F
(23,32,31)
#101715
(16,23,21)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #4F686F

#4F686F
(79,104,111)
#5F757C
(95,117,124)
#6F8289
(111,130,137)
#7F8F96
(127,143,150)
#8F9CA3
(143,156,163)
#9FA9B0
(159,169,176)
#AFB6BD
(175,182,189)
#BFC3CA
(191,195,202)
#CFD0D7
(207,208,215)
#DFDDE4
(223,221,228)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F686F; }

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

This text font color is #4F686F.

Background Color

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

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

This div background color is #4F686F.

Border color

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

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

This div border color is #4F686F.

Opacity

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

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

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

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

This text has shadow with #4F686F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F686F.

Preview

Color preview on black background

This text has color #4F686F on black background.


Color preview on white background

This text has color #4F686F on white background.


Black color preview on #4F686F background

This text has black color on #4F686F background.


White color preview on #4F686F background

This text has white color on #4F686F background.


Related colors

Complementary color

Complementary color for #hex is #B09790.


I love getcolorcode.com

Triadic colors

1 #6F4F68 and #686F4F with #4F686F are triadic colors.

2 #6F684F and #684F6F with #4F686F are triadic colors.