COLOR #687480

HEX: #687480
RGB: (104,116,128)

Color info

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

RGB color model

#687480 color RGB value is (104,116,128).

  • red value is 104;
  • green value is 116;
  • blue value is 128.
RGB:
(104,116,128)
(41%,45%,50%)

RGB channels and saturation

R 104 of 255 = 41%
G 116 of 255 = 45%
B 128 of 255 = 50%

104
116
128

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

Portions of RGB colors in percentages

R + G + B =
104 + 116 + 128 = 348 (100%)
R 104 of 348 ~ 29.89%
G 116 of 348 ~ 33.33%
B 128 of 348 ~ 36.78%

%29.89
%33.33
%36.78

CMYK color model

#687480 color CMYK value is (19,9,0,50).

  • cyan value is 18.75%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(19,9,0,50)
C19M9Y0K50 
(19%,9%,0%,50%)
(0.19/0.09/0.00/0.50)	

CMYK percentages

%18.75
%9.38
%0
%49.8

Codes

Color #687480 in popluar color models

687480
RGB104116128
HSL210°10.34%45.49%
HSB/HSV210°18.75%50.20%
CMYK18.75%9.38%0.00%
49.80%

Color #687480 in popluar number systems.

HEX687480
Decimal104116128
Binary1101000111010010000000
Octal150164200

Shades and tints

Shades of #687480

#687480
(104,116,128)
#5F6A75
(95,106,117)
#56606A
(86,96,106)
#4D565F
(77,86,95)
#444C54
(68,76,84)
#3B4249
(59,66,73)
#32383E
(50,56,62)
#292E33
(41,46,51)
#202428
(32,36,40)
#171A1D
(23,26,29)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #687480

#687480
(104,116,128)
#75808B
(117,128,139)
#828C96
(130,140,150)
#8F98A1
(143,152,161)
#9CA4AC
(156,164,172)
#A9B0B7
(169,176,183)
#B6BCC2
(182,188,194)
#C3C8CD
(195,200,205)
#D0D4D8
(208,212,216)
#DDE0E3
(221,224,227)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687480 color. Also use rgb(104,116,128) instead hex code.

Text Font Color

.myTextColor { color: #687480; }

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

This text font color is #687480.


Background Color

.myBgColor { background-color: #687480; }

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

This div background color is #687480.


Border color

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

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

This div border color is #687480.


Opacity

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

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

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

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

This text has shadow with #687480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687480 on black background.


Color preview on white background

This text has color #687480 on white background.



Black color preview on #687480 background

This text has black color on #687480 background.


White color preview on #687480 background

This text has white color on #687480 background.