COLOR #686439

HEX: #686439
RGB: (104,100,57)

Color info

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

RGB color model

#686439 color RGB value is (104,100,57).

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

RGB channels and saturation

R 104 of 255 = 41%
G 100 of 255 = 39%
B 57 of 255 = 22%

104
100
57

R + G + B ~ 34%. #686439 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 100 + 57 = 261 (100%)
R 104 of 261 ~ 39.85%
G 100 of 261 ~ 38.31%
B 57 of 261 ~ 21.84%

%39.85
%38.31
%21.84

CMYK color model

#686439 color CMYK value is (0,4,45,59).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 45.19%
  • key color value is 59.22%
CMYK:
(0,4,45,59)
C0M4Y45K59 
(0%,4%,45%,59%)
(0.00/0.04/0.45/0.59)	

CMYK percentages

%0
%3.85
%45.19
%59.22

Codes

Color #686439 in popluar color models

686439
RGB10410057
HSL55°29.19%31.57%
HSB/HSV55°45.19%40.78%
CMYK0.00%3.85%45.19%
59.22%

Color #686439 in popluar number systems.

HEX686439
Decimal10410057
Binary11010001100100111001
Octal15014471

Shades and tints

Shades of #686439

#686439
(104,100,57)
#5F5B34
(95,91,52)
#56522F
(86,82,47)
#4D492A
(77,73,42)
#444025
(68,64,37)
#3B3720
(59,55,32)
#322E1B
(50,46,27)
#292516
(41,37,22)
#201C11
(32,28,17)
#17130C
(23,19,12)
#0E0A07
(14,10,7)
#000000
(0,0,0)

Tints of #686439

#686439
(104,100,57)
#75724B
(117,114,75)
#82805D
(130,128,93)
#8F8E6F
(143,142,111)
#9C9C81
(156,156,129)
#A9AA93
(169,170,147)
#B6B8A5
(182,184,165)
#C3C6B7
(195,198,183)
#D0D4C9
(208,212,201)
#DDE2DB
(221,226,219)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686439; }

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

This text font color is #686439.


Background Color

.myBgColor { background-color: #686439; }

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

This div background color is #686439.


Border color

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

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

This div border color is #686439.


Opacity

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

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

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

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

This text has shadow with #686439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686439 on black background.


Color preview on white background

This text has color #686439 on white background.



Black color preview on #686439 background

This text has black color on #686439 background.


White color preview on #686439 background

This text has white color on #686439 background.