COLOR #5C684F

HEX: #5C684F RGB: (92,104,79)

Color info

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

RGB color model

#5C684F color RGB value is (92,104,79).

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

RGB channels and saturation

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

92
104
79

R + G + B ~ 36%. #5C684F is quite dark color.

Portions of RGB colors in percentages

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

%33.45
%37.82
%28.73

CMYK color model

#5C684F color CMYK value is (12,0,24,59).

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

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

CMYK percentages

%11.54
%0
%24.04
%59.22

Codes

Color #5C684F in popluar color models

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

Color #5C684F in popluar number systems.

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

Shades and tints

Shades of #5C684F

#5C684F
(92,104,79)
#545F48
(84,95,72)
#4C5641
(76,86,65)
#444D3A
(68,77,58)
#3C4433
(60,68,51)
#343B2C
(52,59,44)
#2C3225
(44,50,37)
#24291E
(36,41,30)
#1C2017
(28,32,23)
#141710
(20,23,16)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #5C684F

#5C684F
(92,104,79)
#6A755F
(106,117,95)
#78826F
(120,130,111)
#868F7F
(134,143,127)
#949C8F
(148,156,143)
#A2A99F
(162,169,159)
#B0B6AF
(176,182,175)
#BEC3BF
(190,195,191)
#CCD0CF
(204,208,207)
#DADDDF
(218,221,223)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C684F; }

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

This text font color is #5C684F.

Background Color

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

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

This div background color is #5C684F.

Border color

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

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

This div border color is #5C684F.

Opacity

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

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

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

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

This text has shadow with #5C684F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C684F.

Preview

Color preview on black background

This text has color #5C684F on black background.


Color preview on white background

This text has color #5C684F on white background.


Black color preview on #5C684F background

This text has black color on #5C684F background.


White color preview on #5C684F background

This text has white color on #5C684F background.


Related colors

Complementary color

Complementary color for #hex is #A397B0.


I love getcolorcode.com

Triadic colors

1 #4F5C68 and #684F5C with #5C684F are triadic colors.

2 #4F685C and #685C4F with #5C684F are triadic colors.