COLOR #685C76

HEX: #685C76
RGB: (104,92,118)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

104
92
118

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

Portions of RGB colors in percentages

R + G + B =
104 + 92 + 118 = 314 (100%)
R 104 of 314 ~ 33.12%
G 92 of 314 ~ 29.3%
B 118 of 314 ~ 37.58%

%33.12
%29.3
%37.58

CMYK color model

#685C76 color CMYK value is (12,22,0,54).

  • cyan value is 11.86%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(12,22,0,54)
C12M22Y0K54 
(12%,22%,0%,54%)
(0.12/0.22/0.00/0.54)	

CMYK percentages

%11.86
%22.03
%0
%53.73

Codes

Color #685C76 in popluar color models

685C76
RGB10492118
HSL268°12.38%41.18%
HSB/HSV268°22.03%46.27%
CMYK11.86%22.03%0.00%
53.73%

Color #685C76 in popluar number systems.

HEX685C76
Decimal10492118
Binary110100010111001110110
Octal150134166

Shades and tints

Shades of #685C76

#685C76
(104,92,118)
#5F546C
(95,84,108)
#564C62
(86,76,98)
#4D4458
(77,68,88)
#443C4E
(68,60,78)
#3B3444
(59,52,68)
#322C3A
(50,44,58)
#292430
(41,36,48)
#201C26
(32,28,38)
#17141C
(23,20,28)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #685C76

#685C76
(104,92,118)
#756A82
(117,106,130)
#82788E
(130,120,142)
#8F869A
(143,134,154)
#9C94A6
(156,148,166)
#A9A2B2
(169,162,178)
#B6B0BE
(182,176,190)
#C3BECA
(195,190,202)
#D0CCD6
(208,204,214)
#DDDAE2
(221,218,226)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685C76; }

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

This text font color is #685C76.


Background Color

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

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

This div background color is #685C76.


Border color

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

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

This div border color is #685C76.


Opacity

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

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

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

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

This text has shadow with #685C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685C76 on black background.


Color preview on white background

This text has color #685C76 on white background.



Black color preview on #685C76 background

This text has black color on #685C76 background.


White color preview on #685C76 background

This text has white color on #685C76 background.