COLOR #685962

HEX: #685962
RGB: (104,89,98)

Color info

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

RGB color model

#685962 color RGB value is (104,89,98).

  • red value is 104;
  • green value is 89;
  • blue value is 98.
RGB:
(104,89,98)
(41%,35%,38%)

RGB channels and saturation

R 104 of 255 = 41%
G 89 of 255 = 35%
B 98 of 255 = 38%

104
89
98

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

Portions of RGB colors in percentages

R + G + B =
104 + 89 + 98 = 291 (100%)
R 104 of 291 ~ 35.74%
G 89 of 291 ~ 30.58%
B 98 of 291 ~ 33.68%

%35.74
%30.58
%33.68

CMYK color model

#685962 color CMYK value is (0,14,6,59).

  • cyan value is 0.00%
  • magenta value is 14.42%
  • yellow value is 5.77%
  • key color value is 59.22%
CMYK:
(0,14,6,59)
C0M14Y6K59 
(0%,14%,6%,59%)
(0.00/0.14/0.06/0.59)	

CMYK percentages

%0
%14.42
%5.77
%59.22

Codes

Color #685962 in popluar color models

685962
RGB1048998
HSL324°7.77%37.84%
HSB/HSV324°14.42%40.78%
CMYK0.00%14.42%5.77%
59.22%

Color #685962 in popluar number systems.

HEX685962
Decimal1048998
Binary110100010110011100010
Octal150131142

Shades and tints

Shades of #685962

#685962
(104,89,98)
#5F515A
(95,81,90)
#564952
(86,73,82)
#4D414A
(77,65,74)
#443942
(68,57,66)
#3B313A
(59,49,58)
#322932
(50,41,50)
#29212A
(41,33,42)
#201922
(32,25,34)
#17111A
(23,17,26)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #685962

#685962
(104,89,98)
#756870
(117,104,112)
#82777E
(130,119,126)
#8F868C
(143,134,140)
#9C959A
(156,149,154)
#A9A4A8
(169,164,168)
#B6B3B6
(182,179,182)
#C3C2C4
(195,194,196)
#D0D1D2
(208,209,210)
#DDE0E0
(221,224,224)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685962 color. Also use rgb(104,89,98) instead hex code.

Text Font Color

.myTextColor { color: #685962; }

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

This text font color is #685962.


Background Color

.myBgColor { background-color: #685962; }

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

This div background color is #685962.


Border color

.myBorderColor { border: 1px solid #685962; }

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

This div border color is #685962.


Opacity

.myOpacity80 { color: #685962; opacity: 0.8; }

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

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

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

This text has shadow with #685962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685962 on black background.


Color preview on white background

This text has color #685962 on white background.



Black color preview on #685962 background

This text has black color on #685962 background.


White color preview on #685962 background

This text has white color on #685962 background.