COLOR #5C684B

HEX: #5C684B RGB: (92,104,75)

Color info

#5C684B contains red, green and blue colors in about the same proportion. Web safe color of #5C684B is #666633 (or #663).

RGB color model

#5C684B color RGB value is (92,104,75).

RGB: (92,104,75) (36%, 41%, 29%)

RGB channels and saturation

R 92 of 255 = 36%
G 104 of 255 = 41%
B 75 of 255 = 29%

92
104
75

R + G + B ~ 35%. #5C684B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 104 + 75 = 271 (100%)
R 92 of 271 ~ 33.95%
G 104 of 271 ~ 38.38%
B 75 of 271 ~ 27.68'%

%33.95
%38.38
%27.68

CMYK color model

#5C684B color CMYK value is (12,0,28,59).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 59.22%
CMYK: (12,0,28,59) C12M0Y28K59 (12%,0%,28%,59%) (0.12/0.00/0.28/0.59) 

CMYK percentages

%11.54
%0
%27.88
%59.22

Codes

Color #5C684B in popluar color models

5C 68 4B
RGB 92 104 75
HSL 85° 16.20% 35.10%
HSB/HSV 85° 27.88% 40.78%
CMYK 11.54% 0.00% 27.88%
59.22%

Color #5C684B in popluar number systems.

HEX 5C 68 4B
Decimal 92 104 75
Binary 1011100 1101000 1001011
Octal 134 150 113

Shades and tints

Shades of #5C684B

#5C684B
(92,104,75)
#545F45
(84,95,69)
#4C563F
(76,86,63)
#444D39
(68,77,57)
#3C4433
(60,68,51)
#343B2D
(52,59,45)
#2C3227
(44,50,39)
#242921
(36,41,33)
#1C201B
(28,32,27)
#141715
(20,23,21)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #5C684B

#5C684B
(92,104,75)
#6A755B
(106,117,91)
#78826B
(120,130,107)
#868F7B
(134,143,123)
#949C8B
(148,156,139)
#A2A99B
(162,169,155)
#B0B6AB
(176,182,171)
#BEC3BB
(190,195,187)
#CCD0CB
(204,208,203)
#DADDDB
(218,221,219)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C684B; }

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

This text font color is #5C684B.

Background Color

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

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

This div background color is #5C684B.

Border color

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

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

This div border color is #5C684B.

Opacity

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

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

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

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

This text has shadow with #5C684B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C684B.

Preview

Color preview on black background

This text has color #5C684B on black background.


Color preview on white background

This text has color #5C684B on white background.


Black color preview on #5C684B background

This text has black color on #5C684B background.


White color preview on #5C684B background

This text has white color on #5C684B background.


Related colors

Complementary color

Complementary color for #hex is #A397B4.


I love getcolorcode.com

Triadic colors

1 #4B5C68 and #684B5C with #5C684B are triadic colors.

2 #4B685C and #685C4B with #5C684B are triadic colors.