COLOR #685547

HEX: #685547 RGB: (104,85,71)

Color info

#685547 contains red, green and blue colors in about the same proportion. Web safe color of #685547 is #666633 (or #663).

RGB color model

#685547 color RGB value is (104,85,71).

RGB: (104,85,71) (41%, 33%, 28%)

RGB channels and saturation

R 104 of 255 = 41%
G 85 of 255 = 33%
B 71 of 255 = 28%

104
85
71

R + G + B ~ 34%. #685547 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 85 + 71 = 260 (100%)
R 104 of 260 ~ 40%
G 85 of 260 ~ 32.69%
B 71 of 260 ~ 27.31'%

%40
%32.69
%27.31

CMYK color model

#685547 color CMYK value is (0,18,32,59).

  • cyan value is 0.00%
  • magenta value is 18.27%
  • yellow value is 31.73%
  • key color value is 59.22%

CMYK: (0,18,32,59)
C0M18Y32K59 (0%, 18%, 32%, 59%)
(0.00 / 0.18 / 0.32 / 0.59)

CMYK percentages

%0
%18.27
%31.73
%59.22

Codes

Color #685547 in popluar color models

68 55 47
RGB 104 85 71
HSL 25° 18.86% 34.31%
HSB/HSV 25° 31.73% 40.78%
CMYK 0.00% 18.27% 31.73%
59.22%

Color #685547 in popluar number systems.

HEX 68 55 47
Decimal 104 85 71
Binary 1101000 1010101 1000111
Octal 150 125 107

Shades and tints

Shades of #685547

#685547
(104,85,71)
#5F4E41
(95,78,65)
#56473B
(86,71,59)
#4D4035
(77,64,53)
#44392F
(68,57,47)
#3B3229
(59,50,41)
#322B23
(50,43,35)
#29241D
(41,36,29)
#201D17
(32,29,23)
#171611
(23,22,17)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #685547

#685547
(104,85,71)
#756457
(117,100,87)
#827367
(130,115,103)
#8F8277
(143,130,119)
#9C9187
(156,145,135)
#A9A097
(169,160,151)
#B6AFA7
(182,175,167)
#C3BEB7
(195,190,183)
#D0CDC7
(208,205,199)
#DDDCD7
(221,220,215)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685547 color. Also use rgb(104,85,71) instead hex code.

Text Font Color

.myTextColor { color: #685547; }

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

This text font color is #685547.

Background Color

.myBgColor { background-color: #685547; }

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

This div background color is #685547.

Border color

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

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

This div border color is #685547.

Opacity

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

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

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

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

This text has shadow with #685547 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #685547.

Preview

Color preview on black background

This text has color #685547 on black background.


Color preview on white background

This text has color #685547 on white background.


Black color preview on #685547 background

This text has black color on #685547 background.


White color preview on #685547 background

This text has white color on #685547 background.


Related colors

Complementary color

Complementary color for #hex is #97AAB8.


I love getcolorcode.com

Triadic colors

1 #476855 and #554768 with #685547 are triadic colors.

2 #475568 and #556847 with #685547 are triadic colors.