COLOR #686E3C

HEX: #686E3C
RGB: (104,110,60)

Color info

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

RGB color model

#686E3C color RGB value is (104,110,60).

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

RGB channels and saturation

R 104 of 255 = 41%
G 110 of 255 = 43%
B 60 of 255 = 24%

104
110
60

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

Portions of RGB colors in percentages

R + G + B =
104 + 110 + 60 = 274 (100%)
R 104 of 274 ~ 37.96%
G 110 of 274 ~ 40.15%
B 60 of 274 ~ 21.9%

%37.96
%40.15
%21.9

CMYK color model

#686E3C color CMYK value is (5,0,45,57).

  • cyan value is 5.45%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 56.86%
CMYK:
(5,0,45,57)
C5M0Y45K57 
(5%,0%,45%,57%)
(0.05/0.00/0.45/0.57)	

CMYK percentages

%5.45
%0
%45.45
%56.86

Codes

Color #686E3C in popluar color models

686E3C
RGB10411060
HSL67°29.41%33.33%
HSB/HSV67°45.45%43.14%
CMYK5.45%0.00%45.45%
56.86%

Color #686E3C in popluar number systems.

HEX686E3C
Decimal10411060
Binary11010001101110111100
Octal15015674

Shades and tints

Shades of #686E3C

#686E3C
(104,110,60)
#5F6437
(95,100,55)
#565A32
(86,90,50)
#4D502D
(77,80,45)
#444628
(68,70,40)
#3B3C23
(59,60,35)
#32321E
(50,50,30)
#292819
(41,40,25)
#201E14
(32,30,20)
#17140F
(23,20,15)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #686E3C

#686E3C
(104,110,60)
#757B4D
(117,123,77)
#82885E
(130,136,94)
#8F956F
(143,149,111)
#9CA280
(156,162,128)
#A9AF91
(169,175,145)
#B6BCA2
(182,188,162)
#C3C9B3
(195,201,179)
#D0D6C4
(208,214,196)
#DDE3D5
(221,227,213)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686E3C; }

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

This text font color is #686E3C.


Background Color

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

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

This div background color is #686E3C.


Border color

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

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

This div border color is #686E3C.


Opacity

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

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

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

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

This text has shadow with #686E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686E3C on black background.


Color preview on white background

This text has color #686E3C on white background.



Black color preview on #686E3C background

This text has black color on #686E3C background.


White color preview on #686E3C background

This text has white color on #686E3C background.