COLOR #685F76

HEX: #685F76
RGB: (104,95,118)

Color info

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

RGB color model

#685F76 color RGB value is (104,95,118).

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

RGB channels and saturation

R 104 of 255 = 41%
G 95 of 255 = 37%
B 118 of 255 = 46%

104
95
118

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

Portions of RGB colors in percentages

R + G + B =
104 + 95 + 118 = 317 (100%)
R 104 of 317 ~ 32.81%
G 95 of 317 ~ 29.97%
B 118 of 317 ~ 37.22%

%32.81
%29.97
%37.22

CMYK color model

#685F76 color CMYK value is (12,19,0,54).

  • cyan value is 11.86%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(12,19,0,54)
C12M19Y0K54 
(12%,19%,0%,54%)
(0.12/0.19/0.00/0.54)	

CMYK percentages

%11.86
%19.49
%0
%53.73

Codes

Color #685F76 in popluar color models

685F76
RGB10495118
HSL263°10.80%41.76%
HSB/HSV263°19.49%46.27%
CMYK11.86%19.49%0.00%
53.73%

Color #685F76 in popluar number systems.

HEX685F76
Decimal10495118
Binary110100010111111110110
Octal150137166

Shades and tints

Shades of #685F76

#685F76
(104,95,118)
#5F576C
(95,87,108)
#564F62
(86,79,98)
#4D4758
(77,71,88)
#443F4E
(68,63,78)
#3B3744
(59,55,68)
#322F3A
(50,47,58)
#292730
(41,39,48)
#201F26
(32,31,38)
#17171C
(23,23,28)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #685F76

#685F76
(104,95,118)
#756D82
(117,109,130)
#827B8E
(130,123,142)
#8F899A
(143,137,154)
#9C97A6
(156,151,166)
#A9A5B2
(169,165,178)
#B6B3BE
(182,179,190)
#C3C1CA
(195,193,202)
#D0CFD6
(208,207,214)
#DDDDE2
(221,221,226)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685F76; }

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

This text font color is #685F76.


Background Color

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

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

This div background color is #685F76.


Border color

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

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

This div border color is #685F76.


Opacity

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

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

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

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

This text has shadow with #685F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685F76 on black background.


Color preview on white background

This text has color #685F76 on white background.



Black color preview on #685F76 background

This text has black color on #685F76 background.


White color preview on #685F76 background

This text has white color on #685F76 background.