COLOR #686D26

HEX: #686D26
RGB: (104,109,38)

Color info

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

RGB color model

#686D26 color RGB value is (104,109,38).

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

RGB channels and saturation

R 104 of 255 = 41%
G 109 of 255 = 43%
B 38 of 255 = 15%

104
109
38

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

Portions of RGB colors in percentages

R + G + B =
104 + 109 + 38 = 251 (100%)
R 104 of 251 ~ 41.43%
G 109 of 251 ~ 43.43%
B 38 of 251 ~ 15.14%

%41.43
%43.43
%15.14

CMYK color model

#686D26 color CMYK value is (5,0,65,57).

  • cyan value is 4.59%
  • magenta value is 0.00%
  • yellow value is 65.14%
  • key color value is 57.25%
CMYK:
(5,0,65,57)
C5M0Y65K57 
(5%,0%,65%,57%)
(0.05/0.00/0.65/0.57)	

CMYK percentages

%4.59
%0
%65.14
%57.25

Codes

Color #686D26 in popluar color models

686D26
RGB10410938
HSL64°48.30%28.82%
HSB/HSV64°65.14%42.75%
CMYK4.59%0.00%65.14%
57.25%

Color #686D26 in popluar number systems.

HEX686D26
Decimal10410938
Binary11010001101101100110
Octal15015546

Shades and tints

Shades of #686D26

#686D26
(104,109,38)
#5F6423
(95,100,35)
#565B20
(86,91,32)
#4D521D
(77,82,29)
#44491A
(68,73,26)
#3B4017
(59,64,23)
#323714
(50,55,20)
#292E11
(41,46,17)
#20250E
(32,37,14)
#171C0B
(23,28,11)
#0E1308
(14,19,8)
#000000
(0,0,0)

Tints of #686D26

#686D26
(104,109,38)
#757A39
(117,122,57)
#82874C
(130,135,76)
#8F945F
(143,148,95)
#9CA172
(156,161,114)
#A9AE85
(169,174,133)
#B6BB98
(182,187,152)
#C3C8AB
(195,200,171)
#D0D5BE
(208,213,190)
#DDE2D1
(221,226,209)
#EAEFE4
(234,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686D26; }

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

This text font color is #686D26.


Background Color

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

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

This div background color is #686D26.


Border color

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

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

This div border color is #686D26.


Opacity

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

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

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

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

This text has shadow with #686D26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686D26 on black background.


Color preview on white background

This text has color #686D26 on white background.



Black color preview on #686D26 background

This text has black color on #686D26 background.


White color preview on #686D26 background

This text has white color on #686D26 background.