COLOR #685E51

HEX: #685E51 RGB: (104,94,81)

Color info

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

RGB color model

#685E51 color RGB value is (104,94,81).

RGB: (104,94,81) (41%, 37%, 32%)

RGB channels and saturation

R 104 of 255 = 41%
G 94 of 255 = 37%
B 81 of 255 = 32%

104
94
81

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

Portions of RGB colors in percentages

R + G + B = 104 + 94 + 81 = 279 (100%)
R 104 of 279 ~ 37.28%
G 94 of 279 ~ 33.69%
B 81 of 279 ~ 29.03'%

%37.28
%33.69
%29.03

CMYK color model

#685E51 color CMYK value is (0,10,22,59).

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

CMYK: (0,10,22,59)
C0M10Y22K59 (0%, 10%, 22%, 59%)
(0.00 / 0.10 / 0.22 / 0.59)

CMYK percentages

%0
%9.62
%22.12
%59.22

Codes

Color #685E51 in popluar color models

68 5E 51
RGB 104 94 81
HSL 34° 12.43% 36.27%
HSB/HSV 34° 22.12% 40.78%
CMYK 0.00% 9.62% 22.12%
59.22%

Color #685E51 in popluar number systems.

HEX 68 5E 51
Decimal 104 94 81
Binary 1101000 1011110 1010001
Octal 150 136 121

Shades and tints

Shades of #685E51

#685E51
(104,94,81)
#5F564A
(95,86,74)
#564E43
(86,78,67)
#4D463C
(77,70,60)
#443E35
(68,62,53)
#3B362E
(59,54,46)
#322E27
(50,46,39)
#292620
(41,38,32)
#201E19
(32,30,25)
#171612
(23,22,18)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #685E51

#685E51
(104,94,81)
#756C60
(117,108,96)
#827A6F
(130,122,111)
#8F887E
(143,136,126)
#9C968D
(156,150,141)
#A9A49C
(169,164,156)
#B6B2AB
(182,178,171)
#C3C0BA
(195,192,186)
#D0CEC9
(208,206,201)
#DDDCD8
(221,220,216)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685E51; }

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

This text font color is #685E51.

Background Color

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

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

This div background color is #685E51.

Border color

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

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

This div border color is #685E51.

Opacity

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

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

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

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

This text has shadow with #685E51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #685E51.

Preview

Color preview on black background

This text has color #685E51 on black background.


Color preview on white background

This text has color #685E51 on white background.


Black color preview on #685E51 background

This text has black color on #685E51 background.


White color preview on #685E51 background

This text has white color on #685E51 background.


Related colors

Complementary color

Complementary color for #hex is #97A1AE.


I love getcolorcode.com

Triadic colors

1 #51685E and #5E5168 with #685E51 are triadic colors.

2 #515E68 and #5E6851 with #685E51 are triadic colors.