COLOR #685E44

HEX: #685E44
RGB: (104,94,68)

Color info

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

RGB color model

#685E44 color RGB value is (104,94,68).

  • red value is 104;
  • green value is 94;
  • blue value is 68.
RGB:
(104,94,68)
(41%,37%,27%)

RGB channels and saturation

R 104 of 255 = 41%
G 94 of 255 = 37%
B 68 of 255 = 27%

104
94
68

R + G + B ~ 35%. #685E44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 94 + 68 = 266 (100%)
R 104 of 266 ~ 39.1%
G 94 of 266 ~ 35.34%
B 68 of 266 ~ 25.56%

%39.1
%35.34
%25.56

CMYK color model

#685E44 color CMYK value is (0,10,35,59).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 34.62%
  • key color value is 59.22%
CMYK:
(0,10,35,59)
C0M10Y35K59 
(0%,10%,35%,59%)
(0.00/0.10/0.35/0.59)	

CMYK percentages

%0
%9.62
%34.62
%59.22

Codes

Color #685E44 in popluar color models

685E44
RGB1049468
HSL43°20.93%33.73%
HSB/HSV43°34.62%40.78%
CMYK0.00%9.62%34.62%
59.22%

Color #685E44 in popluar number systems.

HEX685E44
Decimal1049468
Binary110100010111101000100
Octal150136104

Shades and tints

Shades of #685E44

#685E44
(104,94,68)
#5F563E
(95,86,62)
#564E38
(86,78,56)
#4D4632
(77,70,50)
#443E2C
(68,62,44)
#3B3626
(59,54,38)
#322E20
(50,46,32)
#29261A
(41,38,26)
#201E14
(32,30,20)
#17160E
(23,22,14)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #685E44

#685E44
(104,94,68)
#756C55
(117,108,85)
#827A66
(130,122,102)
#8F8877
(143,136,119)
#9C9688
(156,150,136)
#A9A499
(169,164,153)
#B6B2AA
(182,178,170)
#C3C0BB
(195,192,187)
#D0CECC
(208,206,204)
#DDDCDD
(221,220,221)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685E44 color. Also use rgb(104,94,68) instead hex code.

Text Font Color

.myTextColor { color: #685E44; }

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

This text font color is #685E44.


Background Color

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

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

This div background color is #685E44.


Border color

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

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

This div border color is #685E44.


Opacity

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

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

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

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

This text has shadow with #685E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685E44 on black background.


Color preview on white background

This text has color #685E44 on white background.



Black color preview on #685E44 background

This text has black color on #685E44 background.


White color preview on #685E44 background

This text has white color on #685E44 background.