COLOR #686422

HEX: #686422
RGB: (104,100,34)

Color info

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

RGB color model

#686422 color RGB value is (104,100,34).

  • red value is 104;
  • green value is 100;
  • blue value is 34.
RGB:
(104,100,34)
(41%,39%,13%)

RGB channels and saturation

R 104 of 255 = 41%
G 100 of 255 = 39%
B 34 of 255 = 13%

104
100
34

R + G + B ~ 31%. #686422 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 100 + 34 = 238 (100%)
R 104 of 238 ~ 43.7%
G 100 of 238 ~ 42.02%
B 34 of 238 ~ 14.29%

%43.7
%42.02
%14.29

CMYK color model

#686422 color CMYK value is (0,4,67,59).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 67.31%
  • key color value is 59.22%
CMYK:
(0,4,67,59)
C0M4Y67K59 
(0%,4%,67%,59%)
(0.00/0.04/0.67/0.59)	

CMYK percentages

%0
%3.85
%67.31
%59.22

Codes

Color #686422 in popluar color models

686422
RGB10410034
HSL57°50.72%27.06%
HSB/HSV57°67.31%40.78%
CMYK0.00%3.85%67.31%
59.22%

Color #686422 in popluar number systems.

HEX686422
Decimal10410034
Binary11010001100100100010
Octal15014442

Shades and tints

Shades of #686422

#686422
(104,100,34)
#5F5B1F
(95,91,31)
#56521C
(86,82,28)
#4D4919
(77,73,25)
#444016
(68,64,22)
#3B3713
(59,55,19)
#322E10
(50,46,16)
#29250D
(41,37,13)
#201C0A
(32,28,10)
#171307
(23,19,7)
#0E0A04
(14,10,4)
#000000
(0,0,0)

Tints of #686422

#686422
(104,100,34)
#757236
(117,114,54)
#82804A
(130,128,74)
#8F8E5E
(143,142,94)
#9C9C72
(156,156,114)
#A9AA86
(169,170,134)
#B6B89A
(182,184,154)
#C3C6AE
(195,198,174)
#D0D4C2
(208,212,194)
#DDE2D6
(221,226,214)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686422; }

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

This text font color is #686422.


Background Color

.myBgColor { background-color: #686422; }

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

This div background color is #686422.


Border color

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

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

This div border color is #686422.


Opacity

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

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

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

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

This text has shadow with #686422 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686422 on black background.


Color preview on white background

This text has color #686422 on white background.



Black color preview on #686422 background

This text has black color on #686422 background.


White color preview on #686422 background

This text has white color on #686422 background.