COLOR #685E7E

HEX: #685E7E RGB: (104,94,126)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

104
94
126

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

Portions of RGB colors in percentages

R + G + B = 104 + 94 + 126 = 324 (100%)
R 104 of 324 ~ 32.1%
G 94 of 324 ~ 29.01%
B 126 of 324 ~ 38.89'%

%32.1
%29.01
%38.89

CMYK color model

#685E7E color CMYK value is (17,25,0,51).

  • cyan value is 17.46%
  • magenta value is 25.40%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (17,25,0,51)
C17M25Y0K51 (17%, 25%, 0%, 51%)
(0.17 / 0.25 / 0.00 / 0.51)

CMYK percentages

%17.46
%25.4
%0
%50.59

Codes

Color #685E7E in popluar color models

68 5E 7E
RGB 104 94 126
HSL 259° 14.55% 43.14%
HSB/HSV 259° 25.40% 49.41%
CMYK 17.46% 25.40% 0.00%
50.59%

Color #685E7E in popluar number systems.

HEX 68 5E 7E
Decimal 104 94 126
Binary 1101000 1011110 1111110
Octal 150 136 176

Shades and tints

Shades of #685E7E

#685E7E
(104,94,126)
#5F5673
(95,86,115)
#564E68
(86,78,104)
#4D465D
(77,70,93)
#443E52
(68,62,82)
#3B3647
(59,54,71)
#322E3C
(50,46,60)
#292631
(41,38,49)
#201E26
(32,30,38)
#17161B
(23,22,27)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #685E7E

#685E7E
(104,94,126)
#756C89
(117,108,137)
#827A94
(130,122,148)
#8F889F
(143,136,159)
#9C96AA
(156,150,170)
#A9A4B5
(169,164,181)
#B6B2C0
(182,178,192)
#C3C0CB
(195,192,203)
#D0CED6
(208,206,214)
#DDDCE1
(221,220,225)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685E7E; }

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

This text font color is #685E7E.

Background Color

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

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

This div background color is #685E7E.

Border color

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

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

This div border color is #685E7E.

Opacity

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

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

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

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

This text has shadow with #685E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #685E7E.

Preview

Color preview on black background

This text has color #685E7E on black background.


Color preview on white background

This text has color #685E7E on white background.


Black color preview on #685E7E background

This text has black color on #685E7E background.


White color preview on #685E7E background

This text has white color on #685E7E background.


Related colors

Complementary color

Complementary color for #hex is #97A181.


I love getcolorcode.com

Triadic colors

1 #7E685E and #5E7E68 with #685E7E are triadic colors.

2 #7E5E68 and #5E687E with #685E7E are triadic colors.