COLOR #686537

HEX: #686537
RGB: (104,101,55)

Color info

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

RGB color model

#686537 color RGB value is (104,101,55).

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

RGB channels and saturation

R 104 of 255 = 41%
G 101 of 255 = 40%
B 55 of 255 = 22%

104
101
55

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

Portions of RGB colors in percentages

R + G + B =
104 + 101 + 55 = 260 (100%)
R 104 of 260 ~ 40%
G 101 of 260 ~ 38.85%
B 55 of 260 ~ 21.15%

%40
%38.85
%21.15

CMYK color model

#686537 color CMYK value is (0,3,47,59).

  • cyan value is 0.00%
  • magenta value is 2.88%
  • yellow value is 47.12%
  • key color value is 59.22%
CMYK:
(0,3,47,59)
C0M3Y47K59 
(0%,3%,47%,59%)
(0.00/0.03/0.47/0.59)	

CMYK percentages

%0
%2.88
%47.12
%59.22

Codes

Color #686537 in popluar color models

686537
RGB10410155
HSL56°30.82%31.18%
HSB/HSV56°47.12%40.78%
CMYK0.00%2.88%47.12%
59.22%

Color #686537 in popluar number systems.

HEX686537
Decimal10410155
Binary11010001100101110111
Octal15014567

Shades and tints

Shades of #686537

#686537
(104,101,55)
#5F5C32
(95,92,50)
#56532D
(86,83,45)
#4D4A28
(77,74,40)
#444123
(68,65,35)
#3B381E
(59,56,30)
#322F19
(50,47,25)
#292614
(41,38,20)
#201D0F
(32,29,15)
#17140A
(23,20,10)
#0E0B05
(14,11,5)
#000000
(0,0,0)

Tints of #686537

#686537
(104,101,55)
#757349
(117,115,73)
#82815B
(130,129,91)
#8F8F6D
(143,143,109)
#9C9D7F
(156,157,127)
#A9AB91
(169,171,145)
#B6B9A3
(182,185,163)
#C3C7B5
(195,199,181)
#D0D5C7
(208,213,199)
#DDE3D9
(221,227,217)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686537; }

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

This text font color is #686537.


Background Color

.myBgColor { background-color: #686537; }

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

This div background color is #686537.


Border color

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

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

This div border color is #686537.


Opacity

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

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

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

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

This text has shadow with #686537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686537 on black background.


Color preview on white background

This text has color #686537 on white background.



Black color preview on #686537 background

This text has black color on #686537 background.


White color preview on #686537 background

This text has white color on #686537 background.