COLOR #686950

HEX: #686950
RGB: (104,105,80)

Color info

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

RGB color model

#686950 color RGB value is (104,105,80).

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

RGB channels and saturation

R 104 of 255 = 41%
G 105 of 255 = 41%
B 80 of 255 = 31%

104
105
80

R + G + B ~ 38%. #686950 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 105 + 80 = 289 (100%)
R 104 of 289 ~ 35.99%
G 105 of 289 ~ 36.33%
B 80 of 289 ~ 27.68%

%35.99
%36.33
%27.68

CMYK color model

#686950 color CMYK value is (1,0,24,59).

  • cyan value is 0.95%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 58.82%
CMYK:
(1,0,24,59)
C1M0Y24K59 
(1%,0%,24%,59%)
(0.01/0.00/0.24/0.59)	

CMYK percentages

%0.95
%0
%23.81
%58.82

Codes

Color #686950 in popluar color models

686950
RGB10410580
HSL62°13.51%36.27%
HSB/HSV62°23.81%41.18%
CMYK0.95%0.00%23.81%
58.82%

Color #686950 in popluar number systems.

HEX686950
Decimal10410580
Binary110100011010011010000
Octal150151120

Shades and tints

Shades of #686950

#686950
(104,105,80)
#5F6049
(95,96,73)
#565742
(86,87,66)
#4D4E3B
(77,78,59)
#444534
(68,69,52)
#3B3C2D
(59,60,45)
#323326
(50,51,38)
#292A1F
(41,42,31)
#202118
(32,33,24)
#171811
(23,24,17)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #686950

#686950
(104,105,80)
#75765F
(117,118,95)
#82836E
(130,131,110)
#8F907D
(143,144,125)
#9C9D8C
(156,157,140)
#A9AA9B
(169,170,155)
#B6B7AA
(182,183,170)
#C3C4B9
(195,196,185)
#D0D1C8
(208,209,200)
#DDDED7
(221,222,215)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686950; }

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

This text font color is #686950.


Background Color

.myBgColor { background-color: #686950; }

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

This div background color is #686950.


Border color

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

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

This div border color is #686950.


Opacity

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

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

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

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

This text has shadow with #686950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686950 on black background.


Color preview on white background

This text has color #686950 on white background.



Black color preview on #686950 background

This text has black color on #686950 background.


White color preview on #686950 background

This text has white color on #686950 background.