COLOR #686042

HEX: #686042
RGB: (104,96,66)

Color info

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

RGB color model

#686042 color RGB value is (104,96,66).

  • red value is 104;
  • green value is 96;
  • blue value is 66.
RGB:
(104,96,66)
(41%,38%,26%)

RGB channels and saturation

R 104 of 255 = 41%
G 96 of 255 = 38%
B 66 of 255 = 26%

104
96
66

R + G + B ~ 35%. #686042 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 96 + 66 = 266 (100%)
R 104 of 266 ~ 39.1%
G 96 of 266 ~ 36.09%
B 66 of 266 ~ 24.81%

%39.1
%36.09
%24.81

CMYK color model

#686042 color CMYK value is (0,8,37,59).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 36.54%
  • key color value is 59.22%
CMYK:
(0,8,37,59)
C0M8Y37K59 
(0%,8%,37%,59%)
(0.00/0.08/0.37/0.59)	

CMYK percentages

%0
%7.69
%36.54
%59.22

Codes

Color #686042 in popluar color models

686042
RGB1049666
HSL47°22.35%33.33%
HSB/HSV47°36.54%40.78%
CMYK0.00%7.69%36.54%
59.22%

Color #686042 in popluar number systems.

HEX686042
Decimal1049666
Binary110100011000001000010
Octal150140102

Shades and tints

Shades of #686042

#686042
(104,96,66)
#5F583C
(95,88,60)
#565036
(86,80,54)
#4D4830
(77,72,48)
#44402A
(68,64,42)
#3B3824
(59,56,36)
#32301E
(50,48,30)
#292818
(41,40,24)
#202012
(32,32,18)
#17180C
(23,24,12)
#0E1006
(14,16,6)
#000000
(0,0,0)

Tints of #686042

#686042
(104,96,66)
#756E53
(117,110,83)
#827C64
(130,124,100)
#8F8A75
(143,138,117)
#9C9886
(156,152,134)
#A9A697
(169,166,151)
#B6B4A8
(182,180,168)
#C3C2B9
(195,194,185)
#D0D0CA
(208,208,202)
#DDDEDB
(221,222,219)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686042 color. Also use rgb(104,96,66) instead hex code.

Text Font Color

.myTextColor { color: #686042; }

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

This text font color is #686042.


Background Color

.myBgColor { background-color: #686042; }

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

This div background color is #686042.


Border color

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

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

This div border color is #686042.


Opacity

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

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

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

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

This text has shadow with #686042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686042 on black background.


Color preview on white background

This text has color #686042 on white background.



Black color preview on #686042 background

This text has black color on #686042 background.


White color preview on #686042 background

This text has white color on #686042 background.