COLOR #686C48

HEX: #686C48
RGB: (104,108,72)

Color info

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

RGB color model

#686C48 color RGB value is (104,108,72).

  • red value is 104;
  • green value is 108;
  • blue value is 72.
RGB:
(104,108,72)
(41%,42%,28%)

RGB channels and saturation

R 104 of 255 = 41%
G 108 of 255 = 42%
B 72 of 255 = 28%

104
108
72

R + G + B ~ 37%. #686C48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 108 + 72 = 284 (100%)
R 104 of 284 ~ 36.62%
G 108 of 284 ~ 38.03%
B 72 of 284 ~ 25.35%

%36.62
%38.03
%25.35

CMYK color model

#686C48 color CMYK value is (4,0,33,58).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 57.65%
CMYK:
(4,0,33,58)
C4M0Y33K58 
(4%,0%,33%,58%)
(0.04/0.00/0.33/0.58)	

CMYK percentages

%3.7
%0
%33.33
%57.65

Codes

Color #686C48 in popluar color models

686C48
RGB10410872
HSL67°20.00%35.29%
HSB/HSV67°33.33%42.35%
CMYK3.70%0.00%33.33%
57.65%

Color #686C48 in popluar number systems.

HEX686C48
Decimal10410872
Binary110100011011001001000
Octal150154110

Shades and tints

Shades of #686C48

#686C48
(104,108,72)
#5F6342
(95,99,66)
#565A3C
(86,90,60)
#4D5136
(77,81,54)
#444830
(68,72,48)
#3B3F2A
(59,63,42)
#323624
(50,54,36)
#292D1E
(41,45,30)
#202418
(32,36,24)
#171B12
(23,27,18)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #686C48

#686C48
(104,108,72)
#757958
(117,121,88)
#828668
(130,134,104)
#8F9378
(143,147,120)
#9CA088
(156,160,136)
#A9AD98
(169,173,152)
#B6BAA8
(182,186,168)
#C3C7B8
(195,199,184)
#D0D4C8
(208,212,200)
#DDE1D8
(221,225,216)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686C48 color. Also use rgb(104,108,72) instead hex code.

Text Font Color

.myTextColor { color: #686C48; }

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

This text font color is #686C48.


Background Color

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

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

This div background color is #686C48.


Border color

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

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

This div border color is #686C48.


Opacity

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

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

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

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

This text has shadow with #686C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686C48 on black background.


Color preview on white background

This text has color #686C48 on white background.



Black color preview on #686C48 background

This text has black color on #686C48 background.


White color preview on #686C48 background

This text has white color on #686C48 background.