COLOR #685C5A

HEX: #685C5A
RGB: (104,92,90)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

104
92
90

R + G + B ~ 37%. #685C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 92 + 90 = 286 (100%)
R 104 of 286 ~ 36.36%
G 92 of 286 ~ 32.17%
B 90 of 286 ~ 31.47%

%36.36
%32.17
%31.47

CMYK color model

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

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

CMYK percentages

%0
%11.54
%13.46
%59.22

Codes

Color #685C5A in popluar color models

685C5A
RGB1049290
HSL7.22%38.04%
HSB/HSV13.46%40.78%
CMYK0.00%11.54%13.46%
59.22%

Color #685C5A in popluar number systems.

HEX685C5A
Decimal1049290
Binary110100010111001011010
Octal150134132

Shades and tints

Shades of #685C5A

#685C5A
(104,92,90)
#5F5452
(95,84,82)
#564C4A
(86,76,74)
#4D4442
(77,68,66)
#443C3A
(68,60,58)
#3B3432
(59,52,50)
#322C2A
(50,44,42)
#292422
(41,36,34)
#201C1A
(32,28,26)
#171412
(23,20,18)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #685C5A

#685C5A
(104,92,90)
#756A69
(117,106,105)
#827878
(130,120,120)
#8F8687
(143,134,135)
#9C9496
(156,148,150)
#A9A2A5
(169,162,165)
#B6B0B4
(182,176,180)
#C3BEC3
(195,190,195)
#D0CCD2
(208,204,210)
#DDDAE1
(221,218,225)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685C5A; }

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

This text font color is #685C5A.


Background Color

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

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

This div background color is #685C5A.


Border color

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

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

This div border color is #685C5A.


Opacity

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

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

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

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

This text has shadow with #685C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685C5A on black background.


Color preview on white background

This text has color #685C5A on white background.



Black color preview on #685C5A background

This text has black color on #685C5A background.


White color preview on #685C5A background

This text has white color on #685C5A background.