COLOR #685341

HEX: #685341
RGB: (104,83,65)

Color info

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

RGB color model

#685341 color RGB value is (104,83,65).

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

RGB channels and saturation

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

104
83
65

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

Portions of RGB colors in percentages

R + G + B =
104 + 83 + 65 = 252 (100%)
R 104 of 252 ~ 41.27%
G 83 of 252 ~ 32.94%
B 65 of 252 ~ 25.79%

%41.27
%32.94
%25.79

CMYK color model

#685341 color CMYK value is (0,20,38,59).

  • cyan value is 0.00%
  • magenta value is 20.19%
  • yellow value is 37.50%
  • key color value is 59.22%
CMYK:
(0,20,38,59)
C0M20Y38K59 
(0%,20%,38%,59%)
(0.00/0.20/0.38/0.59)	

CMYK percentages

%0
%20.19
%37.5
%59.22

Codes

Color #685341 in popluar color models

685341
RGB1048365
HSL28°23.08%33.14%
HSB/HSV28°37.50%40.78%
CMYK0.00%20.19%37.50%
59.22%

Color #685341 in popluar number systems.

HEX685341
Decimal1048365
Binary110100010100111000001
Octal150123101

Shades and tints

Shades of #685341

#685341
(104,83,65)
#5F4C3C
(95,76,60)
#564537
(86,69,55)
#4D3E32
(77,62,50)
#44372D
(68,55,45)
#3B3028
(59,48,40)
#322923
(50,41,35)
#29221E
(41,34,30)
#201B19
(32,27,25)
#171414
(23,20,20)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #685341

#685341
(104,83,65)
#756252
(117,98,82)
#827163
(130,113,99)
#8F8074
(143,128,116)
#9C8F85
(156,143,133)
#A99E96
(169,158,150)
#B6ADA7
(182,173,167)
#C3BCB8
(195,188,184)
#D0CBC9
(208,203,201)
#DDDADA
(221,218,218)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685341; }

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

This text font color is #685341.


Background Color

.myBgColor { background-color: #685341; }

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

This div background color is #685341.


Border color

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

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

This div border color is #685341.


Opacity

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

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

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

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

This text has shadow with #685341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685341 on black background.


Color preview on white background

This text has color #685341 on white background.



Black color preview on #685341 background

This text has black color on #685341 background.


White color preview on #685341 background

This text has white color on #685341 background.