COLOR #685A3C

HEX: #685A3C
RGB: (104,90,60)

Color info

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

RGB color model

#685A3C color RGB value is (104,90,60).

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

RGB channels and saturation

R 104 of 255 = 41%
G 90 of 255 = 35%
B 60 of 255 = 24%

104
90
60

R + G + B ~ 33%. #685A3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 90 + 60 = 254 (100%)
R 104 of 254 ~ 40.94%
G 90 of 254 ~ 35.43%
B 60 of 254 ~ 23.62%

%40.94
%35.43
%23.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.46%
  • 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
%13.46
%42.31
%59.22

Codes

Color #685A3C in popluar color models

685A3C
RGB1049060
HSL41°26.83%32.16%
HSB/HSV41°42.31%40.78%
CMYK0.00%13.46%42.31%
59.22%

Color #685A3C in popluar number systems.

HEX685A3C
Decimal1049060
Binary11010001011010111100
Octal15013274

Shades and tints

Shades of #685A3C

#685A3C
(104,90,60)
#5F5237
(95,82,55)
#564A32
(86,74,50)
#4D422D
(77,66,45)
#443A28
(68,58,40)
#3B3223
(59,50,35)
#322A1E
(50,42,30)
#292219
(41,34,25)
#201A14
(32,26,20)
#17120F
(23,18,15)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #685A3C

#685A3C
(104,90,60)
#75694D
(117,105,77)
#82785E
(130,120,94)
#8F876F
(143,135,111)
#9C9680
(156,150,128)
#A9A591
(169,165,145)
#B6B4A2
(182,180,162)
#C3C3B3
(195,195,179)
#D0D2C4
(208,210,196)
#DDE1D5
(221,225,213)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685A3C; }

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

This text font color is #685A3C.


Background Color

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

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

This div background color is #685A3C.


Border color

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

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

This div border color is #685A3C.


Opacity

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

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

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

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

This text has shadow with #685A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685A3C on black background.


Color preview on white background

This text has color #685A3C on white background.



Black color preview on #685A3C background

This text has black color on #685A3C background.


White color preview on #685A3C background

This text has white color on #685A3C background.