COLOR #686B51

HEX: #686B51 RGB: (104,107,81)

Color info

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

RGB color model

#686B51 color RGB value is (104,107,81).

RGB: (104,107,81) (41%, 42%, 32%)

RGB channels and saturation

R 104 of 255 = 41%
G 107 of 255 = 42%
B 81 of 255 = 32%

104
107
81

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

Portions of RGB colors in percentages

R + G + B = 104 + 107 + 81 = 292 (100%)
R 104 of 292 ~ 35.62%
G 107 of 292 ~ 36.64%
B 81 of 292 ~ 27.74'%

%35.62
%36.64
%27.74

CMYK color model

#686B51 color CMYK value is (3,0,24,58).

  • cyan value is 2.80%
  • magenta value is 0.00%
  • yellow value is 24.30%
  • key color value is 58.04%

CMYK: (3,0,24,58)
C3M0Y24K58 (3%, 0%, 24%, 58%)
(0.03 / 0.00 / 0.24 / 0.58)

CMYK percentages

%2.8
%0
%24.3
%58.04

Codes

Color #686B51 in popluar color models

68 6B 51
RGB 104 107 81
HSL 67° 13.83% 36.86%
HSB/HSV 67° 24.30% 41.96%
CMYK 2.80% 0.00% 24.30%
58.04%

Color #686B51 in popluar number systems.

HEX 68 6B 51
Decimal 104 107 81
Binary 1101000 1101011 1010001
Octal 150 153 121

Shades and tints

Shades of #686B51

#686B51
(104,107,81)
#5F624A
(95,98,74)
#565943
(86,89,67)
#4D503C
(77,80,60)
#444735
(68,71,53)
#3B3E2E
(59,62,46)
#323527
(50,53,39)
#292C20
(41,44,32)
#202319
(32,35,25)
#171A12
(23,26,18)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #686B51

#686B51
(104,107,81)
#757860
(117,120,96)
#82856F
(130,133,111)
#8F927E
(143,146,126)
#9C9F8D
(156,159,141)
#A9AC9C
(169,172,156)
#B6B9AB
(182,185,171)
#C3C6BA
(195,198,186)
#D0D3C9
(208,211,201)
#DDE0D8
(221,224,216)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686B51; }

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

This text font color is #686B51.

Background Color

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

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

This div background color is #686B51.

Border color

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

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

This div border color is #686B51.

Opacity

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

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

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

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

This text has shadow with #686B51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #686B51.

Preview

Color preview on black background

This text has color #686B51 on black background.


Color preview on white background

This text has color #686B51 on white background.


Black color preview on #686B51 background

This text has black color on #686B51 background.


White color preview on #686B51 background

This text has white color on #686B51 background.


Related colors

Complementary color

Complementary color for #hex is #9794AE.


I love getcolorcode.com

Triadic colors

1 #51686B and #6B5168 with #686B51 are triadic colors.

2 #516B68 and #6B6851 with #686B51 are triadic colors.