COLOR #687170

HEX: #687170
RGB: (104,113,112)

Color info

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

RGB color model

#687170 color RGB value is (104,113,112).

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

RGB channels and saturation

R 104 of 255 = 41%
G 113 of 255 = 44%
B 112 of 255 = 44%

104
113
112

R + G + B ~ 43%. #687170 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 113 + 112 = 329 (100%)
R 104 of 329 ~ 31.61%
G 113 of 329 ~ 34.35%
B 112 of 329 ~ 34.04%

%31.61
%34.35
%34.04

CMYK color model

#687170 color CMYK value is (8,0,1,56).

  • cyan value is 7.96%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 55.69%
CMYK:
(8,0,1,56)
C8M0Y1K56 
(8%,0%,1%,56%)
(0.08/0.00/0.01/0.56)	

CMYK percentages

%7.96
%0
%0.88
%55.69

Codes

Color #687170 in popluar color models

687170
RGB104113112
HSL173°4.15%42.55%
HSB/HSV173°7.96%44.31%
CMYK7.96%0.00%0.88%
55.69%

Color #687170 in popluar number systems.

HEX687170
Decimal104113112
Binary110100011100011110000
Octal150161160

Shades and tints

Shades of #687170

#687170
(104,113,112)
#5F6766
(95,103,102)
#565D5C
(86,93,92)
#4D5352
(77,83,82)
#444948
(68,73,72)
#3B3F3E
(59,63,62)
#323534
(50,53,52)
#292B2A
(41,43,42)
#202120
(32,33,32)
#171716
(23,23,22)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #687170

#687170
(104,113,112)
#757D7D
(117,125,125)
#82898A
(130,137,138)
#8F9597
(143,149,151)
#9CA1A4
(156,161,164)
#A9ADB1
(169,173,177)
#B6B9BE
(182,185,190)
#C3C5CB
(195,197,203)
#D0D1D8
(208,209,216)
#DDDDE5
(221,221,229)
#EAE9F2
(234,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687170; }

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

This text font color is #687170.


Background Color

.myBgColor { background-color: #687170; }

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

This div background color is #687170.


Border color

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

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

This div border color is #687170.


Opacity

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

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

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

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

This text has shadow with #687170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687170 on black background.


Color preview on white background

This text has color #687170 on white background.



Black color preview on #687170 background

This text has black color on #687170 background.


White color preview on #687170 background

This text has white color on #687170 background.