COLOR #685F65

HEX: #685F65
RGB: (104,95,101)

Color info

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

RGB color model

#685F65 color RGB value is (104,95,101).

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

RGB channels and saturation

R 104 of 255 = 41%
G 95 of 255 = 37%
B 101 of 255 = 40%

104
95
101

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

Portions of RGB colors in percentages

R + G + B =
104 + 95 + 101 = 300 (100%)
R 104 of 300 ~ 34.67%
G 95 of 300 ~ 31.67%
B 101 of 300 ~ 33.67%

%34.67
%31.67
%33.67

CMYK color model

#685F65 color CMYK value is (0,9,3,59).

  • cyan value is 0.00%
  • magenta value is 8.65%
  • yellow value is 2.88%
  • key color value is 59.22%
CMYK:
(0,9,3,59)
C0M9Y3K59 
(0%,9%,3%,59%)
(0.00/0.09/0.03/0.59)	

CMYK percentages

%0
%8.65
%2.88
%59.22

Codes

Color #685F65 in popluar color models

685F65
RGB10495101
HSL320°4.52%39.02%
HSB/HSV320°8.65%40.78%
CMYK0.00%8.65%2.88%
59.22%

Color #685F65 in popluar number systems.

HEX685F65
Decimal10495101
Binary110100010111111100101
Octal150137145

Shades and tints

Shades of #685F65

#685F65
(104,95,101)
#5F575C
(95,87,92)
#564F53
(86,79,83)
#4D474A
(77,71,74)
#443F41
(68,63,65)
#3B3738
(59,55,56)
#322F2F
(50,47,47)
#292726
(41,39,38)
#201F1D
(32,31,29)
#171714
(23,23,20)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #685F65

#685F65
(104,95,101)
#756D73
(117,109,115)
#827B81
(130,123,129)
#8F898F
(143,137,143)
#9C979D
(156,151,157)
#A9A5AB
(169,165,171)
#B6B3B9
(182,179,185)
#C3C1C7
(195,193,199)
#D0CFD5
(208,207,213)
#DDDDE3
(221,221,227)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685F65; }

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

This text font color is #685F65.


Background Color

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

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

This div background color is #685F65.


Border color

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

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

This div border color is #685F65.


Opacity

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

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

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

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

This text has shadow with #685F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685F65 on black background.


Color preview on white background

This text has color #685F65 on white background.



Black color preview on #685F65 background

This text has black color on #685F65 background.


White color preview on #685F65 background

This text has white color on #685F65 background.