COLOR #686331

HEX: #686331
RGB: (104,99,49)

Color info

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

RGB color model

#686331 color RGB value is (104,99,49).

  • red value is 104;
  • green value is 99;
  • blue value is 49.
RGB:
(104,99,49)
(41%,39%,19%)

RGB channels and saturation

R 104 of 255 = 41%
G 99 of 255 = 39%
B 49 of 255 = 19%

104
99
49

R + G + B ~ 33%. #686331 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 99 + 49 = 252 (100%)
R 104 of 252 ~ 41.27%
G 99 of 252 ~ 39.29%
B 49 of 252 ~ 19.44%

%41.27
%39.29
%19.44

CMYK color model

#686331 color CMYK value is (0,5,53,59).

  • cyan value is 0.00%
  • magenta value is 4.81%
  • yellow value is 52.88%
  • key color value is 59.22%
CMYK:
(0,5,53,59)
C0M5Y53K59 
(0%,5%,53%,59%)
(0.00/0.05/0.53/0.59)	

CMYK percentages

%0
%4.81
%52.88
%59.22

Codes

Color #686331 in popluar color models

686331
RGB1049949
HSL55°35.95%30.00%
HSB/HSV55°52.88%40.78%
CMYK0.00%4.81%52.88%
59.22%

Color #686331 in popluar number systems.

HEX686331
Decimal1049949
Binary11010001100011110001
Octal15014361

Shades and tints

Shades of #686331

#686331
(104,99,49)
#5F5A2D
(95,90,45)
#565129
(86,81,41)
#4D4825
(77,72,37)
#443F21
(68,63,33)
#3B361D
(59,54,29)
#322D19
(50,45,25)
#292415
(41,36,21)
#201B11
(32,27,17)
#17120D
(23,18,13)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #686331

#686331
(104,99,49)
#757143
(117,113,67)
#827F55
(130,127,85)
#8F8D67
(143,141,103)
#9C9B79
(156,155,121)
#A9A98B
(169,169,139)
#B6B79D
(182,183,157)
#C3C5AF
(195,197,175)
#D0D3C1
(208,211,193)
#DDE1D3
(221,225,211)
#EAEFE5
(234,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686331 color. Also use rgb(104,99,49) instead hex code.

Text Font Color

.myTextColor { color: #686331; }

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

This text font color is #686331.


Background Color

.myBgColor { background-color: #686331; }

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

This div background color is #686331.


Border color

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

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

This div border color is #686331.


Opacity

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

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

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

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

This text has shadow with #686331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686331 on black background.


Color preview on white background

This text has color #686331 on white background.



Black color preview on #686331 background

This text has black color on #686331 background.


White color preview on #686331 background

This text has white color on #686331 background.