COLOR #686A55

HEX: #686A55
RGB: (104,106,85)

Color info

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

RGB color model

#686A55 color RGB value is (104,106,85).

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

RGB channels and saturation

R 104 of 255 = 41%
G 106 of 255 = 42%
B 85 of 255 = 33%

104
106
85

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

Portions of RGB colors in percentages

R + G + B =
104 + 106 + 85 = 295 (100%)
R 104 of 295 ~ 35.25%
G 106 of 295 ~ 35.93%
B 85 of 295 ~ 28.81%

%35.25
%35.93
%28.81

CMYK color model

#686A55 color CMYK value is (2,0,20,58).

  • cyan value is 1.89%
  • magenta value is 0.00%
  • yellow value is 19.81%
  • key color value is 58.43%
CMYK:
(2,0,20,58)
C2M0Y20K58 
(2%,0%,20%,58%)
(0.02/0.00/0.20/0.58)	

CMYK percentages

%1.89
%0
%19.81
%58.43

Codes

Color #686A55 in popluar color models

686A55
RGB10410685
HSL66°10.99%37.45%
HSB/HSV66°19.81%41.57%
CMYK1.89%0.00%19.81%
58.43%

Color #686A55 in popluar number systems.

HEX686A55
Decimal10410685
Binary110100011010101010101
Octal150152125

Shades and tints

Shades of #686A55

#686A55
(104,106,85)
#5F614E
(95,97,78)
#565847
(86,88,71)
#4D4F40
(77,79,64)
#444639
(68,70,57)
#3B3D32
(59,61,50)
#32342B
(50,52,43)
#292B24
(41,43,36)
#20221D
(32,34,29)
#171916
(23,25,22)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #686A55

#686A55
(104,106,85)
#757764
(117,119,100)
#828473
(130,132,115)
#8F9182
(143,145,130)
#9C9E91
(156,158,145)
#A9ABA0
(169,171,160)
#B6B8AF
(182,184,175)
#C3C5BE
(195,197,190)
#D0D2CD
(208,210,205)
#DDDFDC
(221,223,220)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686A55; }

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

This text font color is #686A55.


Background Color

.myBgColor { background-color: #686A55; }

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

This div background color is #686A55.


Border color

.myBorderColor { border: 1px solid #686A55; }

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

This div border color is #686A55.


Opacity

.myOpacity80 { color: #686A55; opacity: 0.8; }

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

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

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

This text has shadow with #686A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686A55 on black background.


Color preview on white background

This text has color #686A55 on white background.



Black color preview on #686A55 background

This text has black color on #686A55 background.


White color preview on #686A55 background

This text has white color on #686A55 background.