COLOR #687178

HEX: #687178
RGB: (104,113,120)

Color info

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

RGB color model

#687178 color RGB value is (104,113,120).

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

RGB channels and saturation

R 104 of 255 = 41%
G 113 of 255 = 44%
B 120 of 255 = 47%

104
113
120

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

Portions of RGB colors in percentages

R + G + B =
104 + 113 + 120 = 337 (100%)
R 104 of 337 ~ 30.86%
G 113 of 337 ~ 33.53%
B 120 of 337 ~ 35.61%

%30.86
%33.53
%35.61

CMYK color model

#687178 color CMYK value is (13,6,0,53).

  • cyan value is 13.33%
  • magenta value is 5.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(13,6,0,53)
C13M6Y0K53 
(13%,6%,0%,53%)
(0.13/0.06/0.00/0.53)	

CMYK percentages

%13.33
%5.83
%0
%52.94

Codes

Color #687178 in popluar color models

687178
RGB104113120
HSL206°7.14%43.92%
HSB/HSV206°13.33%47.06%
CMYK13.33%5.83%0.00%
52.94%

Color #687178 in popluar number systems.

HEX687178
Decimal104113120
Binary110100011100011111000
Octal150161170

Shades and tints

Shades of #687178

#687178
(104,113,120)
#5F676E
(95,103,110)
#565D64
(86,93,100)
#4D535A
(77,83,90)
#444950
(68,73,80)
#3B3F46
(59,63,70)
#32353C
(50,53,60)
#292B32
(41,43,50)
#202128
(32,33,40)
#17171E
(23,23,30)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #687178

#687178
(104,113,120)
#757D84
(117,125,132)
#828990
(130,137,144)
#8F959C
(143,149,156)
#9CA1A8
(156,161,168)
#A9ADB4
(169,173,180)
#B6B9C0
(182,185,192)
#C3C5CC
(195,197,204)
#D0D1D8
(208,209,216)
#DDDDE4
(221,221,228)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687178; }

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

This text font color is #687178.


Background Color

.myBgColor { background-color: #687178; }

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

This div background color is #687178.


Border color

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

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

This div border color is #687178.


Opacity

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

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

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

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

This text has shadow with #687178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687178 on black background.


Color preview on white background

This text has color #687178 on white background.



Black color preview on #687178 background

This text has black color on #687178 background.


White color preview on #687178 background

This text has white color on #687178 background.