COLOR #685B4D

HEX: #685B4D
RGB: (104,91,77)

Color info

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

RGB color model

#685B4D color RGB value is (104,91,77).

  • red value is 104;
  • green value is 91;
  • blue value is 77.
RGB:
(104,91,77)
(41%,36%,30%)

RGB channels and saturation

R 104 of 255 = 41%
G 91 of 255 = 36%
B 77 of 255 = 30%

104
91
77

R + G + B ~ 36%. #685B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 91 + 77 = 272 (100%)
R 104 of 272 ~ 38.24%
G 91 of 272 ~ 33.46%
B 77 of 272 ~ 28.31%

%38.24
%33.46
%28.31

CMYK color model

#685B4D color CMYK value is (0,13,26,59).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 25.96%
  • key color value is 59.22%
CMYK:
(0,13,26,59)
C0M13Y26K59 
(0%,13%,26%,59%)
(0.00/0.13/0.26/0.59)	

CMYK percentages

%0
%12.5
%25.96
%59.22

Codes

Color #685B4D in popluar color models

685B4D
RGB1049177
HSL31°14.92%35.49%
HSB/HSV31°25.96%40.78%
CMYK0.00%12.50%25.96%
59.22%

Color #685B4D in popluar number systems.

HEX685B4D
Decimal1049177
Binary110100010110111001101
Octal150133115

Shades and tints

Shades of #685B4D

#685B4D
(104,91,77)
#5F5346
(95,83,70)
#564B3F
(86,75,63)
#4D4338
(77,67,56)
#443B31
(68,59,49)
#3B332A
(59,51,42)
#322B23
(50,43,35)
#29231C
(41,35,28)
#201B15
(32,27,21)
#17130E
(23,19,14)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #685B4D

#685B4D
(104,91,77)
#75695D
(117,105,93)
#82776D
(130,119,109)
#8F857D
(143,133,125)
#9C938D
(156,147,141)
#A9A19D
(169,161,157)
#B6AFAD
(182,175,173)
#C3BDBD
(195,189,189)
#D0CBCD
(208,203,205)
#DDD9DD
(221,217,221)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685B4D color. Also use rgb(104,91,77) instead hex code.

Text Font Color

.myTextColor { color: #685B4D; }

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

This text font color is #685B4D.


Background Color

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

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

This div background color is #685B4D.


Border color

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

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

This div border color is #685B4D.


Opacity

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

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

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

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

This text has shadow with #685B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685B4D on black background.


Color preview on white background

This text has color #685B4D on white background.



Black color preview on #685B4D background

This text has black color on #685B4D background.


White color preview on #685B4D background

This text has white color on #685B4D background.