COLOR #686336

HEX: #686336
RGB: (104,99,54)

Color info

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

RGB color model

#686336 color RGB value is (104,99,54).

  • red value is 104;
  • green value is 99;
  • blue value is 54.
RGB:
(104,99,54)
(41%,39%,21%)

RGB channels and saturation

R 104 of 255 = 41%
G 99 of 255 = 39%
B 54 of 255 = 21%

104
99
54

R + G + B ~ 34%. #686336 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 99 + 54 = 257 (100%)
R 104 of 257 ~ 40.47%
G 99 of 257 ~ 38.52%
B 54 of 257 ~ 21.01%

%40.47
%38.52
%21.01

CMYK color model

#686336 color CMYK value is (0,5,48,59).

  • cyan value is 0.00%
  • magenta value is 4.81%
  • yellow value is 48.08%
  • key color value is 59.22%
CMYK:
(0,5,48,59)
C0M5Y48K59 
(0%,5%,48%,59%)
(0.00/0.05/0.48/0.59)	

CMYK percentages

%0
%4.81
%48.08
%59.22

Codes

Color #686336 in popluar color models

686336
RGB1049954
HSL54°31.65%30.98%
HSB/HSV54°48.08%40.78%
CMYK0.00%4.81%48.08%
59.22%

Color #686336 in popluar number systems.

HEX686336
Decimal1049954
Binary11010001100011110110
Octal15014366

Shades and tints

Shades of #686336

#686336
(104,99,54)
#5F5A32
(95,90,50)
#56512E
(86,81,46)
#4D482A
(77,72,42)
#443F26
(68,63,38)
#3B3622
(59,54,34)
#322D1E
(50,45,30)
#29241A
(41,36,26)
#201B16
(32,27,22)
#171212
(23,18,18)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #686336

#686336
(104,99,54)
#757148
(117,113,72)
#827F5A
(130,127,90)
#8F8D6C
(143,141,108)
#9C9B7E
(156,155,126)
#A9A990
(169,169,144)
#B6B7A2
(182,183,162)
#C3C5B4
(195,197,180)
#D0D3C6
(208,211,198)
#DDE1D8
(221,225,216)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686336 color. Also use rgb(104,99,54) instead hex code.

Text Font Color

.myTextColor { color: #686336; }

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

This text font color is #686336.


Background Color

.myBgColor { background-color: #686336; }

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

This div background color is #686336.


Border color

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

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

This div border color is #686336.


Opacity

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

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

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

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

This text has shadow with #686336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686336 on black background.


Color preview on white background

This text has color #686336 on white background.



Black color preview on #686336 background

This text has black color on #686336 background.


White color preview on #686336 background

This text has white color on #686336 background.