COLOR #685E35

HEX: #685E35
RGB: (104,94,53)

Color info

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

RGB color model

#685E35 color RGB value is (104,94,53).

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

RGB channels and saturation

R 104 of 255 = 41%
G 94 of 255 = 37%
B 53 of 255 = 21%

104
94
53

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

Portions of RGB colors in percentages

R + G + B =
104 + 94 + 53 = 251 (100%)
R 104 of 251 ~ 41.43%
G 94 of 251 ~ 37.45%
B 53 of 251 ~ 21.12%

%41.43
%37.45
%21.12

CMYK color model

#685E35 color CMYK value is (0,10,49,59).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 49.04%
  • key color value is 59.22%
CMYK:
(0,10,49,59)
C0M10Y49K59 
(0%,10%,49%,59%)
(0.00/0.10/0.49/0.59)	

CMYK percentages

%0
%9.62
%49.04
%59.22

Codes

Color #685E35 in popluar color models

685E35
RGB1049453
HSL48°32.48%30.78%
HSB/HSV48°49.04%40.78%
CMYK0.00%9.62%49.04%
59.22%

Color #685E35 in popluar number systems.

HEX685E35
Decimal1049453
Binary11010001011110110101
Octal15013665

Shades and tints

Shades of #685E35

#685E35
(104,94,53)
#5F5631
(95,86,49)
#564E2D
(86,78,45)
#4D4629
(77,70,41)
#443E25
(68,62,37)
#3B3621
(59,54,33)
#322E1D
(50,46,29)
#292619
(41,38,25)
#201E15
(32,30,21)
#171611
(23,22,17)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #685E35

#685E35
(104,94,53)
#756C47
(117,108,71)
#827A59
(130,122,89)
#8F886B
(143,136,107)
#9C967D
(156,150,125)
#A9A48F
(169,164,143)
#B6B2A1
(182,178,161)
#C3C0B3
(195,192,179)
#D0CEC5
(208,206,197)
#DDDCD7
(221,220,215)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685E35; }

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

This text font color is #685E35.


Background Color

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

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

This div background color is #685E35.


Border color

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

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

This div border color is #685E35.


Opacity

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

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

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

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

This text has shadow with #685E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685E35 on black background.


Color preview on white background

This text has color #685E35 on white background.



Black color preview on #685E35 background

This text has black color on #685E35 background.


White color preview on #685E35 background

This text has white color on #685E35 background.