COLOR #686A44

HEX: #686A44
RGB: (104,106,68)

Color info

#686A44 contains red, green and blue colors in about the same proportion. Web safe color of #686A44 is #666633 (or #663).

RGB color model

#686A44 color RGB value is (104,106,68).

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

RGB channels and saturation

R 104 of 255 = 41%
G 106 of 255 = 42%
B 68 of 255 = 27%

104
106
68

R + G + B ~ 37%. #686A44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 106 + 68 = 278 (100%)
R 104 of 278 ~ 37.41%
G 106 of 278 ~ 38.13%
B 68 of 278 ~ 24.46%

%37.41
%38.13
%24.46

CMYK color model

#686A44 color CMYK value is (2,0,36,58).

  • cyan value is 1.89%
  • magenta value is 0.00%
  • yellow value is 35.85%
  • key color value is 58.43%
CMYK:
(2,0,36,58)
C2M0Y36K58 
(2%,0%,36%,58%)
(0.02/0.00/0.36/0.58)	

CMYK percentages

%1.89
%0
%35.85
%58.43

Codes

Color #686A44 in popluar color models

686A44
RGB10410668
HSL63°21.84%34.12%
HSB/HSV63°35.85%41.57%
CMYK1.89%0.00%35.85%
58.43%

Color #686A44 in popluar number systems.

HEX686A44
Decimal10410668
Binary110100011010101000100
Octal150152104

Shades and tints

Shades of #686A44

#686A44
(104,106,68)
#5F613E
(95,97,62)
#565838
(86,88,56)
#4D4F32
(77,79,50)
#44462C
(68,70,44)
#3B3D26
(59,61,38)
#323420
(50,52,32)
#292B1A
(41,43,26)
#202214
(32,34,20)
#17190E
(23,25,14)
#0E1008
(14,16,8)
#000000
(0,0,0)

Tints of #686A44

#686A44
(104,106,68)
#757755
(117,119,85)
#828466
(130,132,102)
#8F9177
(143,145,119)
#9C9E88
(156,158,136)
#A9AB99
(169,171,153)
#B6B8AA
(182,184,170)
#C3C5BB
(195,197,187)
#D0D2CC
(208,210,204)
#DDDFDD
(221,223,221)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686A44; }

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

This text font color is #686A44.


Background Color

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

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

This div background color is #686A44.


Border color

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

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

This div border color is #686A44.


Opacity

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

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

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

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

This text has shadow with #686A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686A44 on black background.


Color preview on white background

This text has color #686A44 on white background.



Black color preview on #686A44 background

This text has black color on #686A44 background.


White color preview on #686A44 background

This text has white color on #686A44 background.