COLOR #685822

HEX: #685822
RGB: (104,88,34)

Color info

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

RGB color model

#685822 color RGB value is (104,88,34).

  • red value is 104;
  • green value is 88;
  • blue value is 34.
RGB:
(104,88,34)
(41%,35%,13%)

RGB channels and saturation

R 104 of 255 = 41%
G 88 of 255 = 35%
B 34 of 255 = 13%

104
88
34

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

Portions of RGB colors in percentages

R + G + B =
104 + 88 + 34 = 226 (100%)
R 104 of 226 ~ 46.02%
G 88 of 226 ~ 38.94%
B 34 of 226 ~ 15.04%

%46.02
%38.94
%15.04

CMYK color model

#685822 color CMYK value is (0,15,67,59).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 67.31%
  • key color value is 59.22%
CMYK:
(0,15,67,59)
C0M15Y67K59 
(0%,15%,67%,59%)
(0.00/0.15/0.67/0.59)	

CMYK percentages

%0
%15.38
%67.31
%59.22

Codes

Color #685822 in popluar color models

685822
RGB1048834
HSL46°50.72%27.06%
HSB/HSV46°67.31%40.78%
CMYK0.00%15.38%67.31%
59.22%

Color #685822 in popluar number systems.

HEX685822
Decimal1048834
Binary11010001011000100010
Octal15013042

Shades and tints

Shades of #685822

#685822
(104,88,34)
#5F501F
(95,80,31)
#56481C
(86,72,28)
#4D4019
(77,64,25)
#443816
(68,56,22)
#3B3013
(59,48,19)
#322810
(50,40,16)
#29200D
(41,32,13)
#20180A
(32,24,10)
#171007
(23,16,7)
#0E0804
(14,8,4)
#000000
(0,0,0)

Tints of #685822

#685822
(104,88,34)
#756736
(117,103,54)
#82764A
(130,118,74)
#8F855E
(143,133,94)
#9C9472
(156,148,114)
#A9A386
(169,163,134)
#B6B29A
(182,178,154)
#C3C1AE
(195,193,174)
#D0D0C2
(208,208,194)
#DDDFD6
(221,223,214)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685822 color. Also use rgb(104,88,34) instead hex code.

Text Font Color

.myTextColor { color: #685822; }

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

This text font color is #685822.


Background Color

.myBgColor { background-color: #685822; }

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

This div background color is #685822.


Border color

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

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

This div border color is #685822.


Opacity

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

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

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

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

This text has shadow with #685822 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685822 on black background.


Color preview on white background

This text has color #685822 on white background.



Black color preview on #685822 background

This text has black color on #685822 background.


White color preview on #685822 background

This text has white color on #685822 background.