COLOR #685754

HEX: #685754
RGB: (104,87,84)

Color info

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

RGB color model

#685754 color RGB value is (104,87,84).

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

RGB channels and saturation

R 104 of 255 = 41%
G 87 of 255 = 34%
B 84 of 255 = 33%

104
87
84

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

Portions of RGB colors in percentages

R + G + B =
104 + 87 + 84 = 275 (100%)
R 104 of 275 ~ 37.82%
G 87 of 275 ~ 31.64%
B 84 of 275 ~ 30.55%

%37.82
%31.64
%30.55

CMYK color model

#685754 color CMYK value is (0,16,19,59).

  • cyan value is 0.00%
  • magenta value is 16.35%
  • yellow value is 19.23%
  • key color value is 59.22%
CMYK:
(0,16,19,59)
C0M16Y19K59 
(0%,16%,19%,59%)
(0.00/0.16/0.19/0.59)	

CMYK percentages

%0
%16.35
%19.23
%59.22

Codes

Color #685754 in popluar color models

685754
RGB1048784
HSL10.64%36.86%
HSB/HSV19.23%40.78%
CMYK0.00%16.35%19.23%
59.22%

Color #685754 in popluar number systems.

HEX685754
Decimal1048784
Binary110100010101111010100
Octal150127124

Shades and tints

Shades of #685754

#685754
(104,87,84)
#5F504D
(95,80,77)
#564946
(86,73,70)
#4D423F
(77,66,63)
#443B38
(68,59,56)
#3B3431
(59,52,49)
#322D2A
(50,45,42)
#292623
(41,38,35)
#201F1C
(32,31,28)
#171815
(23,24,21)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #685754

#685754
(104,87,84)
#756663
(117,102,99)
#827572
(130,117,114)
#8F8481
(143,132,129)
#9C9390
(156,147,144)
#A9A29F
(169,162,159)
#B6B1AE
(182,177,174)
#C3C0BD
(195,192,189)
#D0CFCC
(208,207,204)
#DDDEDB
(221,222,219)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685754; }

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

This text font color is #685754.


Background Color

.myBgColor { background-color: #685754; }

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

This div background color is #685754.


Border color

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

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

This div border color is #685754.


Opacity

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

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

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

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

This text has shadow with #685754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685754 on black background.


Color preview on white background

This text has color #685754 on white background.



Black color preview on #685754 background

This text has black color on #685754 background.


White color preview on #685754 background

This text has white color on #685754 background.