COLOR #686B3C

HEX: #686B3C
RGB: (104,107,60)

Color info

#686B3C contains red, green and blue colors in about the same proportion. Web safe color of #686B3C is #666633 (or #663).

RGB color model

#686B3C color RGB value is (104,107,60).

  • red value is 104;
  • green value is 107;
  • blue value is 60.
RGB:
(104,107,60)
(41%,42%,24%)

RGB channels and saturation

R 104 of 255 = 41%
G 107 of 255 = 42%
B 60 of 255 = 24%

104
107
60

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

Portions of RGB colors in percentages

R + G + B =
104 + 107 + 60 = 271 (100%)
R 104 of 271 ~ 38.38%
G 107 of 271 ~ 39.48%
B 60 of 271 ~ 22.14%

%38.38
%39.48
%22.14

CMYK color model

#686B3C color CMYK value is (3,0,44,58).

  • cyan value is 2.80%
  • magenta value is 0.00%
  • yellow value is 43.93%
  • key color value is 58.04%
CMYK:
(3,0,44,58)
C3M0Y44K58 
(3%,0%,44%,58%)
(0.03/0.00/0.44/0.58)	

CMYK percentages

%2.8
%0
%43.93
%58.04

Codes

Color #686B3C in popluar color models

686B3C
RGB10410760
HSL64°28.14%32.75%
HSB/HSV64°43.93%41.96%
CMYK2.80%0.00%43.93%
58.04%

Color #686B3C in popluar number systems.

HEX686B3C
Decimal10410760
Binary11010001101011111100
Octal15015374

Shades and tints

Shades of #686B3C

#686B3C
(104,107,60)
#5F6237
(95,98,55)
#565932
(86,89,50)
#4D502D
(77,80,45)
#444728
(68,71,40)
#3B3E23
(59,62,35)
#32351E
(50,53,30)
#292C19
(41,44,25)
#202314
(32,35,20)
#171A0F
(23,26,15)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #686B3C

#686B3C
(104,107,60)
#75784D
(117,120,77)
#82855E
(130,133,94)
#8F926F
(143,146,111)
#9C9F80
(156,159,128)
#A9AC91
(169,172,145)
#B6B9A2
(182,185,162)
#C3C6B3
(195,198,179)
#D0D3C4
(208,211,196)
#DDE0D5
(221,224,213)
#EAEDE6
(234,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686B3C color. Also use rgb(104,107,60) instead hex code.

Text Font Color

.myTextColor { color: #686B3C; }

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

This text font color is #686B3C.


Background Color

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

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

This div background color is #686B3C.


Border color

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

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

This div border color is #686B3C.


Opacity

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

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

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

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

This text has shadow with #686B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686B3C on black background.


Color preview on white background

This text has color #686B3C on white background.



Black color preview on #686B3C background

This text has black color on #686B3C background.


White color preview on #686B3C background

This text has white color on #686B3C background.