COLOR #685470

HEX: #685470
RGB: (104,84,112)

Color info

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

RGB color model

#685470 color RGB value is (104,84,112).

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

RGB channels and saturation

R 104 of 255 = 41%
G 84 of 255 = 33%
B 112 of 255 = 44%

104
84
112

R + G + B ~ 39%. #685470 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 84 + 112 = 300 (100%)
R 104 of 300 ~ 34.67%
G 84 of 300 ~ 28%
B 112 of 300 ~ 37.33%

%34.67
%28
%37.33

CMYK color model

#685470 color CMYK value is (7,25,0,56).

  • cyan value is 7.14%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(7,25,0,56)
C7M25Y0K56 
(7%,25%,0%,56%)
(0.07/0.25/0.00/0.56)	

CMYK percentages

%7.14
%25
%0
%56.08

Codes

Color #685470 in popluar color models

685470
RGB10484112
HSL283°14.29%38.43%
HSB/HSV283°25.00%43.92%
CMYK7.14%25.00%0.00%
56.08%

Color #685470 in popluar number systems.

HEX685470
Decimal10484112
Binary110100010101001110000
Octal150124160

Shades and tints

Shades of #685470

#685470
(104,84,112)
#5F4D66
(95,77,102)
#56465C
(86,70,92)
#4D3F52
(77,63,82)
#443848
(68,56,72)
#3B313E
(59,49,62)
#322A34
(50,42,52)
#29232A
(41,35,42)
#201C20
(32,28,32)
#171516
(23,21,22)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #685470

#685470
(104,84,112)
#75637D
(117,99,125)
#82728A
(130,114,138)
#8F8197
(143,129,151)
#9C90A4
(156,144,164)
#A99FB1
(169,159,177)
#B6AEBE
(182,174,190)
#C3BDCB
(195,189,203)
#D0CCD8
(208,204,216)
#DDDBE5
(221,219,229)
#EAEAF2
(234,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685470; }

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

This text font color is #685470.


Background Color

.myBgColor { background-color: #685470; }

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

This div background color is #685470.


Border color

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

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

This div border color is #685470.


Opacity

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

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

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

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

This text has shadow with #685470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685470 on black background.


Color preview on white background

This text has color #685470 on white background.



Black color preview on #685470 background

This text has black color on #685470 background.


White color preview on #685470 background

This text has white color on #685470 background.