COLOR #685450

HEX: #685450
RGB: (104,84,80)

Color info

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

RGB color model

#685450 color RGB value is (104,84,80).

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

RGB channels and saturation

R 104 of 255 = 41%
G 84 of 255 = 33%
B 80 of 255 = 31%

104
84
80

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

Portions of RGB colors in percentages

R + G + B =
104 + 84 + 80 = 268 (100%)
R 104 of 268 ~ 38.81%
G 84 of 268 ~ 31.34%
B 80 of 268 ~ 29.85%

%38.81
%31.34
%29.85

CMYK color model

#685450 color CMYK value is (0,19,23,59).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 23.08%
  • key color value is 59.22%
CMYK:
(0,19,23,59)
C0M19Y23K59 
(0%,19%,23%,59%)
(0.00/0.19/0.23/0.59)	

CMYK percentages

%0
%19.23
%23.08
%59.22

Codes

Color #685450 in popluar color models

685450
RGB1048480
HSL10°13.04%36.08%
HSB/HSV10°23.08%40.78%
CMYK0.00%19.23%23.08%
59.22%

Color #685450 in popluar number systems.

HEX685450
Decimal1048480
Binary110100010101001010000
Octal150124120

Shades and tints

Shades of #685450

#685450
(104,84,80)
#5F4D49
(95,77,73)
#564642
(86,70,66)
#4D3F3B
(77,63,59)
#443834
(68,56,52)
#3B312D
(59,49,45)
#322A26
(50,42,38)
#29231F
(41,35,31)
#201C18
(32,28,24)
#171511
(23,21,17)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #685450

#685450
(104,84,80)
#75635F
(117,99,95)
#82726E
(130,114,110)
#8F817D
(143,129,125)
#9C908C
(156,144,140)
#A99F9B
(169,159,155)
#B6AEAA
(182,174,170)
#C3BDB9
(195,189,185)
#D0CCC8
(208,204,200)
#DDDBD7
(221,219,215)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685450; }

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

This text font color is #685450.


Background Color

.myBgColor { background-color: #685450; }

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

This div background color is #685450.


Border color

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

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

This div border color is #685450.


Opacity

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

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

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

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

This text has shadow with #685450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685450 on black background.


Color preview on white background

This text has color #685450 on white background.



Black color preview on #685450 background

This text has black color on #685450 background.


White color preview on #685450 background

This text has white color on #685450 background.