COLOR #685E3F

HEX: #685E3F
RGB: (104,94,63)

Color info

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

RGB color model

#685E3F color RGB value is (104,94,63).

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

RGB channels and saturation

R 104 of 255 = 41%
G 94 of 255 = 37%
B 63 of 255 = 25%

104
94
63

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

Portions of RGB colors in percentages

R + G + B =
104 + 94 + 63 = 261 (100%)
R 104 of 261 ~ 39.85%
G 94 of 261 ~ 36.02%
B 63 of 261 ~ 24.14%

%39.85
%36.02
%24.14

CMYK color model

#685E3F color CMYK value is (0,10,39,59).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 39.42%
  • key color value is 59.22%
CMYK:
(0,10,39,59)
C0M10Y39K59 
(0%,10%,39%,59%)
(0.00/0.10/0.39/0.59)	

CMYK percentages

%0
%9.62
%39.42
%59.22

Codes

Color #685E3F in popluar color models

685E3F
RGB1049463
HSL45°24.55%32.75%
HSB/HSV45°39.42%40.78%
CMYK0.00%9.62%39.42%
59.22%

Color #685E3F in popluar number systems.

HEX685E3F
Decimal1049463
Binary11010001011110111111
Octal15013677

Shades and tints

Shades of #685E3F

#685E3F
(104,94,63)
#5F563A
(95,86,58)
#564E35
(86,78,53)
#4D4630
(77,70,48)
#443E2B
(68,62,43)
#3B3626
(59,54,38)
#322E21
(50,46,33)
#29261C
(41,38,28)
#201E17
(32,30,23)
#171612
(23,22,18)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #685E3F

#685E3F
(104,94,63)
#756C50
(117,108,80)
#827A61
(130,122,97)
#8F8872
(143,136,114)
#9C9683
(156,150,131)
#A9A494
(169,164,148)
#B6B2A5
(182,178,165)
#C3C0B6
(195,192,182)
#D0CEC7
(208,206,199)
#DDDCD8
(221,220,216)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685E3F; }

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

This text font color is #685E3F.


Background Color

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

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

This div background color is #685E3F.


Border color

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

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

This div border color is #685E3F.


Opacity

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

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

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

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

This text has shadow with #685E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685E3F on black background.


Color preview on white background

This text has color #685E3F on white background.



Black color preview on #685E3F background

This text has black color on #685E3F background.


White color preview on #685E3F background

This text has white color on #685E3F background.