COLOR #686D29

HEX: #686D29
RGB: (104,109,41)

Color info

#686D29 contains mainly red and green colors. Web safe color of #686D29 is #666633 (or #663).

RGB color model

#686D29 color RGB value is (104,109,41).

  • red value is 104;
  • green value is 109;
  • blue value is 41.
RGB:
(104,109,41)
(41%,43%,16%)

RGB channels and saturation

R 104 of 255 = 41%
G 109 of 255 = 43%
B 41 of 255 = 16%

104
109
41

R + G + B ~ 33%. #686D29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 109 + 41 = 254 (100%)
R 104 of 254 ~ 40.94%
G 109 of 254 ~ 42.91%
B 41 of 254 ~ 16.14%

%40.94
%42.91
%16.14

CMYK color model

#686D29 color CMYK value is (5,0,62,57).

  • cyan value is 4.59%
  • magenta value is 0.00%
  • yellow value is 62.39%
  • key color value is 57.25%
CMYK:
(5,0,62,57)
C5M0Y62K57 
(5%,0%,62%,57%)
(0.05/0.00/0.62/0.57)	

CMYK percentages

%4.59
%0
%62.39
%57.25

Codes

Color #686D29 in popluar color models

686D29
RGB10410941
HSL64°45.33%29.41%
HSB/HSV64°62.39%42.75%
CMYK4.59%0.00%62.39%
57.25%

Color #686D29 in popluar number systems.

HEX686D29
Decimal10410941
Binary11010001101101101001
Octal15015551

Shades and tints

Shades of #686D29

#686D29
(104,109,41)
#5F6426
(95,100,38)
#565B23
(86,91,35)
#4D5220
(77,82,32)
#44491D
(68,73,29)
#3B401A
(59,64,26)
#323717
(50,55,23)
#292E14
(41,46,20)
#202511
(32,37,17)
#171C0E
(23,28,14)
#0E130B
(14,19,11)
#000000
(0,0,0)

Tints of #686D29

#686D29
(104,109,41)
#757A3C
(117,122,60)
#82874F
(130,135,79)
#8F9462
(143,148,98)
#9CA175
(156,161,117)
#A9AE88
(169,174,136)
#B6BB9B
(182,187,155)
#C3C8AE
(195,200,174)
#D0D5C1
(208,213,193)
#DDE2D4
(221,226,212)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686D29 color. Also use rgb(104,109,41) instead hex code.

Text Font Color

.myTextColor { color: #686D29; }

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

This text font color is #686D29.


Background Color

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

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

This div background color is #686D29.


Border color

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

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

This div border color is #686D29.


Opacity

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

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

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

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

This text has shadow with #686D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686D29 on black background.


Color preview on white background

This text has color #686D29 on white background.



Black color preview on #686D29 background

This text has black color on #686D29 background.


White color preview on #686D29 background

This text has white color on #686D29 background.