COLOR #685D70

HEX: #685D70
RGB: (104,93,112)

Color info

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

RGB color model

#685D70 color RGB value is (104,93,112).

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

RGB channels and saturation

R 104 of 255 = 41%
G 93 of 255 = 36%
B 112 of 255 = 44%

104
93
112

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

Portions of RGB colors in percentages

R + G + B =
104 + 93 + 112 = 309 (100%)
R 104 of 309 ~ 33.66%
G 93 of 309 ~ 30.1%
B 112 of 309 ~ 36.25%

%33.66
%30.1
%36.25

CMYK color model

#685D70 color CMYK value is (7,17,0,56).

  • cyan value is 7.14%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(7,17,0,56)
C7M17Y0K56 
(7%,17%,0%,56%)
(0.07/0.17/0.00/0.56)	

CMYK percentages

%7.14
%16.96
%0
%56.08

Codes

Color #685D70 in popluar color models

685D70
RGB10493112
HSL275°9.27%40.20%
HSB/HSV275°16.96%43.92%
CMYK7.14%16.96%0.00%
56.08%

Color #685D70 in popluar number systems.

HEX685D70
Decimal10493112
Binary110100010111011110000
Octal150135160

Shades and tints

Shades of #685D70

#685D70
(104,93,112)
#5F5566
(95,85,102)
#564D5C
(86,77,92)
#4D4552
(77,69,82)
#443D48
(68,61,72)
#3B353E
(59,53,62)
#322D34
(50,45,52)
#29252A
(41,37,42)
#201D20
(32,29,32)
#171516
(23,21,22)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #685D70

#685D70
(104,93,112)
#756B7D
(117,107,125)
#82798A
(130,121,138)
#8F8797
(143,135,151)
#9C95A4
(156,149,164)
#A9A3B1
(169,163,177)
#B6B1BE
(182,177,190)
#C3BFCB
(195,191,203)
#D0CDD8
(208,205,216)
#DDDBE5
(221,219,229)
#EAE9F2
(234,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685D70; }

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

This text font color is #685D70.


Background Color

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

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

This div background color is #685D70.


Border color

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

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

This div border color is #685D70.


Opacity

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

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

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

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

This text has shadow with #685D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685D70 on black background.


Color preview on white background

This text has color #685D70 on white background.



Black color preview on #685D70 background

This text has black color on #685D70 background.


White color preview on #685D70 background

This text has white color on #685D70 background.