COLOR #685451

HEX: #685451
RGB: (104,84,81)

Color info

#685451 contains red, green and blue colors in about the same proportion. Web safe color of #685451 is #666666 (or #666).

RGB color model

#685451 color RGB value is (104,84,81).

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

RGB channels and saturation

R 104 of 255 = 41%
G 84 of 255 = 33%
B 81 of 255 = 32%

104
84
81

R + G + B ~ 35%. #685451 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 84 + 81 = 269 (100%)
R 104 of 269 ~ 38.66%
G 84 of 269 ~ 31.23%
B 81 of 269 ~ 30.11%

%38.66
%31.23
%30.11

CMYK color model

#685451 color CMYK value is (0,19,22,59).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 22.12%
  • key color value is 59.22%
CMYK:
(0,19,22,59)
C0M19Y22K59 
(0%,19%,22%,59%)
(0.00/0.19/0.22/0.59)	

CMYK percentages

%0
%19.23
%22.12
%59.22

Codes

Color #685451 in popluar color models

685451
RGB1048481
HSL12.43%36.27%
HSB/HSV22.12%40.78%
CMYK0.00%19.23%22.12%
59.22%

Color #685451 in popluar number systems.

HEX685451
Decimal1048481
Binary110100010101001010001
Octal150124121

Shades and tints

Shades of #685451

#685451
(104,84,81)
#5F4D4A
(95,77,74)
#564643
(86,70,67)
#4D3F3C
(77,63,60)
#443835
(68,56,53)
#3B312E
(59,49,46)
#322A27
(50,42,39)
#292320
(41,35,32)
#201C19
(32,28,25)
#171512
(23,21,18)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #685451

#685451
(104,84,81)
#756360
(117,99,96)
#82726F
(130,114,111)
#8F817E
(143,129,126)
#9C908D
(156,144,141)
#A99F9C
(169,159,156)
#B6AEAB
(182,174,171)
#C3BDBA
(195,189,186)
#D0CCC9
(208,204,201)
#DDDBD8
(221,219,216)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685451 color. Also use rgb(104,84,81) instead hex code.

Text Font Color

.myTextColor { color: #685451; }

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

This text font color is #685451.


Background Color

.myBgColor { background-color: #685451; }

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

This div background color is #685451.


Border color

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

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

This div border color is #685451.


Opacity

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

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

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

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

This text has shadow with #685451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685451 on black background.


Color preview on white background

This text has color #685451 on white background.



Black color preview on #685451 background

This text has black color on #685451 background.


White color preview on #685451 background

This text has white color on #685451 background.