COLOR #686650

HEX: #686650
RGB: (104,102,80)

Color info

#686650 contains red, green and blue colors in about the same proportion. Web safe color of #686650 is #666666 (or #666).

RGB color model

#686650 color RGB value is (104,102,80).

  • red value is 104;
  • green value is 102;
  • blue value is 80.
RGB:
(104,102,80)
(41%,40%,31%)

RGB channels and saturation

R 104 of 255 = 41%
G 102 of 255 = 40%
B 80 of 255 = 31%

104
102
80

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

Portions of RGB colors in percentages

R + G + B =
104 + 102 + 80 = 286 (100%)
R 104 of 286 ~ 36.36%
G 102 of 286 ~ 35.66%
B 80 of 286 ~ 27.97%

%36.36
%35.66
%27.97

CMYK color model

#686650 color CMYK value is (0,2,23,59).

  • cyan value is 0.00%
  • magenta value is 1.92%
  • yellow value is 23.08%
  • key color value is 59.22%
CMYK:
(0,2,23,59)
C0M2Y23K59 
(0%,2%,23%,59%)
(0.00/0.02/0.23/0.59)	

CMYK percentages

%0
%1.92
%23.08
%59.22

Codes

Color #686650 in popluar color models

686650
RGB10410280
HSL55°13.04%36.08%
HSB/HSV55°23.08%40.78%
CMYK0.00%1.92%23.08%
59.22%

Color #686650 in popluar number systems.

HEX686650
Decimal10410280
Binary110100011001101010000
Octal150146120

Shades and tints

Shades of #686650

#686650
(104,102,80)
#5F5D49
(95,93,73)
#565442
(86,84,66)
#4D4B3B
(77,75,59)
#444234
(68,66,52)
#3B392D
(59,57,45)
#323026
(50,48,38)
#29271F
(41,39,31)
#201E18
(32,30,24)
#171511
(23,21,17)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #686650

#686650
(104,102,80)
#75735F
(117,115,95)
#82806E
(130,128,110)
#8F8D7D
(143,141,125)
#9C9A8C
(156,154,140)
#A9A79B
(169,167,155)
#B6B4AA
(182,180,170)
#C3C1B9
(195,193,185)
#D0CEC8
(208,206,200)
#DDDBD7
(221,219,215)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686650; }

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

This text font color is #686650.


Background Color

.myBgColor { background-color: #686650; }

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

This div background color is #686650.


Border color

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

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

This div border color is #686650.


Opacity

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

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

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

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

This text has shadow with #686650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686650 on black background.


Color preview on white background

This text has color #686650 on white background.



Black color preview on #686650 background

This text has black color on #686650 background.


White color preview on #686650 background

This text has white color on #686650 background.