COLOR #685B46

HEX: #685B46
RGB: (104,91,70)

Color info

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

RGB color model

#685B46 color RGB value is (104,91,70).

  • red value is 104;
  • green value is 91;
  • blue value is 70.
RGB:
(104,91,70)
(41%,36%,27%)

RGB channels and saturation

R 104 of 255 = 41%
G 91 of 255 = 36%
B 70 of 255 = 27%

104
91
70

R + G + B ~ 35%. #685B46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 91 + 70 = 265 (100%)
R 104 of 265 ~ 39.25%
G 91 of 265 ~ 34.34%
B 70 of 265 ~ 26.42%

%39.25
%34.34
%26.42

CMYK color model

#685B46 color CMYK value is (0,13,33,59).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 32.69%
  • key color value is 59.22%
CMYK:
(0,13,33,59)
C0M13Y33K59 
(0%,13%,33%,59%)
(0.00/0.13/0.33/0.59)	

CMYK percentages

%0
%12.5
%32.69
%59.22

Codes

Color #685B46 in popluar color models

685B46
RGB1049170
HSL37°19.54%34.12%
HSB/HSV37°32.69%40.78%
CMYK0.00%12.50%32.69%
59.22%

Color #685B46 in popluar number systems.

HEX685B46
Decimal1049170
Binary110100010110111000110
Octal150133106

Shades and tints

Shades of #685B46

#685B46
(104,91,70)
#5F5340
(95,83,64)
#564B3A
(86,75,58)
#4D4334
(77,67,52)
#443B2E
(68,59,46)
#3B3328
(59,51,40)
#322B22
(50,43,34)
#29231C
(41,35,28)
#201B16
(32,27,22)
#171310
(23,19,16)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #685B46

#685B46
(104,91,70)
#756956
(117,105,86)
#827766
(130,119,102)
#8F8576
(143,133,118)
#9C9386
(156,147,134)
#A9A196
(169,161,150)
#B6AFA6
(182,175,166)
#C3BDB6
(195,189,182)
#D0CBC6
(208,203,198)
#DDD9D6
(221,217,214)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685B46 color. Also use rgb(104,91,70) instead hex code.

Text Font Color

.myTextColor { color: #685B46; }

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

This text font color is #685B46.


Background Color

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

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

This div background color is #685B46.


Border color

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

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

This div border color is #685B46.


Opacity

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

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

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

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

This text has shadow with #685B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685B46 on black background.


Color preview on white background

This text has color #685B46 on white background.



Black color preview on #685B46 background

This text has black color on #685B46 background.


White color preview on #685B46 background

This text has white color on #685B46 background.