COLOR #685F6E

HEX: #685F6E
RGB: (104,95,110)

Color info

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

RGB color model

#685F6E color RGB value is (104,95,110).

  • red value is 104;
  • green value is 95;
  • blue value is 110.
RGB:
(104,95,110)
(41%,37%,43%)

RGB channels and saturation

R 104 of 255 = 41%
G 95 of 255 = 37%
B 110 of 255 = 43%

104
95
110

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

Portions of RGB colors in percentages

R + G + B =
104 + 95 + 110 = 309 (100%)
R 104 of 309 ~ 33.66%
G 95 of 309 ~ 30.74%
B 110 of 309 ~ 35.6%

%33.66
%30.74
%35.6

CMYK color model

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

  • cyan value is 5.45%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(5,14,0,57)
C5M14Y0K57 
(5%,14%,0%,57%)
(0.05/0.14/0.00/0.57)	

CMYK percentages

%5.45
%13.64
%0
%56.86

Codes

Color #685F6E in popluar color models

685F6E
RGB10495110
HSL276°7.32%40.20%
HSB/HSV276°13.64%43.14%
CMYK5.45%13.64%0.00%
56.86%

Color #685F6E in popluar number systems.

HEX685F6E
Decimal10495110
Binary110100010111111101110
Octal150137156

Shades and tints

Shades of #685F6E

#685F6E
(104,95,110)
#5F5764
(95,87,100)
#564F5A
(86,79,90)
#4D4750
(77,71,80)
#443F46
(68,63,70)
#3B373C
(59,55,60)
#322F32
(50,47,50)
#292728
(41,39,40)
#201F1E
(32,31,30)
#171714
(23,23,20)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #685F6E

#685F6E
(104,95,110)
#756D7B
(117,109,123)
#827B88
(130,123,136)
#8F8995
(143,137,149)
#9C97A2
(156,151,162)
#A9A5AF
(169,165,175)
#B6B3BC
(182,179,188)
#C3C1C9
(195,193,201)
#D0CFD6
(208,207,214)
#DDDDE3
(221,221,227)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685F6E; }

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

This text font color is #685F6E.


Background Color

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

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

This div background color is #685F6E.


Border color

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

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

This div border color is #685F6E.


Opacity

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

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

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

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

This text has shadow with #685F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685F6E on black background.


Color preview on white background

This text has color #685F6E on white background.



Black color preview on #685F6E background

This text has black color on #685F6E background.


White color preview on #685F6E background

This text has white color on #685F6E background.