COLOR #685331

HEX: #685331
RGB: (104,83,49)

Color info

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

RGB color model

#685331 color RGB value is (104,83,49).

  • red value is 104;
  • green value is 83;
  • blue value is 49.
RGB:
(104,83,49)
(41%,33%,19%)

RGB channels and saturation

R 104 of 255 = 41%
G 83 of 255 = 33%
B 49 of 255 = 19%

104
83
49

R + G + B ~ 31%. #685331 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 83 + 49 = 236 (100%)
R 104 of 236 ~ 44.07%
G 83 of 236 ~ 35.17%
B 49 of 236 ~ 20.76%

%44.07
%35.17
%20.76

CMYK color model

#685331 color CMYK value is (0,20,53,59).

  • cyan value is 0.00%
  • magenta value is 20.19%
  • yellow value is 52.88%
  • key color value is 59.22%
CMYK:
(0,20,53,59)
C0M20Y53K59 
(0%,20%,53%,59%)
(0.00/0.20/0.53/0.59)	

CMYK percentages

%0
%20.19
%52.88
%59.22

Codes

Color #685331 in popluar color models

685331
RGB1048349
HSL37°35.95%30.00%
HSB/HSV37°52.88%40.78%
CMYK0.00%20.19%52.88%
59.22%

Color #685331 in popluar number systems.

HEX685331
Decimal1048349
Binary11010001010011110001
Octal15012361

Shades and tints

Shades of #685331

#685331
(104,83,49)
#5F4C2D
(95,76,45)
#564529
(86,69,41)
#4D3E25
(77,62,37)
#443721
(68,55,33)
#3B301D
(59,48,29)
#322919
(50,41,25)
#292215
(41,34,21)
#201B11
(32,27,17)
#17140D
(23,20,13)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #685331

#685331
(104,83,49)
#756243
(117,98,67)
#827155
(130,113,85)
#8F8067
(143,128,103)
#9C8F79
(156,143,121)
#A99E8B
(169,158,139)
#B6AD9D
(182,173,157)
#C3BCAF
(195,188,175)
#D0CBC1
(208,203,193)
#DDDAD3
(221,218,211)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685331 color. Also use rgb(104,83,49) instead hex code.

Text Font Color

.myTextColor { color: #685331; }

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

This text font color is #685331.


Background Color

.myBgColor { background-color: #685331; }

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

This div background color is #685331.


Border color

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

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

This div border color is #685331.


Opacity

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

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

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

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

This text has shadow with #685331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685331 on black background.


Color preview on white background

This text has color #685331 on white background.



Black color preview on #685331 background

This text has black color on #685331 background.


White color preview on #685331 background

This text has white color on #685331 background.