COLOR #686447

HEX: #686447
RGB: (104,100,71)

Color info

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

RGB color model

#686447 color RGB value is (104,100,71).

  • red value is 104;
  • green value is 100;
  • blue value is 71.
RGB:
(104,100,71)
(41%,39%,28%)

RGB channels and saturation

R 104 of 255 = 41%
G 100 of 255 = 39%
B 71 of 255 = 28%

104
100
71

R + G + B ~ 36%. #686447 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 100 + 71 = 275 (100%)
R 104 of 275 ~ 37.82%
G 100 of 275 ~ 36.36%
B 71 of 275 ~ 25.82%

%37.82
%36.36
%25.82

CMYK color model

#686447 color CMYK value is (0,4,32,59).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 31.73%
  • key color value is 59.22%
CMYK:
(0,4,32,59)
C0M4Y32K59 
(0%,4%,32%,59%)
(0.00/0.04/0.32/0.59)	

CMYK percentages

%0
%3.85
%31.73
%59.22

Codes

Color #686447 in popluar color models

686447
RGB10410071
HSL53°18.86%34.31%
HSB/HSV53°31.73%40.78%
CMYK0.00%3.85%31.73%
59.22%

Color #686447 in popluar number systems.

HEX686447
Decimal10410071
Binary110100011001001000111
Octal150144107

Shades and tints

Shades of #686447

#686447
(104,100,71)
#5F5B41
(95,91,65)
#56523B
(86,82,59)
#4D4935
(77,73,53)
#44402F
(68,64,47)
#3B3729
(59,55,41)
#322E23
(50,46,35)
#29251D
(41,37,29)
#201C17
(32,28,23)
#171311
(23,19,17)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #686447

#686447
(104,100,71)
#757257
(117,114,87)
#828067
(130,128,103)
#8F8E77
(143,142,119)
#9C9C87
(156,156,135)
#A9AA97
(169,170,151)
#B6B8A7
(182,184,167)
#C3C6B7
(195,198,183)
#D0D4C7
(208,212,199)
#DDE2D7
(221,226,215)
#EAF0E7
(234,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686447 color. Also use rgb(104,100,71) instead hex code.

Text Font Color

.myTextColor { color: #686447; }

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

This text font color is #686447.


Background Color

.myBgColor { background-color: #686447; }

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

This div background color is #686447.


Border color

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

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

This div border color is #686447.


Opacity

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

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

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

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

This text has shadow with #686447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686447 on black background.


Color preview on white background

This text has color #686447 on white background.



Black color preview on #686447 background

This text has black color on #686447 background.


White color preview on #686447 background

This text has white color on #686447 background.