COLOR #685441

HEX: #685441
RGB: (104,84,65)

Color info

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

RGB color model

#685441 color RGB value is (104,84,65).

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

RGB channels and saturation

R 104 of 255 = 41%
G 84 of 255 = 33%
B 65 of 255 = 25%

104
84
65

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

Portions of RGB colors in percentages

R + G + B =
104 + 84 + 65 = 253 (100%)
R 104 of 253 ~ 41.11%
G 84 of 253 ~ 33.2%
B 65 of 253 ~ 25.69%

%41.11
%33.2
%25.69

CMYK color model

#685441 color CMYK value is (0,19,38,59).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 37.50%
  • key color value is 59.22%
CMYK:
(0,19,38,59)
C0M19Y38K59 
(0%,19%,38%,59%)
(0.00/0.19/0.38/0.59)	

CMYK percentages

%0
%19.23
%37.5
%59.22

Codes

Color #685441 in popluar color models

685441
RGB1048465
HSL29°23.08%33.14%
HSB/HSV29°37.50%40.78%
CMYK0.00%19.23%37.50%
59.22%

Color #685441 in popluar number systems.

HEX685441
Decimal1048465
Binary110100010101001000001
Octal150124101

Shades and tints

Shades of #685441

#685441
(104,84,65)
#5F4D3C
(95,77,60)
#564637
(86,70,55)
#4D3F32
(77,63,50)
#44382D
(68,56,45)
#3B3128
(59,49,40)
#322A23
(50,42,35)
#29231E
(41,35,30)
#201C19
(32,28,25)
#171514
(23,21,20)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #685441

#685441
(104,84,65)
#756352
(117,99,82)
#827263
(130,114,99)
#8F8174
(143,129,116)
#9C9085
(156,144,133)
#A99F96
(169,159,150)
#B6AEA7
(182,174,167)
#C3BDB8
(195,189,184)
#D0CCC9
(208,204,201)
#DDDBDA
(221,219,218)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685441; }

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

This text font color is #685441.


Background Color

.myBgColor { background-color: #685441; }

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

This div background color is #685441.


Border color

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

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

This div border color is #685441.


Opacity

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

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

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

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

This text has shadow with #685441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685441 on black background.


Color preview on white background

This text has color #685441 on white background.



Black color preview on #685441 background

This text has black color on #685441 background.


White color preview on #685441 background

This text has white color on #685441 background.