COLOR #685559

HEX: #685559
RGB: (104,85,89)

Color info

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

RGB color model

#685559 color RGB value is (104,85,89).

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

RGB channels and saturation

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

104
85
89

R + G + B ~ 36%. #685559 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 85 + 89 = 278 (100%)
R 104 of 278 ~ 37.41%
G 85 of 278 ~ 30.58%
B 89 of 278 ~ 32.01%

%37.41
%30.58
%32.01

CMYK color model

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

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

CMYK percentages

%0
%18.27
%14.42
%59.22

Codes

Color #685559 in popluar color models

685559
RGB1048589
HSL347°10.05%37.06%
HSB/HSV347°18.27%40.78%
CMYK0.00%18.27%14.42%
59.22%

Color #685559 in popluar number systems.

HEX685559
Decimal1048589
Binary110100010101011011001
Octal150125131

Shades and tints

Shades of #685559

#685559
(104,85,89)
#5F4E51
(95,78,81)
#564749
(86,71,73)
#4D4041
(77,64,65)
#443939
(68,57,57)
#3B3231
(59,50,49)
#322B29
(50,43,41)
#292421
(41,36,33)
#201D19
(32,29,25)
#171611
(23,22,17)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #685559

#685559
(104,85,89)
#756468
(117,100,104)
#827377
(130,115,119)
#8F8286
(143,130,134)
#9C9195
(156,145,149)
#A9A0A4
(169,160,164)
#B6AFB3
(182,175,179)
#C3BEC2
(195,190,194)
#D0CDD1
(208,205,209)
#DDDCE0
(221,220,224)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685559; }

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

This text font color is #685559.


Background Color

.myBgColor { background-color: #685559; }

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

This div background color is #685559.


Border color

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

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

This div border color is #685559.


Opacity

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

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

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

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

This text has shadow with #685559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685559 on black background.


Color preview on white background

This text has color #685559 on white background.



Black color preview on #685559 background

This text has black color on #685559 background.


White color preview on #685559 background

This text has white color on #685559 background.