COLOR #686C52

HEX: #686C52 RGB: (104,108,82)

Color info

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

RGB color model

#686C52 color RGB value is (104,108,82).

RGB: (104,108,82) (41%, 42%, 32%)

RGB channels and saturation

R 104 of 255 = 41%
G 108 of 255 = 42%
B 82 of 255 = 32%

104
108
82

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

Portions of RGB colors in percentages

R + G + B = 104 + 108 + 82 = 294 (100%)
R 104 of 294 ~ 35.37%
G 108 of 294 ~ 36.73%
B 82 of 294 ~ 27.89'%

%35.37
%36.73
%27.89

CMYK color model

#686C52 color CMYK value is (4,0,24,58).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 24.07%
  • key color value is 57.65%

CMYK: (4,0,24,58)
C4M0Y24K58 (4%, 0%, 24%, 58%)
(0.04 / 0.00 / 0.24 / 0.58)

CMYK percentages

%3.7
%0
%24.07
%57.65

Codes

Color #686C52 in popluar color models

68 6C 52
RGB 104 108 82
HSL 69° 13.68% 37.25%
HSB/HSV 69° 24.07% 42.35%
CMYK 3.70% 0.00% 24.07%
57.65%

Color #686C52 in popluar number systems.

HEX 68 6C 52
Decimal 104 108 82
Binary 1101000 1101100 1010010
Octal 150 154 122

Shades and tints

Shades of #686C52

#686C52
(104,108,82)
#5F634B
(95,99,75)
#565A44
(86,90,68)
#4D513D
(77,81,61)
#444836
(68,72,54)
#3B3F2F
(59,63,47)
#323628
(50,54,40)
#292D21
(41,45,33)
#20241A
(32,36,26)
#171B13
(23,27,19)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #686C52

#686C52
(104,108,82)
#757961
(117,121,97)
#828670
(130,134,112)
#8F937F
(143,147,127)
#9CA08E
(156,160,142)
#A9AD9D
(169,173,157)
#B6BAAC
(182,186,172)
#C3C7BB
(195,199,187)
#D0D4CA
(208,212,202)
#DDE1D9
(221,225,217)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686C52 color. Also use rgb(104,108,82) instead hex code.

Text Font Color

.myTextColor { color: #686C52; }

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

This text font color is #686C52.

Background Color

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

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

This div background color is #686C52.

Border color

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

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

This div border color is #686C52.

Opacity

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

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

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

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

This text has shadow with #686C52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #686C52.

Preview

Color preview on black background

This text has color #686C52 on black background.


Color preview on white background

This text has color #686C52 on white background.


Black color preview on #686C52 background

This text has black color on #686C52 background.


White color preview on #686C52 background

This text has white color on #686C52 background.


Related colors

Complementary color

Complementary color for #hex is #9793AD.


I love getcolorcode.com

Triadic colors

1 #52686C and #6C5268 with #686C52 are triadic colors.

2 #526C68 and #6C6852 with #686C52 are triadic colors.