COLOR #685E5E

HEX: #685E5E RGB: (104,94,94)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

104
94
94

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

Portions of RGB colors in percentages

R + G + B = 104 + 94 + 94 = 292 (100%)
R 104 of 292 ~ 35.62%
G 94 of 292 ~ 32.19%
B 94 of 292 ~ 32.19'%

%35.62
%32.19
%32.19

CMYK color model

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

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

CMYK: (0,10,10,59)
C0M10Y10K59 (0%, 10%, 10%, 59%)
(0.00 / 0.10 / 0.10 / 0.59)

CMYK percentages

%0
%9.62
%9.62
%59.22

Codes

Color #685E5E in popluar color models

68 5E 5E
RGB 104 94 94
HSL 5.05% 38.82%
HSB/HSV 9.62% 40.78%
CMYK 0.00% 9.62% 9.62%
59.22%

Color #685E5E in popluar number systems.

HEX 68 5E 5E
Decimal 104 94 94
Binary 1101000 1011110 1011110
Octal 150 136 136

Shades and tints

Shades of #685E5E

#685E5E
(104,94,94)
#5F5656
(95,86,86)
#564E4E
(86,78,78)
#4D4646
(77,70,70)
#443E3E
(68,62,62)
#3B3636
(59,54,54)
#322E2E
(50,46,46)
#292626
(41,38,38)
#201E1E
(32,30,30)
#171616
(23,22,22)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #685E5E

#685E5E
(104,94,94)
#756C6C
(117,108,108)
#827A7A
(130,122,122)
#8F8888
(143,136,136)
#9C9696
(156,150,150)
#A9A4A4
(169,164,164)
#B6B2B2
(182,178,178)
#C3C0C0
(195,192,192)
#D0CECE
(208,206,206)
#DDDCDC
(221,220,220)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685E5E; }

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

This text font color is #685E5E.

Background Color

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

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

This div background color is #685E5E.

Border color

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

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

This div border color is #685E5E.

Opacity

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

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

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

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

This text has shadow with #685E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #685E5E.

Preview

Color preview on black background

This text has color #685E5E on black background.


Color preview on white background

This text has color #685E5E on white background.


Black color preview on #685E5E background

This text has black color on #685E5E background.


White color preview on #685E5E background

This text has white color on #685E5E background.


Related colors

Complementary color

Complementary color for #hex is #97A1A1.


I love getcolorcode.com