COLOR #686204

HEX: #686204 RGB: (104,98,4)

Color info

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

RGB color model

#686204 color RGB value is (104,98,4).

RGB: (104,98,4) (41%, 38%, 2%)

RGB channels and saturation

R 104 of 255 = 41%
G 98 of 255 = 38%
B 4 of 255 = 2%

104
98
4

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

Portions of RGB colors in percentages

R + G + B = 104 + 98 + 4 = 206 (100%)
R 104 of 206 ~ 50.49%
G 98 of 206 ~ 47.57%
B 4 of 206 ~ 1.94'%

%50.49
%47.57

CMYK color model

#686204 color CMYK value is (0,6,96,59).

  • cyan value is 0.00%
  • magenta value is 5.77%
  • yellow value is 96.15%
  • key color value is 59.22%

CMYK: (0,6,96,59)
C0M6Y96K59 (0%, 6%, 96%, 59%)
(0.00 / 0.06 / 0.96 / 0.59)

CMYK percentages

%0
%5.77
%96.15
%59.22

Codes

Color #686204 in popluar color models

68 62 04
RGB 104 98 4
HSL 56° 92.59% 21.18%
HSB/HSV 56° 96.15% 40.78%
CMYK 0.00% 5.77% 96.15%
59.22%

Color #686204 in popluar number systems.

HEX 68 62 04
Decimal 104 98 4
Binary 1101000 1100010 100
Octal 150 142 4

Shades and tints

Shades of #686204

#686204
(104,98,4)
#5F5A04
(95,90,4)
#565204
(86,82,4)
#4D4A04
(77,74,4)
#444204
(68,66,4)
#3B3A04
(59,58,4)
#323204
(50,50,4)
#292A04
(41,42,4)
#202204
(32,34,4)
#171A04
(23,26,4)
#0E1204
(14,18,4)
#000000
(0,0,0)

Tints of #686204

#686204
(104,98,4)
#75701A
(117,112,26)
#827E30
(130,126,48)
#8F8C46
(143,140,70)
#9C9A5C
(156,154,92)
#A9A872
(169,168,114)
#B6B688
(182,182,136)
#C3C49E
(195,196,158)
#D0D2B4
(208,210,180)
#DDE0CA
(221,224,202)
#EAEEE0
(234,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686204; }

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

This text font color is #686204.

Background Color

.myBgColor { background-color: #686204; }

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

This div background color is #686204.

Border color

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

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

This div border color is #686204.

Opacity

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

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

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

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

This text has shadow with #686204 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #686204.

Preview

Color preview on black background

This text has color #686204 on black background.


Color preview on white background

This text has color #686204 on white background.


Black color preview on #686204 background

This text has black color on #686204 background.


White color preview on #686204 background

This text has white color on #686204 background.


Related colors

Complementary color

Complementary color for #hex is #979DFB.


I love getcolorcode.com

Triadic colors

1 #046862 and #620468 with #686204 are triadic colors.

2 #046268 and #626804 with #686204 are triadic colors.