COLOR #686B4A

HEX: #686B4A
RGB: (104,107,74)

Color info

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

RGB color model

#686B4A color RGB value is (104,107,74).

  • red value is 104;
  • green value is 107;
  • blue value is 74.
RGB:
(104,107,74)
(41%,42%,29%)

RGB channels and saturation

R 104 of 255 = 41%
G 107 of 255 = 42%
B 74 of 255 = 29%

104
107
74

R + G + B ~ 37%. #686B4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 107 + 74 = 285 (100%)
R 104 of 285 ~ 36.49%
G 107 of 285 ~ 37.54%
B 74 of 285 ~ 25.96%

%36.49
%37.54
%25.96

CMYK color model

#686B4A color CMYK value is (3,0,31,58).

  • cyan value is 2.80%
  • magenta value is 0.00%
  • yellow value is 30.84%
  • key color value is 58.04%
CMYK:
(3,0,31,58)
C3M0Y31K58 
(3%,0%,31%,58%)
(0.03/0.00/0.31/0.58)	

CMYK percentages

%2.8
%0
%30.84
%58.04

Codes

Color #686B4A in popluar color models

686B4A
RGB10410774
HSL65°18.23%35.49%
HSB/HSV65°30.84%41.96%
CMYK2.80%0.00%30.84%
58.04%

Color #686B4A in popluar number systems.

HEX686B4A
Decimal10410774
Binary110100011010111001010
Octal150153112

Shades and tints

Shades of #686B4A

#686B4A
(104,107,74)
#5F6244
(95,98,68)
#56593E
(86,89,62)
#4D5038
(77,80,56)
#444732
(68,71,50)
#3B3E2C
(59,62,44)
#323526
(50,53,38)
#292C20
(41,44,32)
#20231A
(32,35,26)
#171A14
(23,26,20)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #686B4A

#686B4A
(104,107,74)
#75785A
(117,120,90)
#82856A
(130,133,106)
#8F927A
(143,146,122)
#9C9F8A
(156,159,138)
#A9AC9A
(169,172,154)
#B6B9AA
(182,185,170)
#C3C6BA
(195,198,186)
#D0D3CA
(208,211,202)
#DDE0DA
(221,224,218)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686B4A color. Also use rgb(104,107,74) instead hex code.

Text Font Color

.myTextColor { color: #686B4A; }

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

This text font color is #686B4A.


Background Color

.myBgColor { background-color: #686B4A; }

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

This div background color is #686B4A.


Border color

.myBorderColor { border: 1px solid #686B4A; }

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

This div border color is #686B4A.


Opacity

.myOpacity80 { color: #686B4A; opacity: 0.8; }

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

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

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

This text has shadow with #686B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686B4A on black background.


Color preview on white background

This text has color #686B4A on white background.



Black color preview on #686B4A background

This text has black color on #686B4A background.


White color preview on #686B4A background

This text has white color on #686B4A background.