COLOR #686137

HEX: #686137
RGB: (104,97,55)

Color info

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

RGB color model

#686137 color RGB value is (104,97,55).

  • red value is 104;
  • green value is 97;
  • blue value is 55.
RGB:
(104,97,55)
(41%,38%,22%)

RGB channels and saturation

R 104 of 255 = 41%
G 97 of 255 = 38%
B 55 of 255 = 22%

104
97
55

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

Portions of RGB colors in percentages

R + G + B =
104 + 97 + 55 = 256 (100%)
R 104 of 256 ~ 40.63%
G 97 of 256 ~ 37.89%
B 55 of 256 ~ 21.48%

%40.63
%37.89
%21.48

CMYK color model

#686137 color CMYK value is (0,7,47,59).

  • cyan value is 0.00%
  • magenta value is 6.73%
  • yellow value is 47.12%
  • key color value is 59.22%
CMYK:
(0,7,47,59)
C0M7Y47K59 
(0%,7%,47%,59%)
(0.00/0.07/0.47/0.59)	

CMYK percentages

%0
%6.73
%47.12
%59.22

Codes

Color #686137 in popluar color models

686137
RGB1049755
HSL51°30.82%31.18%
HSB/HSV51°47.12%40.78%
CMYK0.00%6.73%47.12%
59.22%

Color #686137 in popluar number systems.

HEX686137
Decimal1049755
Binary11010001100001110111
Octal15014167

Shades and tints

Shades of #686137

#686137
(104,97,55)
#5F5932
(95,89,50)
#56512D
(86,81,45)
#4D4928
(77,73,40)
#444123
(68,65,35)
#3B391E
(59,57,30)
#323119
(50,49,25)
#292914
(41,41,20)
#20210F
(32,33,15)
#17190A
(23,25,10)
#0E1105
(14,17,5)
#000000
(0,0,0)

Tints of #686137

#686137
(104,97,55)
#756F49
(117,111,73)
#827D5B
(130,125,91)
#8F8B6D
(143,139,109)
#9C997F
(156,153,127)
#A9A791
(169,167,145)
#B6B5A3
(182,181,163)
#C3C3B5
(195,195,181)
#D0D1C7
(208,209,199)
#DDDFD9
(221,223,217)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686137 color. Also use rgb(104,97,55) instead hex code.

Text Font Color

.myTextColor { color: #686137; }

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

This text font color is #686137.


Background Color

.myBgColor { background-color: #686137; }

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

This div background color is #686137.


Border color

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

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

This div border color is #686137.


Opacity

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

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

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

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

This text has shadow with #686137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686137 on black background.


Color preview on white background

This text has color #686137 on white background.



Black color preview on #686137 background

This text has black color on #686137 background.


White color preview on #686137 background

This text has white color on #686137 background.