COLOR #686A24

HEX: #686A24
RGB: (104,106,36)

Color info

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

RGB color model

#686A24 color RGB value is (104,106,36).

  • red value is 104;
  • green value is 106;
  • blue value is 36.
RGB:
(104,106,36)
(41%,42%,14%)

RGB channels and saturation

R 104 of 255 = 41%
G 106 of 255 = 42%
B 36 of 255 = 14%

104
106
36

R + G + B ~ 32%. #686A24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 106 + 36 = 246 (100%)
R 104 of 246 ~ 42.28%
G 106 of 246 ~ 43.09%
B 36 of 246 ~ 14.63%

%42.28
%43.09
%14.63

CMYK color model

#686A24 color CMYK value is (2,0,66,58).

  • cyan value is 1.89%
  • magenta value is 0.00%
  • yellow value is 66.04%
  • key color value is 58.43%
CMYK:
(2,0,66,58)
C2M0Y66K58 
(2%,0%,66%,58%)
(0.02/0.00/0.66/0.58)	

CMYK percentages

%1.89
%0
%66.04
%58.43

Codes

Color #686A24 in popluar color models

686A24
RGB10410636
HSL62°49.30%27.84%
HSB/HSV62°66.04%41.57%
CMYK1.89%0.00%66.04%
58.43%

Color #686A24 in popluar number systems.

HEX686A24
Decimal10410636
Binary11010001101010100100
Octal15015244

Shades and tints

Shades of #686A24

#686A24
(104,106,36)
#5F6121
(95,97,33)
#56581E
(86,88,30)
#4D4F1B
(77,79,27)
#444618
(68,70,24)
#3B3D15
(59,61,21)
#323412
(50,52,18)
#292B0F
(41,43,15)
#20220C
(32,34,12)
#171909
(23,25,9)
#0E1006
(14,16,6)
#000000
(0,0,0)

Tints of #686A24

#686A24
(104,106,36)
#757737
(117,119,55)
#82844A
(130,132,74)
#8F915D
(143,145,93)
#9C9E70
(156,158,112)
#A9AB83
(169,171,131)
#B6B896
(182,184,150)
#C3C5A9
(195,197,169)
#D0D2BC
(208,210,188)
#DDDFCF
(221,223,207)
#EAECE2
(234,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686A24 color. Also use rgb(104,106,36) instead hex code.

Text Font Color

.myTextColor { color: #686A24; }

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

This text font color is #686A24.


Background Color

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

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

This div background color is #686A24.


Border color

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

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

This div border color is #686A24.


Opacity

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

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

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

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

This text has shadow with #686A24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686A24 on black background.


Color preview on white background

This text has color #686A24 on white background.



Black color preview on #686A24 background

This text has black color on #686A24 background.


White color preview on #686A24 background

This text has white color on #686A24 background.