COLOR #685A4F

HEX: #685A4F RGB: (104,90,79)

Color info

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

RGB color model

#685A4F color RGB value is (104,90,79).

RGB: (104,90,79) (41%, 35%, 31%)

RGB channels and saturation

R 104 of 255 = 41%
G 90 of 255 = 35%
B 79 of 255 = 31%

104
90
79

R + G + B ~ 36%. #685A4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 90 + 79 = 273 (100%)
R 104 of 273 ~ 38.1%
G 90 of 273 ~ 32.97%
B 79 of 273 ~ 28.94'%

%38.1
%32.97
%28.94

CMYK color model

#685A4F color CMYK value is (0,13,24,59).

  • cyan value is 0.00%
  • magenta value is 13.46%
  • yellow value is 24.04%
  • key color value is 59.22%

CMYK: (0,13,24,59)
C0M13Y24K59 (0%, 13%, 24%, 59%)
(0.00 / 0.13 / 0.24 / 0.59)

CMYK percentages

%0
%13.46
%24.04
%59.22

Codes

Color #685A4F in popluar color models

68 5A 4F
RGB 104 90 79
HSL 26° 13.66% 35.88%
HSB/HSV 26° 24.04% 40.78%
CMYK 0.00% 13.46% 24.04%
59.22%

Color #685A4F in popluar number systems.

HEX 68 5A 4F
Decimal 104 90 79
Binary 1101000 1011010 1001111
Octal 150 132 117

Shades and tints

Shades of #685A4F

#685A4F
(104,90,79)
#5F5248
(95,82,72)
#564A41
(86,74,65)
#4D423A
(77,66,58)
#443A33
(68,58,51)
#3B322C
(59,50,44)
#322A25
(50,42,37)
#29221E
(41,34,30)
#201A17
(32,26,23)
#171210
(23,18,16)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #685A4F

#685A4F
(104,90,79)
#75695F
(117,105,95)
#82786F
(130,120,111)
#8F877F
(143,135,127)
#9C968F
(156,150,143)
#A9A59F
(169,165,159)
#B6B4AF
(182,180,175)
#C3C3BF
(195,195,191)
#D0D2CF
(208,210,207)
#DDE1DF
(221,225,223)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685A4F color. Also use rgb(104,90,79) instead hex code.

Text Font Color

.myTextColor { color: #685A4F; }

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

This text font color is #685A4F.

Background Color

.myBgColor { background-color: #685A4F; }

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

This div background color is #685A4F.

Border color

.myBorderColor { border: 1px solid #685A4F; }

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

This div border color is #685A4F.

Opacity

.myOpacity80 { color: #685A4F; opacity: 0.8; }

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

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

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

This text has shadow with #685A4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #685A4F.

Preview

Color preview on black background

This text has color #685A4F on black background.


Color preview on white background

This text has color #685A4F on white background.


Black color preview on #685A4F background

This text has black color on #685A4F background.


White color preview on #685A4F background

This text has white color on #685A4F background.


Related colors

Complementary color

Complementary color for #hex is #97A5B0.


I love getcolorcode.com

Triadic colors

1 #4F685A and #5A4F68 with #685A4F are triadic colors.

2 #4F5A68 and #5A684F with #685A4F are triadic colors.