COLOR #686F4D

HEX: #686F4D
RGB: (104,111,77)

Color info

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

RGB color model

#686F4D color RGB value is (104,111,77).

  • red value is 104;
  • green value is 111;
  • blue value is 77.
RGB:
(104,111,77)
(41%,44%,30%)

RGB channels and saturation

R 104 of 255 = 41%
G 111 of 255 = 44%
B 77 of 255 = 30%

104
111
77

R + G + B ~ 38%. #686F4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 111 + 77 = 292 (100%)
R 104 of 292 ~ 35.62%
G 111 of 292 ~ 38.01%
B 77 of 292 ~ 26.37%

%35.62
%38.01
%26.37

CMYK color model

#686F4D color CMYK value is (6,0,31,56).

  • cyan value is 6.31%
  • magenta value is 0.00%
  • yellow value is 30.63%
  • key color value is 56.47%
CMYK:
(6,0,31,56)
C6M0Y31K56 
(6%,0%,31%,56%)
(0.06/0.00/0.31/0.56)	

CMYK percentages

%6.31
%0
%30.63
%56.47

Codes

Color #686F4D in popluar color models

686F4D
RGB10411177
HSL72°18.09%36.86%
HSB/HSV72°30.63%43.53%
CMYK6.31%0.00%30.63%
56.47%

Color #686F4D in popluar number systems.

HEX686F4D
Decimal10411177
Binary110100011011111001101
Octal150157115

Shades and tints

Shades of #686F4D

#686F4D
(104,111,77)
#5F6546
(95,101,70)
#565B3F
(86,91,63)
#4D5138
(77,81,56)
#444731
(68,71,49)
#3B3D2A
(59,61,42)
#323323
(50,51,35)
#29291C
(41,41,28)
#201F15
(32,31,21)
#17150E
(23,21,14)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #686F4D

#686F4D
(104,111,77)
#757C5D
(117,124,93)
#82896D
(130,137,109)
#8F967D
(143,150,125)
#9CA38D
(156,163,141)
#A9B09D
(169,176,157)
#B6BDAD
(182,189,173)
#C3CABD
(195,202,189)
#D0D7CD
(208,215,205)
#DDE4DD
(221,228,221)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686F4D color. Also use rgb(104,111,77) instead hex code.

Text Font Color

.myTextColor { color: #686F4D; }

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

This text font color is #686F4D.


Background Color

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

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

This div background color is #686F4D.


Border color

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

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

This div border color is #686F4D.


Opacity

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

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

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

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

This text has shadow with #686F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686F4D on black background.


Color preview on white background

This text has color #686F4D on white background.



Black color preview on #686F4D background

This text has black color on #686F4D background.


White color preview on #686F4D background

This text has white color on #686F4D background.