COLOR #5C685B

HEX: #5C685B
RGB: (92,104,91)

Color info

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

RGB color model

#5C685B color RGB value is (92,104,91).

  • red value is 92;
  • green value is 104;
  • blue value is 91.
RGB:
(92,104,91)
(36%,41%,36%)

RGB channels and saturation

R 92 of 255 = 36%
G 104 of 255 = 41%
B 91 of 255 = 36%

92
104
91

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

Portions of RGB colors in percentages

R + G + B =
92 + 104 + 91 = 287 (100%)
R 92 of 287 ~ 32.06%
G 104 of 287 ~ 36.24%
B 91 of 287 ~ 31.71%

%32.06
%36.24
%31.71

CMYK color model

#5C685B color CMYK value is (12,0,13,59).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 59.22%
CMYK:
(12,0,13,59)
C12M0Y13K59 
(12%,0%,13%,59%)
(0.12/0.00/0.13/0.59)	

CMYK percentages

%11.54
%0
%12.5
%59.22

Codes

Color #5C685B in popluar color models

5C685B
RGB9210491
HSL115°6.67%38.24%
HSB/HSV115°12.50%40.78%
CMYK11.54%0.00%12.50%
59.22%

Color #5C685B in popluar number systems.

HEX5C685B
Decimal9210491
Binary101110011010001011011
Octal134150133

Shades and tints

Shades of #5C685B

#5C685B
(92,104,91)
#545F53
(84,95,83)
#4C564B
(76,86,75)
#444D43
(68,77,67)
#3C443B
(60,68,59)
#343B33
(52,59,51)
#2C322B
(44,50,43)
#242923
(36,41,35)
#1C201B
(28,32,27)
#141713
(20,23,19)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #5C685B

#5C685B
(92,104,91)
#6A7569
(106,117,105)
#788277
(120,130,119)
#868F85
(134,143,133)
#949C93
(148,156,147)
#A2A9A1
(162,169,161)
#B0B6AF
(176,182,175)
#BEC3BD
(190,195,189)
#CCD0CB
(204,208,203)
#DADDD9
(218,221,217)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C685B; }

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

This text font color is #5C685B.


Background Color

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

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

This div background color is #5C685B.


Border color

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

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

This div border color is #5C685B.


Opacity

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

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

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

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

This text has shadow with #5C685B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C685B on black background.


Color preview on white background

This text has color #5C685B on white background.



Black color preview on #5C685B background

This text has black color on #5C685B background.


White color preview on #5C685B background

This text has white color on #5C685B background.