COLOR #687874

HEX: #687874
RGB: (104,120,116)

Color info

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

RGB color model

#687874 color RGB value is (104,120,116).

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

RGB channels and saturation

R 104 of 255 = 41%
G 120 of 255 = 47%
B 116 of 255 = 45%

104
120
116

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

Portions of RGB colors in percentages

R + G + B =
104 + 120 + 116 = 340 (100%)
R 104 of 340 ~ 30.59%
G 120 of 340 ~ 35.29%
B 116 of 340 ~ 34.12%

%30.59
%35.29
%34.12

CMYK color model

#687874 color CMYK value is (13,0,3,53).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 52.94%
CMYK:
(13,0,3,53)
C13M0Y3K53 
(13%,0%,3%,53%)
(0.13/0.00/0.03/0.53)	

CMYK percentages

%13.33
%0
%3.33
%52.94

Codes

Color #687874 in popluar color models

687874
RGB104120116
HSL165°7.14%43.92%
HSB/HSV165°13.33%47.06%
CMYK13.33%0.00%3.33%
52.94%

Color #687874 in popluar number systems.

HEX687874
Decimal104120116
Binary110100011110001110100
Octal150170164

Shades and tints

Shades of #687874

#687874
(104,120,116)
#5F6E6A
(95,110,106)
#566460
(86,100,96)
#4D5A56
(77,90,86)
#44504C
(68,80,76)
#3B4642
(59,70,66)
#323C38
(50,60,56)
#29322E
(41,50,46)
#202824
(32,40,36)
#171E1A
(23,30,26)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #687874

#687874
(104,120,116)
#758480
(117,132,128)
#82908C
(130,144,140)
#8F9C98
(143,156,152)
#9CA8A4
(156,168,164)
#A9B4B0
(169,180,176)
#B6C0BC
(182,192,188)
#C3CCC8
(195,204,200)
#D0D8D4
(208,216,212)
#DDE4E0
(221,228,224)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687874; }

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

This text font color is #687874.


Background Color

.myBgColor { background-color: #687874; }

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

This div background color is #687874.


Border color

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

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

This div border color is #687874.


Opacity

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

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

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

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

This text has shadow with #687874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687874 on black background.


Color preview on white background

This text has color #687874 on white background.



Black color preview on #687874 background

This text has black color on #687874 background.


White color preview on #687874 background

This text has white color on #687874 background.