COLOR #686031

HEX: #686031
RGB: (104,96,49)

Color info

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

RGB color model

#686031 color RGB value is (104,96,49).

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

RGB channels and saturation

R 104 of 255 = 41%
G 96 of 255 = 38%
B 49 of 255 = 19%

104
96
49

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

Portions of RGB colors in percentages

R + G + B =
104 + 96 + 49 = 249 (100%)
R 104 of 249 ~ 41.77%
G 96 of 249 ~ 38.55%
B 49 of 249 ~ 19.68%

%41.77
%38.55
%19.68

CMYK color model

#686031 color CMYK value is (0,8,53,59).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 52.88%
  • key color value is 59.22%
CMYK:
(0,8,53,59)
C0M8Y53K59 
(0%,8%,53%,59%)
(0.00/0.08/0.53/0.59)	

CMYK percentages

%0
%7.69
%52.88
%59.22

Codes

Color #686031 in popluar color models

686031
RGB1049649
HSL51°35.95%30.00%
HSB/HSV51°52.88%40.78%
CMYK0.00%7.69%52.88%
59.22%

Color #686031 in popluar number systems.

HEX686031
Decimal1049649
Binary11010001100000110001
Octal15014061

Shades and tints

Shades of #686031

#686031
(104,96,49)
#5F582D
(95,88,45)
#565029
(86,80,41)
#4D4825
(77,72,37)
#444021
(68,64,33)
#3B381D
(59,56,29)
#323019
(50,48,25)
#292815
(41,40,21)
#202011
(32,32,17)
#17180D
(23,24,13)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #686031

#686031
(104,96,49)
#756E43
(117,110,67)
#827C55
(130,124,85)
#8F8A67
(143,138,103)
#9C9879
(156,152,121)
#A9A68B
(169,166,139)
#B6B49D
(182,180,157)
#C3C2AF
(195,194,175)
#D0D0C1
(208,208,193)
#DDDED3
(221,222,211)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686031; }

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

This text font color is #686031.


Background Color

.myBgColor { background-color: #686031; }

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

This div background color is #686031.


Border color

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

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

This div border color is #686031.


Opacity

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

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

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

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

This text has shadow with #686031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686031 on black background.


Color preview on white background

This text has color #686031 on white background.



Black color preview on #686031 background

This text has black color on #686031 background.


White color preview on #686031 background

This text has white color on #686031 background.