COLOR #686446

HEX: #686446
RGB: (104,100,70)

Color info

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

RGB color model

#686446 color RGB value is (104,100,70).

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

RGB channels and saturation

R 104 of 255 = 41%
G 100 of 255 = 39%
B 70 of 255 = 27%

104
100
70

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

Portions of RGB colors in percentages

R + G + B =
104 + 100 + 70 = 274 (100%)
R 104 of 274 ~ 37.96%
G 100 of 274 ~ 36.5%
B 70 of 274 ~ 25.55%

%37.96
%36.5
%25.55

CMYK color model

#686446 color CMYK value is (0,4,33,59).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 32.69%
  • key color value is 59.22%
CMYK:
(0,4,33,59)
C0M4Y33K59 
(0%,4%,33%,59%)
(0.00/0.04/0.33/0.59)	

CMYK percentages

%0
%3.85
%32.69
%59.22

Codes

Color #686446 in popluar color models

686446
RGB10410070
HSL53°19.54%34.12%
HSB/HSV53°32.69%40.78%
CMYK0.00%3.85%32.69%
59.22%

Color #686446 in popluar number systems.

HEX686446
Decimal10410070
Binary110100011001001000110
Octal150144106

Shades and tints

Shades of #686446

#686446
(104,100,70)
#5F5B40
(95,91,64)
#56523A
(86,82,58)
#4D4934
(77,73,52)
#44402E
(68,64,46)
#3B3728
(59,55,40)
#322E22
(50,46,34)
#29251C
(41,37,28)
#201C16
(32,28,22)
#171310
(23,19,16)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #686446

#686446
(104,100,70)
#757256
(117,114,86)
#828066
(130,128,102)
#8F8E76
(143,142,118)
#9C9C86
(156,156,134)
#A9AA96
(169,170,150)
#B6B8A6
(182,184,166)
#C3C6B6
(195,198,182)
#D0D4C6
(208,212,198)
#DDE2D6
(221,226,214)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686446; }

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

This text font color is #686446.


Background Color

.myBgColor { background-color: #686446; }

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

This div background color is #686446.


Border color

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

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

This div border color is #686446.


Opacity

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

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

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

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

This text has shadow with #686446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686446 on black background.


Color preview on white background

This text has color #686446 on white background.



Black color preview on #686446 background

This text has black color on #686446 background.


White color preview on #686446 background

This text has white color on #686446 background.