COLOR #686838

HEX: #686838
RGB: (104,104,56)

Color info

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

RGB color model

#686838 color RGB value is (104,104,56).

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

RGB channels and saturation

R 104 of 255 = 41%
G 104 of 255 = 41%
B 56 of 255 = 22%

104
104
56

R + G + B ~ 35%. #686838 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 104 + 56 = 264 (100%)
R 104 of 264 ~ 39.39%
G 104 of 264 ~ 39.39%
B 56 of 264 ~ 21.21%

%39.39
%39.39
%21.21

CMYK color model

#686838 color CMYK value is (0,0,46,59).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 59.22%
CMYK:
(0,0,46,59)
C0M0Y46K59 
(0%,0%,46%,59%)
(0.00/0.00/0.46/0.59)	

CMYK percentages

%0
%0
%46.15
%59.22

Codes

Color #686838 in popluar color models

686838
RGB10410456
HSL60°30.00%31.37%
HSB/HSV60°46.15%40.78%
CMYK0.00%0.00%46.15%
59.22%

Color #686838 in popluar number systems.

HEX686838
Decimal10410456
Binary11010001101000111000
Octal15015070

Shades and tints

Shades of #686838

#686838
(104,104,56)
#5F5F33
(95,95,51)
#56562E
(86,86,46)
#4D4D29
(77,77,41)
#444424
(68,68,36)
#3B3B1F
(59,59,31)
#32321A
(50,50,26)
#292915
(41,41,21)
#202010
(32,32,16)
#17170B
(23,23,11)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #686838

#686838
(104,104,56)
#75754A
(117,117,74)
#82825C
(130,130,92)
#8F8F6E
(143,143,110)
#9C9C80
(156,156,128)
#A9A992
(169,169,146)
#B6B6A4
(182,182,164)
#C3C3B6
(195,195,182)
#D0D0C8
(208,208,200)
#DDDDDA
(221,221,218)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686838; }

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

This text font color is #686838.


Background Color

.myBgColor { background-color: #686838; }

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

This div background color is #686838.


Border color

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

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

This div border color is #686838.


Opacity

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

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

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

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

This text has shadow with #686838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686838 on black background.


Color preview on white background

This text has color #686838 on white background.



Black color preview on #686838 background

This text has black color on #686838 background.


White color preview on #686838 background

This text has white color on #686838 background.