COLOR #686A3B

HEX: #686A3B
RGB: (104,106,59)

Color info

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

RGB color model

#686A3B color RGB value is (104,106,59).

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

RGB channels and saturation

R 104 of 255 = 41%
G 106 of 255 = 42%
B 59 of 255 = 23%

104
106
59

R + G + B ~ 35%. #686A3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 106 + 59 = 269 (100%)
R 104 of 269 ~ 38.66%
G 106 of 269 ~ 39.41%
B 59 of 269 ~ 21.93%

%38.66
%39.41
%21.93

CMYK color model

#686A3B color CMYK value is (2,0,44,58).

  • cyan value is 1.89%
  • magenta value is 0.00%
  • yellow value is 44.34%
  • key color value is 58.43%
CMYK:
(2,0,44,58)
C2M0Y44K58 
(2%,0%,44%,58%)
(0.02/0.00/0.44/0.58)	

CMYK percentages

%1.89
%0
%44.34
%58.43

Codes

Color #686A3B in popluar color models

686A3B
RGB10410659
HSL63°28.48%32.35%
HSB/HSV63°44.34%41.57%
CMYK1.89%0.00%44.34%
58.43%

Color #686A3B in popluar number systems.

HEX686A3B
Decimal10410659
Binary11010001101010111011
Octal15015273

Shades and tints

Shades of #686A3B

#686A3B
(104,106,59)
#5F6136
(95,97,54)
#565831
(86,88,49)
#4D4F2C
(77,79,44)
#444627
(68,70,39)
#3B3D22
(59,61,34)
#32341D
(50,52,29)
#292B18
(41,43,24)
#202213
(32,34,19)
#17190E
(23,25,14)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #686A3B

#686A3B
(104,106,59)
#75774C
(117,119,76)
#82845D
(130,132,93)
#8F916E
(143,145,110)
#9C9E7F
(156,158,127)
#A9AB90
(169,171,144)
#B6B8A1
(182,184,161)
#C3C5B2
(195,197,178)
#D0D2C3
(208,210,195)
#DDDFD4
(221,223,212)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686A3B; }

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

This text font color is #686A3B.


Background Color

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

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

This div background color is #686A3B.


Border color

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

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

This div border color is #686A3B.


Opacity

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

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

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

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

This text has shadow with #686A3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686A3B on black background.


Color preview on white background

This text has color #686A3B on white background.



Black color preview on #686A3B background

This text has black color on #686A3B background.


White color preview on #686A3B background

This text has white color on #686A3B background.