COLOR #685959

HEX: #685959
RGB: (104,89,89)

Color info

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

RGB color model

#685959 color RGB value is (104,89,89).

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

RGB channels and saturation

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

104
89
89

R + G + B ~ 37%. #685959 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 89 + 89 = 282 (100%)
R 104 of 282 ~ 36.88%
G 89 of 282 ~ 31.56%
B 89 of 282 ~ 31.56%

%36.88
%31.56
%31.56

CMYK color model

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

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

CMYK percentages

%0
%14.42
%14.42
%59.22

Codes

Color #685959 in popluar color models

685959
RGB1048989
HSL7.77%37.84%
HSB/HSV14.42%40.78%
CMYK0.00%14.42%14.42%
59.22%

Color #685959 in popluar number systems.

HEX685959
Decimal1048989
Binary110100010110011011001
Octal150131131

Shades and tints

Shades of #685959

#685959
(104,89,89)
#5F5151
(95,81,81)
#564949
(86,73,73)
#4D4141
(77,65,65)
#443939
(68,57,57)
#3B3131
(59,49,49)
#322929
(50,41,41)
#292121
(41,33,33)
#201919
(32,25,25)
#171111
(23,17,17)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #685959

#685959
(104,89,89)
#756868
(117,104,104)
#827777
(130,119,119)
#8F8686
(143,134,134)
#9C9595
(156,149,149)
#A9A4A4
(169,164,164)
#B6B3B3
(182,179,179)
#C3C2C2
(195,194,194)
#D0D1D1
(208,209,209)
#DDE0E0
(221,224,224)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685959; }

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

This text font color is #685959.


Background Color

.myBgColor { background-color: #685959; }

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

This div background color is #685959.


Border color

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

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

This div border color is #685959.


Opacity

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

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

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

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

This text has shadow with #685959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685959 on black background.


Color preview on white background

This text has color #685959 on white background.



Black color preview on #685959 background

This text has black color on #685959 background.


White color preview on #685959 background

This text has white color on #685959 background.