COLOR #685657

HEX: #685657
RGB: (104,86,87)

Color info

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

RGB color model

#685657 color RGB value is (104,86,87).

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

RGB channels and saturation

R 104 of 255 = 41%
G 86 of 255 = 34%
B 87 of 255 = 34%

104
86
87

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

Portions of RGB colors in percentages

R + G + B =
104 + 86 + 87 = 277 (100%)
R 104 of 277 ~ 37.55%
G 86 of 277 ~ 31.05%
B 87 of 277 ~ 31.41%

%37.55
%31.05
%31.41

CMYK color model

#685657 color CMYK value is (0,17,16,59).

  • cyan value is 0.00%
  • magenta value is 17.31%
  • yellow value is 16.35%
  • key color value is 59.22%
CMYK:
(0,17,16,59)
C0M17Y16K59 
(0%,17%,16%,59%)
(0.00/0.17/0.16/0.59)	

CMYK percentages

%0
%17.31
%16.35
%59.22

Codes

Color #685657 in popluar color models

685657
RGB1048687
HSL357°9.47%37.25%
HSB/HSV357°17.31%40.78%
CMYK0.00%17.31%16.35%
59.22%

Color #685657 in popluar number systems.

HEX685657
Decimal1048687
Binary110100010101101010111
Octal150126127

Shades and tints

Shades of #685657

#685657
(104,86,87)
#5F4F50
(95,79,80)
#564849
(86,72,73)
#4D4142
(77,65,66)
#443A3B
(68,58,59)
#3B3334
(59,51,52)
#322C2D
(50,44,45)
#292526
(41,37,38)
#201E1F
(32,30,31)
#171718
(23,23,24)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #685657

#685657
(104,86,87)
#756566
(117,101,102)
#827475
(130,116,117)
#8F8384
(143,131,132)
#9C9293
(156,146,147)
#A9A1A2
(169,161,162)
#B6B0B1
(182,176,177)
#C3BFC0
(195,191,192)
#D0CECF
(208,206,207)
#DDDDDE
(221,221,222)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685657; }

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

This text font color is #685657.


Background Color

.myBgColor { background-color: #685657; }

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

This div background color is #685657.


Border color

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

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

This div border color is #685657.


Opacity

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

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

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

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

This text has shadow with #685657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685657 on black background.


Color preview on white background

This text has color #685657 on white background.



Black color preview on #685657 background

This text has black color on #685657 background.


White color preview on #685657 background

This text has white color on #685657 background.