COLOR #686559

HEX: #686559
RGB: (104,101,89)

Color info

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

RGB color model

#686559 color RGB value is (104,101,89).

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

RGB channels and saturation

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

104
101
89

R + G + B ~ 39%. #686559 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 101 + 89 = 294 (100%)
R 104 of 294 ~ 35.37%
G 101 of 294 ~ 34.35%
B 89 of 294 ~ 30.27%

%35.37
%34.35
%30.27

CMYK color model

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

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

CMYK percentages

%0
%2.88
%14.42
%59.22

Codes

Color #686559 in popluar color models

686559
RGB10410189
HSL48°7.77%37.84%
HSB/HSV48°14.42%40.78%
CMYK0.00%2.88%14.42%
59.22%

Color #686559 in popluar number systems.

HEX686559
Decimal10410189
Binary110100011001011011001
Octal150145131

Shades and tints

Shades of #686559

#686559
(104,101,89)
#5F5C51
(95,92,81)
#565349
(86,83,73)
#4D4A41
(77,74,65)
#444139
(68,65,57)
#3B3831
(59,56,49)
#322F29
(50,47,41)
#292621
(41,38,33)
#201D19
(32,29,25)
#171411
(23,20,17)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #686559

#686559
(104,101,89)
#757368
(117,115,104)
#828177
(130,129,119)
#8F8F86
(143,143,134)
#9C9D95
(156,157,149)
#A9ABA4
(169,171,164)
#B6B9B3
(182,185,179)
#C3C7C2
(195,199,194)
#D0D5D1
(208,213,209)
#DDE3E0
(221,227,224)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686559; }

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

This text font color is #686559.


Background Color

.myBgColor { background-color: #686559; }

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

This div background color is #686559.


Border color

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

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

This div border color is #686559.


Opacity

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

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

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

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

This text has shadow with #686559 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #686559 on black background.


Color preview on white background

This text has color #686559 on white background.



Black color preview on #686559 background

This text has black color on #686559 background.


White color preview on #686559 background

This text has white color on #686559 background.