COLOR #685221

HEX: #685221
RGB: (104,82,33)

Color info

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

RGB color model

#685221 color RGB value is (104,82,33).

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

RGB channels and saturation

R 104 of 255 = 41%
G 82 of 255 = 32%
B 33 of 255 = 13%

104
82
33

R + G + B ~ 29%. #685221 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 82 + 33 = 219 (100%)
R 104 of 219 ~ 47.49%
G 82 of 219 ~ 37.44%
B 33 of 219 ~ 15.07%

%47.49
%37.44
%15.07

CMYK color model

#685221 color CMYK value is (0,21,68,59).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 68.27%
  • key color value is 59.22%
CMYK:
(0,21,68,59)
C0M21Y68K59 
(0%,21%,68%,59%)
(0.00/0.21/0.68/0.59)	

CMYK percentages

%0
%21.15
%68.27
%59.22

Codes

Color #685221 in popluar color models

685221
RGB1048233
HSL41°51.82%26.86%
HSB/HSV41°68.27%40.78%
CMYK0.00%21.15%68.27%
59.22%

Color #685221 in popluar number systems.

HEX685221
Decimal1048233
Binary11010001010010100001
Octal15012241

Shades and tints

Shades of #685221

#685221
(104,82,33)
#5F4B1E
(95,75,30)
#56441B
(86,68,27)
#4D3D18
(77,61,24)
#443615
(68,54,21)
#3B2F12
(59,47,18)
#32280F
(50,40,15)
#29210C
(41,33,12)
#201A09
(32,26,9)
#171306
(23,19,6)
#0E0C03
(14,12,3)
#000000
(0,0,0)

Tints of #685221

#685221
(104,82,33)
#756135
(117,97,53)
#827049
(130,112,73)
#8F7F5D
(143,127,93)
#9C8E71
(156,142,113)
#A99D85
(169,157,133)
#B6AC99
(182,172,153)
#C3BBAD
(195,187,173)
#D0CAC1
(208,202,193)
#DDD9D5
(221,217,213)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685221 color. Also use rgb(104,82,33) instead hex code.

Text Font Color

.myTextColor { color: #685221; }

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

This text font color is #685221.


Background Color

.myBgColor { background-color: #685221; }

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

This div background color is #685221.


Border color

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

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

This div border color is #685221.


Opacity

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

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

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

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

This text has shadow with #685221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685221 on black background.


Color preview on white background

This text has color #685221 on white background.



Black color preview on #685221 background

This text has black color on #685221 background.


White color preview on #685221 background

This text has white color on #685221 background.