COLOR #685445

HEX: #685445
RGB: (104,84,69)

Color info

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

RGB color model

#685445 color RGB value is (104,84,69).

  • red value is 104;
  • green value is 84;
  • blue value is 69.
RGB:
(104,84,69)
(41%,33%,27%)

RGB channels and saturation

R 104 of 255 = 41%
G 84 of 255 = 33%
B 69 of 255 = 27%

104
84
69

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

Portions of RGB colors in percentages

R + G + B =
104 + 84 + 69 = 257 (100%)
R 104 of 257 ~ 40.47%
G 84 of 257 ~ 32.68%
B 69 of 257 ~ 26.85%

%40.47
%32.68
%26.85

CMYK color model

#685445 color CMYK value is (0,19,34,59).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 33.65%
  • key color value is 59.22%
CMYK:
(0,19,34,59)
C0M19Y34K59 
(0%,19%,34%,59%)
(0.00/0.19/0.34/0.59)	

CMYK percentages

%0
%19.23
%33.65
%59.22

Codes

Color #685445 in popluar color models

685445
RGB1048469
HSL26°20.23%33.92%
HSB/HSV26°33.65%40.78%
CMYK0.00%19.23%33.65%
59.22%

Color #685445 in popluar number systems.

HEX685445
Decimal1048469
Binary110100010101001000101
Octal150124105

Shades and tints

Shades of #685445

#685445
(104,84,69)
#5F4D3F
(95,77,63)
#564639
(86,70,57)
#4D3F33
(77,63,51)
#44382D
(68,56,45)
#3B3127
(59,49,39)
#322A21
(50,42,33)
#29231B
(41,35,27)
#201C15
(32,28,21)
#17150F
(23,21,15)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #685445

#685445
(104,84,69)
#756355
(117,99,85)
#827265
(130,114,101)
#8F8175
(143,129,117)
#9C9085
(156,144,133)
#A99F95
(169,159,149)
#B6AEA5
(182,174,165)
#C3BDB5
(195,189,181)
#D0CCC5
(208,204,197)
#DDDBD5
(221,219,213)
#EAEAE5
(234,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685445 color. Also use rgb(104,84,69) instead hex code.

Text Font Color

.myTextColor { color: #685445; }

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

This text font color is #685445.


Background Color

.myBgColor { background-color: #685445; }

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

This div background color is #685445.


Border color

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

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

This div border color is #685445.


Opacity

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

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

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

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

This text has shadow with #685445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685445 on black background.


Color preview on white background

This text has color #685445 on white background.



Black color preview on #685445 background

This text has black color on #685445 background.


White color preview on #685445 background

This text has white color on #685445 background.