COLOR #685C3C

HEX: #685C3C
RGB: (104,92,60)

Color info

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

RGB color model

#685C3C color RGB value is (104,92,60).

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

RGB channels and saturation

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

104
92
60

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

Portions of RGB colors in percentages

R + G + B =
104 + 92 + 60 = 256 (100%)
R 104 of 256 ~ 40.63%
G 92 of 256 ~ 35.94%
B 60 of 256 ~ 23.44%

%40.63
%35.94
%23.44

CMYK color model

#685C3C color CMYK value is (0,12,42,59).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 42.31%
  • key color value is 59.22%
CMYK:
(0,12,42,59)
C0M12Y42K59 
(0%,12%,42%,59%)
(0.00/0.12/0.42/0.59)	

CMYK percentages

%0
%11.54
%42.31
%59.22

Codes

Color #685C3C in popluar color models

685C3C
RGB1049260
HSL44°26.83%32.16%
HSB/HSV44°42.31%40.78%
CMYK0.00%11.54%42.31%
59.22%

Color #685C3C in popluar number systems.

HEX685C3C
Decimal1049260
Binary11010001011100111100
Octal15013474

Shades and tints

Shades of #685C3C

#685C3C
(104,92,60)
#5F5437
(95,84,55)
#564C32
(86,76,50)
#4D442D
(77,68,45)
#443C28
(68,60,40)
#3B3423
(59,52,35)
#322C1E
(50,44,30)
#292419
(41,36,25)
#201C14
(32,28,20)
#17140F
(23,20,15)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #685C3C

#685C3C
(104,92,60)
#756A4D
(117,106,77)
#82785E
(130,120,94)
#8F866F
(143,134,111)
#9C9480
(156,148,128)
#A9A291
(169,162,145)
#B6B0A2
(182,176,162)
#C3BEB3
(195,190,179)
#D0CCC4
(208,204,196)
#DDDAD5
(221,218,213)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685C3C; }

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

This text font color is #685C3C.


Background Color

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

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

This div background color is #685C3C.


Border color

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

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

This div border color is #685C3C.


Opacity

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

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

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

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

This text has shadow with #685C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685C3C on black background.


Color preview on white background

This text has color #685C3C on white background.



Black color preview on #685C3C background

This text has black color on #685C3C background.


White color preview on #685C3C background

This text has white color on #685C3C background.