COLOR #685A73

HEX: #685A73
RGB: (104,90,115)

Color info

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

RGB color model

#685A73 color RGB value is (104,90,115).

  • red value is 104;
  • green value is 90;
  • blue value is 115.
RGB:
(104,90,115)
(41%,35%,45%)

RGB channels and saturation

R 104 of 255 = 41%
G 90 of 255 = 35%
B 115 of 255 = 45%

104
90
115

R + G + B ~ 40%. #685A73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 90 + 115 = 309 (100%)
R 104 of 309 ~ 33.66%
G 90 of 309 ~ 29.13%
B 115 of 309 ~ 37.22%

%33.66
%29.13
%37.22

CMYK color model

#685A73 color CMYK value is (10,22,0,55).

  • cyan value is 9.57%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(10,22,0,55)
C10M22Y0K55 
(10%,22%,0%,55%)
(0.10/0.22/0.00/0.55)	

CMYK percentages

%9.57
%21.74
%0
%54.9

Codes

Color #685A73 in popluar color models

685A73
RGB10490115
HSL274°12.20%40.20%
HSB/HSV274°21.74%45.10%
CMYK9.57%21.74%0.00%
54.90%

Color #685A73 in popluar number systems.

HEX685A73
Decimal10490115
Binary110100010110101110011
Octal150132163

Shades and tints

Shades of #685A73

#685A73
(104,90,115)
#5F5269
(95,82,105)
#564A5F
(86,74,95)
#4D4255
(77,66,85)
#443A4B
(68,58,75)
#3B3241
(59,50,65)
#322A37
(50,42,55)
#29222D
(41,34,45)
#201A23
(32,26,35)
#171219
(23,18,25)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #685A73

#685A73
(104,90,115)
#75697F
(117,105,127)
#82788B
(130,120,139)
#8F8797
(143,135,151)
#9C96A3
(156,150,163)
#A9A5AF
(169,165,175)
#B6B4BB
(182,180,187)
#C3C3C7
(195,195,199)
#D0D2D3
(208,210,211)
#DDE1DF
(221,225,223)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685A73 color. Also use rgb(104,90,115) instead hex code.

Text Font Color

.myTextColor { color: #685A73; }

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

This text font color is #685A73.


Background Color

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

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

This div background color is #685A73.


Border color

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

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

This div border color is #685A73.


Opacity

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

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

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

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

This text has shadow with #685A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685A73 on black background.


Color preview on white background

This text has color #685A73 on white background.



Black color preview on #685A73 background

This text has black color on #685A73 background.


White color preview on #685A73 background

This text has white color on #685A73 background.