COLOR #5F685C

HEX: #5F685C RGB: (95,104,92)

Color info

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

RGB color model

#5F685C color RGB value is (95,104,92).

RGB: (95,104,92) (37%, 41%, 36%)

RGB channels and saturation

R 95 of 255 = 37%
G 104 of 255 = 41%
B 92 of 255 = 36%

95
104
92

R + G + B ~ 38%. #5F685C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 104 + 92 = 291 (100%)
R 95 of 291 ~ 32.65%
G 104 of 291 ~ 35.74%
B 92 of 291 ~ 31.62'%

%32.65
%35.74
%31.62

CMYK color model

#5F685C color CMYK value is (9,0,12,59).

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

CMYK: (9,0,12,59)
C9M0Y12K59 (9%, 0%, 12%, 59%)
(0.09 / 0.00 / 0.12 / 0.59)

CMYK percentages

%8.65
%0
%11.54
%59.22

Codes

Color #5F685C in popluar color models

5F 68 5C
RGB 95 104 92
HSL 105° 6.12% 38.43%
HSB/HSV 105° 11.54% 40.78%
CMYK 8.65% 0.00% 11.54%
59.22%

Color #5F685C in popluar number systems.

HEX 5F 68 5C
Decimal 95 104 92
Binary 1011111 1101000 1011100
Octal 137 150 134

Shades and tints

Shades of #5F685C

#5F685C
(95,104,92)
#575F54
(87,95,84)
#4F564C
(79,86,76)
#474D44
(71,77,68)
#3F443C
(63,68,60)
#373B34
(55,59,52)
#2F322C
(47,50,44)
#272924
(39,41,36)
#1F201C
(31,32,28)
#171714
(23,23,20)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #5F685C

#5F685C
(95,104,92)
#6D756A
(109,117,106)
#7B8278
(123,130,120)
#898F86
(137,143,134)
#979C94
(151,156,148)
#A5A9A2
(165,169,162)
#B3B6B0
(179,182,176)
#C1C3BE
(193,195,190)
#CFD0CC
(207,208,204)
#DDDDDA
(221,221,218)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F685C; }

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

This text font color is #5F685C.

Background Color

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

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

This div background color is #5F685C.

Border color

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

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

This div border color is #5F685C.

Opacity

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

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

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

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

This text has shadow with #5F685C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F685C.

Preview

Color preview on black background

This text has color #5F685C on black background.


Color preview on white background

This text has color #5F685C on white background.


Black color preview on #5F685C background

This text has black color on #5F685C background.


White color preview on #5F685C background

This text has white color on #5F685C background.


Related colors

Complementary color

Complementary color for #hex is #A097A3.


I love getcolorcode.com

Triadic colors

1 #5C5F68 and #685C5F with #5F685C are triadic colors.

2 #5C685F and #685F5C with #5F685C are triadic colors.