COLOR #686D05

HEX: #686D05
RGB: (104,109,5)

Color info

#686D05 contains mainly red and green colors. Web safe color of #686D05 is #666600 (or #660).

RGB color model

#686D05 color RGB value is (104,109,5).

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

RGB channels and saturation

R 104 of 255 = 41%
G 109 of 255 = 43%
B 5 of 255 = 2%

104
109
5

R + G + B ~ 29%. #686D05 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 109 + 5 = 218 (100%)
R 104 of 218 ~ 47.71%
G 109 of 218 ~ 50%
B 5 of 218 ~ 2.29%

%47.71
%50

CMYK color model

#686D05 color CMYK value is (5,0,95,57).

  • cyan value is 4.59%
  • magenta value is 0.00%
  • yellow value is 95.41%
  • key color value is 57.25%
CMYK:
(5,0,95,57)
C5M0Y95K57 
(5%,0%,95%,57%)
(0.05/0.00/0.95/0.57)	

CMYK percentages

%4.59
%0
%95.41
%57.25

Codes

Color #686D05 in popluar color models

686D05
RGB1041095
HSL63°91.23%22.35%
HSB/HSV63°95.41%42.75%
CMYK4.59%0.00%95.41%
57.25%

Color #686D05 in popluar number systems.

HEX686D05
Decimal1041095
Binary11010001101101101
Octal1501555

Shades and tints

Shades of #686D05

#686D05
(104,109,5)
#5F6405
(95,100,5)
#565B05
(86,91,5)
#4D5205
(77,82,5)
#444905
(68,73,5)
#3B4005
(59,64,5)
#323705
(50,55,5)
#292E05
(41,46,5)
#202505
(32,37,5)
#171C05
(23,28,5)
#0E1305
(14,19,5)
#000000
(0,0,0)

Tints of #686D05

#686D05
(104,109,5)
#757A1B
(117,122,27)
#828731
(130,135,49)
#8F9447
(143,148,71)
#9CA15D
(156,161,93)
#A9AE73
(169,174,115)
#B6BB89
(182,187,137)
#C3C89F
(195,200,159)
#D0D5B5
(208,213,181)
#DDE2CB
(221,226,203)
#EAEFE1
(234,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686D05; }

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

This text font color is #686D05.


Background Color

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

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

This div background color is #686D05.


Border color

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

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

This div border color is #686D05.


Opacity

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

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

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

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

This text has shadow with #686D05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686D05 on black background.


Color preview on white background

This text has color #686D05 on white background.



Black color preview on #686D05 background

This text has black color on #686D05 background.


White color preview on #686D05 background

This text has white color on #686D05 background.