COLOR #4F685C

HEX: #4F685C RGB: (79,104,92)

Color info

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

RGB color model

#4F685C color RGB value is (79,104,92).

RGB: (79,104,92) (31%, 41%, 36%)

RGB channels and saturation

R 79 of 255 = 31%
G 104 of 255 = 41%
B 92 of 255 = 36%

79
104
92

R + G + B ~ 36%. #4F685C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 104 + 92 = 275 (100%)
R 79 of 275 ~ 28.73%
G 104 of 275 ~ 37.82%
B 92 of 275 ~ 33.45'%

%28.73
%37.82
%33.45

CMYK color model

#4F685C color CMYK value is (24,0,12,59).

  • cyan value is 24.04%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • key color value is 59.22%

CMYK: (24,0,12,59)
C24M0Y12K59 (24%, 0%, 12%, 59%)
(0.24 / 0.00 / 0.12 / 0.59)

CMYK percentages

%24.04
%0
%11.54
%59.22

Codes

Color #4F685C in popluar color models

4F 68 5C
RGB 79 104 92
HSL 151° 13.66% 35.88%
HSB/HSV 151° 24.04% 40.78%
CMYK 24.04% 0.00% 11.54%
59.22%

Color #4F685C in popluar number systems.

HEX 4F 68 5C
Decimal 79 104 92
Binary 1001111 1101000 1011100
Octal 117 150 134

Shades and tints

Shades of #4F685C

#4F685C
(79,104,92)
#485F54
(72,95,84)
#41564C
(65,86,76)
#3A4D44
(58,77,68)
#33443C
(51,68,60)
#2C3B34
(44,59,52)
#25322C
(37,50,44)
#1E2924
(30,41,36)
#17201C
(23,32,28)
#101714
(16,23,20)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #4F685C

#4F685C
(79,104,92)
#5F756A
(95,117,106)
#6F8278
(111,130,120)
#7F8F86
(127,143,134)
#8F9C94
(143,156,148)
#9FA9A2
(159,169,162)
#AFB6B0
(175,182,176)
#BFC3BE
(191,195,190)
#CFD0CC
(207,208,204)
#DFDDDA
(223,221,218)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F685C; }

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

This text font color is #4F685C.

Background Color

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

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

This div background color is #4F685C.

Border color

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

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

This div border color is #4F685C.

Opacity

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

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

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

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

This text has shadow with #4F685C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F685C.

Preview

Color preview on black background

This text has color #4F685C on black background.


Color preview on white background

This text has color #4F685C on white background.


Black color preview on #4F685C background

This text has black color on #4F685C background.


White color preview on #4F685C background

This text has white color on #4F685C background.


Related colors

Complementary color

Complementary color for #hex is #B097A3.


I love getcolorcode.com

Triadic colors

1 #5C4F68 and #685C4F with #4F685C are triadic colors.

2 #5C684F and #684F5C with #4F685C are triadic colors.