COLOR #685E20

HEX: #685E20
RGB: (104,94,32)

Color info

#685E20 contains mainly red and green colors. Web safe color of #685E20 is #666633 (or #663).

RGB color model

#685E20 color RGB value is (104,94,32).

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

RGB channels and saturation

R 104 of 255 = 41%
G 94 of 255 = 37%
B 32 of 255 = 13%

104
94
32

R + G + B ~ 30%. #685E20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 94 + 32 = 230 (100%)
R 104 of 230 ~ 45.22%
G 94 of 230 ~ 40.87%
B 32 of 230 ~ 13.91%

%45.22
%40.87
%13.91

CMYK color model

#685E20 color CMYK value is (0,10,69,59).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 69.23%
  • key color value is 59.22%
CMYK:
(0,10,69,59)
C0M10Y69K59 
(0%,10%,69%,59%)
(0.00/0.10/0.69/0.59)	

CMYK percentages

%0
%9.62
%69.23
%59.22

Codes

Color #685E20 in popluar color models

685E20
RGB1049432
HSL52°52.94%26.67%
HSB/HSV52°69.23%40.78%
CMYK0.00%9.62%69.23%
59.22%

Color #685E20 in popluar number systems.

HEX685E20
Decimal1049432
Binary11010001011110100000
Octal15013640

Shades and tints

Shades of #685E20

#685E20
(104,94,32)
#5F561E
(95,86,30)
#564E1C
(86,78,28)
#4D461A
(77,70,26)
#443E18
(68,62,24)
#3B3616
(59,54,22)
#322E14
(50,46,20)
#292612
(41,38,18)
#201E10
(32,30,16)
#17160E
(23,22,14)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #685E20

#685E20
(104,94,32)
#756C34
(117,108,52)
#827A48
(130,122,72)
#8F885C
(143,136,92)
#9C9670
(156,150,112)
#A9A484
(169,164,132)
#B6B298
(182,178,152)
#C3C0AC
(195,192,172)
#D0CEC0
(208,206,192)
#DDDCD4
(221,220,212)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685E20; }

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

This text font color is #685E20.


Background Color

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

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

This div background color is #685E20.


Border color

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

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

This div border color is #685E20.


Opacity

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

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

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

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

This text has shadow with #685E20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685E20 on black background.


Color preview on white background

This text has color #685E20 on white background.



Black color preview on #685E20 background

This text has black color on #685E20 background.


White color preview on #685E20 background

This text has white color on #685E20 background.