COLOR #685E61

HEX: #685E61
RGB: (104,94,97)

Color info

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

RGB color model

#685E61 color RGB value is (104,94,97).

  • red value is 104;
  • green value is 94;
  • blue value is 97.
RGB:
(104,94,97)
(41%,37%,38%)

RGB channels and saturation

R 104 of 255 = 41%
G 94 of 255 = 37%
B 97 of 255 = 38%

104
94
97

R + G + B ~ 39%. #685E61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 94 + 97 = 295 (100%)
R 104 of 295 ~ 35.25%
G 94 of 295 ~ 31.86%
B 97 of 295 ~ 32.88%

%35.25
%31.86
%32.88

CMYK color model

#685E61 color CMYK value is (0,10,7,59).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 6.73%
  • key color value is 59.22%
CMYK:
(0,10,7,59)
C0M10Y7K59 
(0%,10%,7%,59%)
(0.00/0.10/0.07/0.59)	

CMYK percentages

%0
%9.62
%6.73
%59.22

Codes

Color #685E61 in popluar color models

685E61
RGB1049497
HSL342°5.05%38.82%
HSB/HSV342°9.62%40.78%
CMYK0.00%9.62%6.73%
59.22%

Color #685E61 in popluar number systems.

HEX685E61
Decimal1049497
Binary110100010111101100001
Octal150136141

Shades and tints

Shades of #685E61

#685E61
(104,94,97)
#5F5659
(95,86,89)
#564E51
(86,78,81)
#4D4649
(77,70,73)
#443E41
(68,62,65)
#3B3639
(59,54,57)
#322E31
(50,46,49)
#292629
(41,38,41)
#201E21
(32,30,33)
#171619
(23,22,25)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #685E61

#685E61
(104,94,97)
#756C6F
(117,108,111)
#827A7D
(130,122,125)
#8F888B
(143,136,139)
#9C9699
(156,150,153)
#A9A4A7
(169,164,167)
#B6B2B5
(182,178,181)
#C3C0C3
(195,192,195)
#D0CED1
(208,206,209)
#DDDCDF
(221,220,223)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685E61 color. Also use rgb(104,94,97) instead hex code.

Text Font Color

.myTextColor { color: #685E61; }

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

This text font color is #685E61.


Background Color

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

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

This div background color is #685E61.


Border color

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

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

This div border color is #685E61.


Opacity

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

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

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

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

This text has shadow with #685E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685E61 on black background.


Color preview on white background

This text has color #685E61 on white background.



Black color preview on #685E61 background

This text has black color on #685E61 background.


White color preview on #685E61 background

This text has white color on #685E61 background.