COLOR #686855

HEX: #686855
RGB: (104,104,85)

Color info

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

RGB color model

#686855 color RGB value is (104,104,85).

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

RGB channels and saturation

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

104
104
85

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

Portions of RGB colors in percentages

R + G + B =
104 + 104 + 85 = 293 (100%)
R 104 of 293 ~ 35.49%
G 104 of 293 ~ 35.49%
B 85 of 293 ~ 29.01%

%35.49
%35.49
%29.01

CMYK color model

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

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

CMYK percentages

%0
%0
%18.27
%59.22

Codes

Color #686855 in popluar color models

686855
RGB10410485
HSL60°10.05%37.06%
HSB/HSV60°18.27%40.78%
CMYK0.00%0.00%18.27%
59.22%

Color #686855 in popluar number systems.

HEX686855
Decimal10410485
Binary110100011010001010101
Octal150150125

Shades and tints

Shades of #686855

#686855
(104,104,85)
#5F5F4E
(95,95,78)
#565647
(86,86,71)
#4D4D40
(77,77,64)
#444439
(68,68,57)
#3B3B32
(59,59,50)
#32322B
(50,50,43)
#292924
(41,41,36)
#20201D
(32,32,29)
#171716
(23,23,22)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #686855

#686855
(104,104,85)
#757564
(117,117,100)
#828273
(130,130,115)
#8F8F82
(143,143,130)
#9C9C91
(156,156,145)
#A9A9A0
(169,169,160)
#B6B6AF
(182,182,175)
#C3C3BE
(195,195,190)
#D0D0CD
(208,208,205)
#DDDDDC
(221,221,220)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686855; }

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

This text font color is #686855.


Background Color

.myBgColor { background-color: #686855; }

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

This div background color is #686855.


Border color

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

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

This div border color is #686855.


Opacity

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

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

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

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

This text has shadow with #686855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686855 on black background.


Color preview on white background

This text has color #686855 on white background.



Black color preview on #686855 background

This text has black color on #686855 background.


White color preview on #686855 background

This text has white color on #686855 background.