COLOR #685C6C

HEX: #685C6C RGB: (104,92,108)

Color info

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

RGB color model

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

RGB: (104,92,108) (41%, 36%, 42%)

RGB channels and saturation

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

104
92
108

R + G + B ~ 40%. #685C6C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 92 + 108 = 304 (100%)
R 104 of 304 ~ 34.21%
G 92 of 304 ~ 30.26%
B 108 of 304 ~ 35.53'%

%34.21
%30.26
%35.53

CMYK color model

#685C6C color CMYK value is (4,15,0,58).

  • cyan value is 3.70%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (4,15,0,58)
C4M15Y0K58 (4%, 15%, 0%, 58%)
(0.04 / 0.15 / 0.00 / 0.58)

CMYK percentages

%3.7
%14.81
%0
%57.65

Codes

Color #685C6C in popluar color models

68 5C 6C
RGB 104 92 108
HSL 285° 8.00% 39.22%
HSB/HSV 285° 14.81% 42.35%
CMYK 3.70% 14.81% 0.00%
57.65%

Color #685C6C in popluar number systems.

HEX 68 5C 6C
Decimal 104 92 108
Binary 1101000 1011100 1101100
Octal 150 134 154

Shades and tints

Shades of #685C6C

#685C6C
(104,92,108)
#5F5463
(95,84,99)
#564C5A
(86,76,90)
#4D4451
(77,68,81)
#443C48
(68,60,72)
#3B343F
(59,52,63)
#322C36
(50,44,54)
#29242D
(41,36,45)
#201C24
(32,28,36)
#17141B
(23,20,27)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #685C6C

#685C6C
(104,92,108)
#756A79
(117,106,121)
#827886
(130,120,134)
#8F8693
(143,134,147)
#9C94A0
(156,148,160)
#A9A2AD
(169,162,173)
#B6B0BA
(182,176,186)
#C3BEC7
(195,190,199)
#D0CCD4
(208,204,212)
#DDDAE1
(221,218,225)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685C6C; }

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

This text font color is #685C6C.

Background Color

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

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

This div background color is #685C6C.

Border color

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

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

This div border color is #685C6C.

Opacity

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

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

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

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

This text has shadow with #685C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #685C6C.

Preview

Color preview on black background

This text has color #685C6C on black background.


Color preview on white background

This text has color #685C6C on white background.


Black color preview on #685C6C background

This text has black color on #685C6C background.


White color preview on #685C6C background

This text has white color on #685C6C background.


Related colors

Complementary color

Complementary color for #hex is #97A393.


I love getcolorcode.com

Triadic colors

1 #6C685C and #5C6C68 with #685C6C are triadic colors.

2 #6C5C68 and #5C686C with #685C6C are triadic colors.