COLOR #686800

HEX: #686800
RGB: (104,104,0)

Color info

#686800 contains only red and green colors. Web safe color of #686800 is #666600 (or #660).

RGB color model

#686800 color RGB value is (104,104,0).

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

RGB channels and saturation

R 104 of 255 = 41%
G 104 of 255 = 41%
B 0 of 255 = 0%

104
104
0

R + G + B ~ 27%. #686800 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 104 + 0 = 208 (100%)
R 104 of 208 ~ 50%
G 104 of 208 ~ 50%
B 0 of 208 ~ 0%

%50
%50

CMYK color model

#686800 color CMYK value is (0,0,100,59).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 59.22%
CMYK:
(0,0,100,59)
C0M0Y100K59 
(0%,0%,100%,59%)
(0.00/0.00/1.00/0.59)	

CMYK percentages

%0
%0
%100
%59.22

Codes

Color #686800 in popluar color models

686800
RGB1041040
HSL60°100.00%20.39%
HSB/HSV60°100.00%40.78%
CMYK0.00%0.00%100.00%
59.22%

Color #686800 in popluar number systems.

HEX686800
Decimal1041040
Binary110100011010000
Octal1501500

Shades and tints

Shades of #686800

#686800
(104,104,0)
#5F5F00
(95,95,0)
#565600
(86,86,0)
#4D4D00
(77,77,0)
#444400
(68,68,0)
#3B3B00
(59,59,0)
#323200
(50,50,0)
#292900
(41,41,0)
#202000
(32,32,0)
#171700
(23,23,0)
#0E0E00
(14,14,0)
#000000
(0,0,0)

Tints of #686800

#686800
(104,104,0)
#757517
(117,117,23)
#82822E
(130,130,46)
#8F8F45
(143,143,69)
#9C9C5C
(156,156,92)
#A9A973
(169,169,115)
#B6B68A
(182,182,138)
#C3C3A1
(195,195,161)
#D0D0B8
(208,208,184)
#DDDDCF
(221,221,207)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686800 color. Also use rgb(104,104,0) instead hex code.

Text Font Color

.myTextColor { color: #686800; }

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

This text font color is #686800.


Background Color

.myBgColor { background-color: #686800; }

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

This div background color is #686800.


Border color

.myBorderColor { border: 1px solid #686800; }

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

This div border color is #686800.


Opacity

.myOpacity80 { color: #686800; opacity: 0.8; }

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

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

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

This text has shadow with #686800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686800 on black background.


Color preview on white background

This text has color #686800 on white background.



Black color preview on #686800 background

This text has black color on #686800 background.


White color preview on #686800 background

This text has white color on #686800 background.