COLOR #685A66

HEX: #685A66 RGB: (104,90,102)

Color info

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

RGB color model

#685A66 color RGB value is (104,90,102).

RGB: (104,90,102) (41%, 35%, 40%)

RGB channels and saturation

R 104 of 255 = 41%
G 90 of 255 = 35%
B 102 of 255 = 40%

104
90
102

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

Portions of RGB colors in percentages

R + G + B = 104 + 90 + 102 = 296 (100%)
R 104 of 296 ~ 35.14%
G 90 of 296 ~ 30.41%
B 102 of 296 ~ 34.46'%

%35.14
%30.41
%34.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.46%
  • yellow value is 1.92%
  • key color value is 59.22%

CMYK: (0,13,2,59)
C0M13Y2K59 (0%, 13%, 2%, 59%)
(0.00 / 0.13 / 0.02 / 0.59)

CMYK percentages

%0
%13.46
%1.92
%59.22

Codes

Color #685A66 in popluar color models

68 5A 66
RGB 104 90 102
HSL 309° 7.22% 38.04%
HSB/HSV 309° 13.46% 40.78%
CMYK 0.00% 13.46% 1.92%
59.22%

Color #685A66 in popluar number systems.

HEX 68 5A 66
Decimal 104 90 102
Binary 1101000 1011010 1100110
Octal 150 132 146

Shades and tints

Shades of #685A66

#685A66
(104,90,102)
#5F525D
(95,82,93)
#564A54
(86,74,84)
#4D424B
(77,66,75)
#443A42
(68,58,66)
#3B3239
(59,50,57)
#322A30
(50,42,48)
#292227
(41,34,39)
#201A1E
(32,26,30)
#171215
(23,18,21)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #685A66

#685A66
(104,90,102)
#756973
(117,105,115)
#827880
(130,120,128)
#8F878D
(143,135,141)
#9C969A
(156,150,154)
#A9A5A7
(169,165,167)
#B6B4B4
(182,180,180)
#C3C3C1
(195,195,193)
#D0D2CE
(208,210,206)
#DDE1DB
(221,225,219)
#EAF0E8
(234,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685A66; }

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

This text font color is #685A66.

Background Color

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

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

This div background color is #685A66.

Border color

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

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

This div border color is #685A66.

Opacity

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

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

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

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

This text has shadow with #685A66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #685A66.

Preview

Color preview on black background

This text has color #685A66 on black background.


Color preview on white background

This text has color #685A66 on white background.


Black color preview on #685A66 background

This text has black color on #685A66 background.


White color preview on #685A66 background

This text has white color on #685A66 background.


Related colors

Complementary color

Complementary color for #hex is #97A599.


I love getcolorcode.com

Triadic colors

1 #66685A and #5A6668 with #685A66 are triadic colors.

2 #665A68 and #5A6866 with #685A66 are triadic colors.