COLOR #685B5B

HEX: #685B5B RGB: (104,91,91)

Color info

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

RGB color model

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

RGB: (104,91,91) (41%, 36%, 36%)

RGB channels and saturation

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

104
91
91

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

Portions of RGB colors in percentages

R + G + B = 104 + 91 + 91 = 286 (100%)
R 104 of 286 ~ 36.36%
G 91 of 286 ~ 31.82%
B 91 of 286 ~ 31.82'%

%36.36
%31.82
%31.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.50%
  • 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
%12.5
%12.5
%59.22

Codes

Color #685B5B in popluar color models

68 5B 5B
RGB 104 91 91
HSL 6.67% 38.24%
HSB/HSV 12.50% 40.78%
CMYK 0.00% 12.50% 12.50%
59.22%

Color #685B5B in popluar number systems.

HEX 68 5B 5B
Decimal 104 91 91
Binary 1101000 1011011 1011011
Octal 150 133 133

Shades and tints

Shades of #685B5B

#685B5B
(104,91,91)
#5F5353
(95,83,83)
#564B4B
(86,75,75)
#4D4343
(77,67,67)
#443B3B
(68,59,59)
#3B3333
(59,51,51)
#322B2B
(50,43,43)
#292323
(41,35,35)
#201B1B
(32,27,27)
#171313
(23,19,19)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #685B5B

#685B5B
(104,91,91)
#756969
(117,105,105)
#827777
(130,119,119)
#8F8585
(143,133,133)
#9C9393
(156,147,147)
#A9A1A1
(169,161,161)
#B6AFAF
(182,175,175)
#C3BDBD
(195,189,189)
#D0CBCB
(208,203,203)
#DDD9D9
(221,217,217)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685B5B; }

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

This text font color is #685B5B.

Background Color

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

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

This div background color is #685B5B.

Border color

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

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

This div border color is #685B5B.

Opacity

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

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

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

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

This text has shadow with #685B5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #685B5B.

Preview

Color preview on black background

This text has color #685B5B on black background.


Color preview on white background

This text has color #685B5B on white background.


Black color preview on #685B5B background

This text has black color on #685B5B background.


White color preview on #685B5B background

This text has white color on #685B5B background.


Related colors

Complementary color

Complementary color for #hex is #97A4A4.


I love getcolorcode.com