COLOR #685E5D

HEX: #685E5D RGB: (104,94,93)

Color info

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

RGB color model

#685E5D color RGB value is (104,94,93).

RGB: (104,94,93) (41%, 37%, 36%)

RGB channels and saturation

R 104 of 255 = 41%
G 94 of 255 = 37%
B 93 of 255 = 36%

104
94
93

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

Portions of RGB colors in percentages

R + G + B = 104 + 94 + 93 = 291 (100%)
R 104 of 291 ~ 35.74%
G 94 of 291 ~ 32.3%
B 93 of 291 ~ 31.96'%

%35.74
%32.3
%31.96

CMYK color model

#685E5D color CMYK value is (0,10,11,59).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 10.58%
  • key color value is 59.22%

CMYK: (0,10,11,59)
C0M10Y11K59 (0%, 10%, 11%, 59%)
(0.00 / 0.10 / 0.11 / 0.59)

CMYK percentages

%0
%9.62
%10.58
%59.22

Codes

Color #685E5D in popluar color models

68 5E 5D
RGB 104 94 93
HSL 5.58% 38.63%
HSB/HSV 10.58% 40.78%
CMYK 0.00% 9.62% 10.58%
59.22%

Color #685E5D in popluar number systems.

HEX 68 5E 5D
Decimal 104 94 93
Binary 1101000 1011110 1011101
Octal 150 136 135

Shades and tints

Shades of #685E5D

#685E5D
(104,94,93)
#5F5655
(95,86,85)
#564E4D
(86,78,77)
#4D4645
(77,70,69)
#443E3D
(68,62,61)
#3B3635
(59,54,53)
#322E2D
(50,46,45)
#292625
(41,38,37)
#201E1D
(32,30,29)
#171615
(23,22,21)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #685E5D

#685E5D
(104,94,93)
#756C6B
(117,108,107)
#827A79
(130,122,121)
#8F8887
(143,136,135)
#9C9695
(156,150,149)
#A9A4A3
(169,164,163)
#B6B2B1
(182,178,177)
#C3C0BF
(195,192,191)
#D0CECD
(208,206,205)
#DDDCDB
(221,220,219)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685E5D; }

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

This text font color is #685E5D.

Background Color

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

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

This div background color is #685E5D.

Border color

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

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

This div border color is #685E5D.

Opacity

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

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

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

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

This text has shadow with #685E5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #685E5D.

Preview

Color preview on black background

This text has color #685E5D on black background.


Color preview on white background

This text has color #685E5D on white background.


Black color preview on #685E5D background

This text has black color on #685E5D background.


White color preview on #685E5D background

This text has white color on #685E5D background.


Related colors

Complementary color

Complementary color for #hex is #97A1A2.


I love getcolorcode.com

Triadic colors

1 #5D685E and #5E5D68 with #685E5D are triadic colors.

2 #5D5E68 and #5E685D with #685E5D are triadic colors.