COLOR #686E46

HEX: #686E46
RGB: (104,110,70)

Color info

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

RGB color model

#686E46 color RGB value is (104,110,70).

  • red value is 104;
  • green value is 110;
  • blue value is 70.
RGB:
(104,110,70)
(41%,43%,27%)

RGB channels and saturation

R 104 of 255 = 41%
G 110 of 255 = 43%
B 70 of 255 = 27%

104
110
70

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

Portions of RGB colors in percentages

R + G + B =
104 + 110 + 70 = 284 (100%)
R 104 of 284 ~ 36.62%
G 110 of 284 ~ 38.73%
B 70 of 284 ~ 24.65%

%36.62
%38.73
%24.65

CMYK color model

#686E46 color CMYK value is (5,0,36,57).

  • cyan value is 5.45%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 56.86%
CMYK:
(5,0,36,57)
C5M0Y36K57 
(5%,0%,36%,57%)
(0.05/0.00/0.36/0.57)	

CMYK percentages

%5.45
%0
%36.36
%56.86

Codes

Color #686E46 in popluar color models

686E46
RGB10411070
HSL69°22.22%35.29%
HSB/HSV69°36.36%43.14%
CMYK5.45%0.00%36.36%
56.86%

Color #686E46 in popluar number systems.

HEX686E46
Decimal10411070
Binary110100011011101000110
Octal150156106

Shades and tints

Shades of #686E46

#686E46
(104,110,70)
#5F6440
(95,100,64)
#565A3A
(86,90,58)
#4D5034
(77,80,52)
#44462E
(68,70,46)
#3B3C28
(59,60,40)
#323222
(50,50,34)
#29281C
(41,40,28)
#201E16
(32,30,22)
#171410
(23,20,16)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #686E46

#686E46
(104,110,70)
#757B56
(117,123,86)
#828866
(130,136,102)
#8F9576
(143,149,118)
#9CA286
(156,162,134)
#A9AF96
(169,175,150)
#B6BCA6
(182,188,166)
#C3C9B6
(195,201,182)
#D0D6C6
(208,214,198)
#DDE3D6
(221,227,214)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686E46 color. Also use rgb(104,110,70) instead hex code.

Text Font Color

.myTextColor { color: #686E46; }

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

This text font color is #686E46.


Background Color

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

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

This div background color is #686E46.


Border color

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

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

This div border color is #686E46.


Opacity

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

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

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

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

This text has shadow with #686E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686E46 on black background.


Color preview on white background

This text has color #686E46 on white background.



Black color preview on #686E46 background

This text has black color on #686E46 background.


White color preview on #686E46 background

This text has white color on #686E46 background.