COLOR #686E53

HEX: #686E53 RGB: (104,110,83)

Color info

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

RGB color model

#686E53 color RGB value is (104,110,83).

RGB: (104,110,83) (41%, 43%, 33%)

RGB channels and saturation

R 104 of 255 = 41%
G 110 of 255 = 43%
B 83 of 255 = 33%

104
110
83

R + G + B ~ 39%. #686E53 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 110 + 83 = 297 (100%)
R 104 of 297 ~ 35.02%
G 110 of 297 ~ 37.04%
B 83 of 297 ~ 27.95'%

%35.02
%37.04
%27.95

CMYK color model

#686E53 color CMYK value is (5,0,25,57).

  • cyan value is 5.45%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 56.86%

CMYK: (5,0,25,57)
C5M0Y25K57 (5%, 0%, 25%, 57%)
(0.05 / 0.00 / 0.25 / 0.57)

CMYK percentages

%5.45
%0
%24.55
%56.86

Codes

Color #686E53 in popluar color models

68 6E 53
RGB 104 110 83
HSL 73° 13.99% 37.84%
HSB/HSV 73° 24.55% 43.14%
CMYK 5.45% 0.00% 24.55%
56.86%

Color #686E53 in popluar number systems.

HEX 68 6E 53
Decimal 104 110 83
Binary 1101000 1101110 1010011
Octal 150 156 123

Shades and tints

Shades of #686E53

#686E53
(104,110,83)
#5F644C
(95,100,76)
#565A45
(86,90,69)
#4D503E
(77,80,62)
#444637
(68,70,55)
#3B3C30
(59,60,48)
#323229
(50,50,41)
#292822
(41,40,34)
#201E1B
(32,30,27)
#171414
(23,20,20)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #686E53

#686E53
(104,110,83)
#757B62
(117,123,98)
#828871
(130,136,113)
#8F9580
(143,149,128)
#9CA28F
(156,162,143)
#A9AF9E
(169,175,158)
#B6BCAD
(182,188,173)
#C3C9BC
(195,201,188)
#D0D6CB
(208,214,203)
#DDE3DA
(221,227,218)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686E53 color. Also use rgb(104,110,83) instead hex code.

Text Font Color

.myTextColor { color: #686E53; }

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

This text font color is #686E53.

Background Color

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

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

This div background color is #686E53.

Border color

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

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

This div border color is #686E53.

Opacity

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

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

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

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

This text has shadow with #686E53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #686E53.

Preview

Color preview on black background

This text has color #686E53 on black background.


Color preview on white background

This text has color #686E53 on white background.


Black color preview on #686E53 background

This text has black color on #686E53 background.


White color preview on #686E53 background

This text has white color on #686E53 background.


Related colors

Complementary color

Complementary color for #hex is #9791AC.


I love getcolorcode.com

Triadic colors

1 #53686E and #6E5368 with #686E53 are triadic colors.

2 #536E68 and #6E6853 with #686E53 are triadic colors.