COLOR #685241

HEX: #685241
RGB: (104,82,65)

Color info

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

RGB color model

#685241 color RGB value is (104,82,65).

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

RGB channels and saturation

R 104 of 255 = 41%
G 82 of 255 = 32%
B 65 of 255 = 25%

104
82
65

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

Portions of RGB colors in percentages

R + G + B =
104 + 82 + 65 = 251 (100%)
R 104 of 251 ~ 41.43%
G 82 of 251 ~ 32.67%
B 65 of 251 ~ 25.9%

%41.43
%32.67
%25.9

CMYK color model

#685241 color CMYK value is (0,21,38,59).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 37.50%
  • key color value is 59.22%
CMYK:
(0,21,38,59)
C0M21Y38K59 
(0%,21%,38%,59%)
(0.00/0.21/0.38/0.59)	

CMYK percentages

%0
%21.15
%37.5
%59.22

Codes

Color #685241 in popluar color models

685241
RGB1048265
HSL26°23.08%33.14%
HSB/HSV26°37.50%40.78%
CMYK0.00%21.15%37.50%
59.22%

Color #685241 in popluar number systems.

HEX685241
Decimal1048265
Binary110100010100101000001
Octal150122101

Shades and tints

Shades of #685241

#685241
(104,82,65)
#5F4B3C
(95,75,60)
#564437
(86,68,55)
#4D3D32
(77,61,50)
#44362D
(68,54,45)
#3B2F28
(59,47,40)
#322823
(50,40,35)
#29211E
(41,33,30)
#201A19
(32,26,25)
#171314
(23,19,20)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #685241

#685241
(104,82,65)
#756152
(117,97,82)
#827063
(130,112,99)
#8F7F74
(143,127,116)
#9C8E85
(156,142,133)
#A99D96
(169,157,150)
#B6ACA7
(182,172,167)
#C3BBB8
(195,187,184)
#D0CAC9
(208,202,201)
#DDD9DA
(221,217,218)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685241; }

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

This text font color is #685241.


Background Color

.myBgColor { background-color: #685241; }

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

This div background color is #685241.


Border color

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

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

This div border color is #685241.


Opacity

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

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

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

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

This text has shadow with #685241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685241 on black background.


Color preview on white background

This text has color #685241 on white background.



Black color preview on #685241 background

This text has black color on #685241 background.


White color preview on #685241 background

This text has white color on #685241 background.