COLOR #685F5B

HEX: #685F5B
RGB: (104,95,91)

Color info

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

RGB color model

#685F5B color RGB value is (104,95,91).

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

RGB channels and saturation

R 104 of 255 = 41%
G 95 of 255 = 37%
B 91 of 255 = 36%

104
95
91

R + G + B ~ 38%. #685F5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 95 + 91 = 290 (100%)
R 104 of 290 ~ 35.86%
G 95 of 290 ~ 32.76%
B 91 of 290 ~ 31.38%

%35.86
%32.76
%31.38

CMYK color model

#685F5B color CMYK value is (0,9,13,59).

  • cyan value is 0.00%
  • magenta value is 8.65%
  • yellow value is 12.50%
  • key color value is 59.22%
CMYK:
(0,9,13,59)
C0M9Y13K59 
(0%,9%,13%,59%)
(0.00/0.09/0.13/0.59)	

CMYK percentages

%0
%8.65
%12.5
%59.22

Codes

Color #685F5B in popluar color models

685F5B
RGB1049591
HSL18°6.67%38.24%
HSB/HSV18°12.50%40.78%
CMYK0.00%8.65%12.50%
59.22%

Color #685F5B in popluar number systems.

HEX685F5B
Decimal1049591
Binary110100010111111011011
Octal150137133

Shades and tints

Shades of #685F5B

#685F5B
(104,95,91)
#5F5753
(95,87,83)
#564F4B
(86,79,75)
#4D4743
(77,71,67)
#443F3B
(68,63,59)
#3B3733
(59,55,51)
#322F2B
(50,47,43)
#292723
(41,39,35)
#201F1B
(32,31,27)
#171713
(23,23,19)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #685F5B

#685F5B
(104,95,91)
#756D69
(117,109,105)
#827B77
(130,123,119)
#8F8985
(143,137,133)
#9C9793
(156,151,147)
#A9A5A1
(169,165,161)
#B6B3AF
(182,179,175)
#C3C1BD
(195,193,189)
#D0CFCB
(208,207,203)
#DDDDD9
(221,221,217)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685F5B; }

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

This text font color is #685F5B.


Background Color

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

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

This div background color is #685F5B.


Border color

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

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

This div border color is #685F5B.


Opacity

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

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

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

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

This text has shadow with #685F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685F5B on black background.


Color preview on white background

This text has color #685F5B on white background.



Black color preview on #685F5B background

This text has black color on #685F5B background.


White color preview on #685F5B background

This text has white color on #685F5B background.