COLOR #685E6D

HEX: #685E6D RGB: (104,94,109)

Color info

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

RGB color model

#685E6D color RGB value is (104,94,109).

RGB: (104,94,109) (41%, 37%, 43%)

RGB channels and saturation

R 104 of 255 = 41%
G 94 of 255 = 37%
B 109 of 255 = 43%

104
94
109

R + G + B ~ 40%. #685E6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 94 + 109 = 307 (100%)
R 104 of 307 ~ 33.88%
G 94 of 307 ~ 30.62%
B 109 of 307 ~ 35.5'%

%33.88
%30.62
%35.5

CMYK color model

#685E6D color CMYK value is (5,14,0,57).

  • cyan value is 4.59%
  • magenta value is 13.76%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (5,14,0,57)
C5M14Y0K57 (5%, 14%, 0%, 57%)
(0.05 / 0.14 / 0.00 / 0.57)

CMYK percentages

%4.59
%13.76
%0
%57.25

Codes

Color #685E6D in popluar color models

68 5E 6D
RGB 104 94 109
HSL 280° 7.39% 39.80%
HSB/HSV 280° 13.76% 42.75%
CMYK 4.59% 13.76% 0.00%
57.25%

Color #685E6D in popluar number systems.

HEX 68 5E 6D
Decimal 104 94 109
Binary 1101000 1011110 1101101
Octal 150 136 155

Shades and tints

Shades of #685E6D

#685E6D
(104,94,109)
#5F5664
(95,86,100)
#564E5B
(86,78,91)
#4D4652
(77,70,82)
#443E49
(68,62,73)
#3B3640
(59,54,64)
#322E37
(50,46,55)
#29262E
(41,38,46)
#201E25
(32,30,37)
#17161C
(23,22,28)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #685E6D

#685E6D
(104,94,109)
#756C7A
(117,108,122)
#827A87
(130,122,135)
#8F8894
(143,136,148)
#9C96A1
(156,150,161)
#A9A4AE
(169,164,174)
#B6B2BB
(182,178,187)
#C3C0C8
(195,192,200)
#D0CED5
(208,206,213)
#DDDCE2
(221,220,226)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685E6D; }

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

This text font color is #685E6D.

Background Color

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

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

This div background color is #685E6D.

Border color

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

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

This div border color is #685E6D.

Opacity

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

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

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

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

This text has shadow with #685E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #685E6D.

Preview

Color preview on black background

This text has color #685E6D on black background.


Color preview on white background

This text has color #685E6D on white background.


Black color preview on #685E6D background

This text has black color on #685E6D background.


White color preview on #685E6D background

This text has white color on #685E6D background.


Related colors

Complementary color

Complementary color for #hex is #97A192.


I love getcolorcode.com

Triadic colors

1 #6D685E and #5E6D68 with #685E6D are triadic colors.

2 #6D5E68 and #5E686D with #685E6D are triadic colors.