COLOR #685A5B

HEX: #685A5B
RGB: (104,90,91)

Color info

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

RGB color model

#685A5B color RGB value is (104,90,91).

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

RGB channels and saturation

R 104 of 255 = 41%
G 90 of 255 = 35%
B 91 of 255 = 36%

104
90
91

R + G + B ~ 37%. #685A5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 90 + 91 = 285 (100%)
R 104 of 285 ~ 36.49%
G 90 of 285 ~ 31.58%
B 91 of 285 ~ 31.93%

%36.49
%31.58
%31.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.46%
  • yellow value is 12.50%
  • key color value is 59.22%
CMYK:
(0,13,13,59)
C0M13Y13K59 
(0%,13%,13%,59%)
(0.00/0.13/0.13/0.59)	

CMYK percentages

%0
%13.46
%12.5
%59.22

Codes

Color #685A5B in popluar color models

685A5B
RGB1049091
HSL356°7.22%38.04%
HSB/HSV356°13.46%40.78%
CMYK0.00%13.46%12.50%
59.22%

Color #685A5B in popluar number systems.

HEX685A5B
Decimal1049091
Binary110100010110101011011
Octal150132133

Shades and tints

Shades of #685A5B

#685A5B
(104,90,91)
#5F5253
(95,82,83)
#564A4B
(86,74,75)
#4D4243
(77,66,67)
#443A3B
(68,58,59)
#3B3233
(59,50,51)
#322A2B
(50,42,43)
#292223
(41,34,35)
#201A1B
(32,26,27)
#171213
(23,18,19)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #685A5B

#685A5B
(104,90,91)
#756969
(117,105,105)
#827877
(130,120,119)
#8F8785
(143,135,133)
#9C9693
(156,150,147)
#A9A5A1
(169,165,161)
#B6B4AF
(182,180,175)
#C3C3BD
(195,195,189)
#D0D2CB
(208,210,203)
#DDE1D9
(221,225,217)
#EAF0E7
(234,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685A5B; }

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

This text font color is #685A5B.


Background Color

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

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

This div background color is #685A5B.


Border color

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

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

This div border color is #685A5B.


Opacity

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

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

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

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

This text has shadow with #685A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685A5B on black background.


Color preview on white background

This text has color #685A5B on white background.



Black color preview on #685A5B background

This text has black color on #685A5B background.


White color preview on #685A5B background

This text has white color on #685A5B background.