COLOR #685C5C

HEX: #685C5C
RGB: (104,92,92)

Color info

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

RGB color model

#685C5C color RGB value is (104,92,92).

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

RGB channels and saturation

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

104
92
92

R + G + B ~ 38%. #685C5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 92 + 92 = 288 (100%)
R 104 of 288 ~ 36.11%
G 92 of 288 ~ 31.94%
B 92 of 288 ~ 31.94%

%36.11
%31.94
%31.94

CMYK color model

#685C5C color CMYK value is (0,12,12,59).

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

CMYK percentages

%0
%11.54
%11.54
%59.22

Codes

Color #685C5C in popluar color models

685C5C
RGB1049292
HSL6.12%38.43%
HSB/HSV11.54%40.78%
CMYK0.00%11.54%11.54%
59.22%

Color #685C5C in popluar number systems.

HEX685C5C
Decimal1049292
Binary110100010111001011100
Octal150134134

Shades and tints

Shades of #685C5C

#685C5C
(104,92,92)
#5F5454
(95,84,84)
#564C4C
(86,76,76)
#4D4444
(77,68,68)
#443C3C
(68,60,60)
#3B3434
(59,52,52)
#322C2C
(50,44,44)
#292424
(41,36,36)
#201C1C
(32,28,28)
#171414
(23,20,20)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #685C5C

#685C5C
(104,92,92)
#756A6A
(117,106,106)
#827878
(130,120,120)
#8F8686
(143,134,134)
#9C9494
(156,148,148)
#A9A2A2
(169,162,162)
#B6B0B0
(182,176,176)
#C3BEBE
(195,190,190)
#D0CCCC
(208,204,204)
#DDDADA
(221,218,218)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685C5C; }

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

This text font color is #685C5C.


Background Color

.myBgColor { background-color: #685C5C; }

<div style="background-color:#685C5C">Inner text</div>

This div background color is #685C5C.


Border color

.myBorderColor { border: 1px solid #685C5C; }

<div style="border:3px solid #685C5C">Div</div>

This div border color is #685C5C.


Opacity

.myOpacity80 { color: #685C5C; opacity: 0.8; }

<p style="color:#685C5C;opacity:0.8;">80%</p>

Text with #685C5C 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 #685C5C;}

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

This text has shadow with #685C5C color.

.textShadow {text-shadow: 3px 3px 1px #685C5C, 3px 3px 1px red;}

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

This text has shadow with #685C5C primary color and red secondary color.


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

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

This text has shadow with #685C5C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685C5C on black background.


Color preview on white background

This text has color #685C5C on white background.



Black color preview on #685C5C background

This text has black color on #685C5C background.


White color preview on #685C5C background

This text has white color on #685C5C background.