COLOR #685B3C

HEX: #685B3C
RGB: (104,91,60)

Color info

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

RGB color model

#685B3C color RGB value is (104,91,60).

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

RGB channels and saturation

R 104 of 255 = 41%
G 91 of 255 = 36%
B 60 of 255 = 24%

104
91
60

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

Portions of RGB colors in percentages

R + G + B =
104 + 91 + 60 = 255 (100%)
R 104 of 255 ~ 40.78%
G 91 of 255 ~ 35.69%
B 60 of 255 ~ 23.53%

%40.78
%35.69
%23.53

CMYK color model

#685B3C color CMYK value is (0,13,42,59).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 42.31%
  • key color value is 59.22%
CMYK:
(0,13,42,59)
C0M13Y42K59 
(0%,13%,42%,59%)
(0.00/0.13/0.42/0.59)	

CMYK percentages

%0
%12.5
%42.31
%59.22

Codes

Color #685B3C in popluar color models

685B3C
RGB1049160
HSL42°26.83%32.16%
HSB/HSV42°42.31%40.78%
CMYK0.00%12.50%42.31%
59.22%

Color #685B3C in popluar number systems.

HEX685B3C
Decimal1049160
Binary11010001011011111100
Octal15013374

Shades and tints

Shades of #685B3C

#685B3C
(104,91,60)
#5F5337
(95,83,55)
#564B32
(86,75,50)
#4D432D
(77,67,45)
#443B28
(68,59,40)
#3B3323
(59,51,35)
#322B1E
(50,43,30)
#292319
(41,35,25)
#201B14
(32,27,20)
#17130F
(23,19,15)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #685B3C

#685B3C
(104,91,60)
#75694D
(117,105,77)
#82775E
(130,119,94)
#8F856F
(143,133,111)
#9C9380
(156,147,128)
#A9A191
(169,161,145)
#B6AFA2
(182,175,162)
#C3BDB3
(195,189,179)
#D0CBC4
(208,203,196)
#DDD9D5
(221,217,213)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685B3C; }

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

This text font color is #685B3C.


Background Color

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

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

This div background color is #685B3C.


Border color

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

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

This div border color is #685B3C.


Opacity

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

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

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

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

This text has shadow with #685B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685B3C on black background.


Color preview on white background

This text has color #685B3C on white background.



Black color preview on #685B3C background

This text has black color on #685B3C background.


White color preview on #685B3C background

This text has white color on #685B3C background.