COLOR #687176

HEX: #687176
RGB: (104,113,118)

Color info

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

RGB color model

#687176 color RGB value is (104,113,118).

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

RGB channels and saturation

R 104 of 255 = 41%
G 113 of 255 = 44%
B 118 of 255 = 46%

104
113
118

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

Portions of RGB colors in percentages

R + G + B =
104 + 113 + 118 = 335 (100%)
R 104 of 335 ~ 31.04%
G 113 of 335 ~ 33.73%
B 118 of 335 ~ 35.22%

%31.04
%33.73
%35.22

CMYK color model

#687176 color CMYK value is (12,4,0,54).

  • cyan value is 11.86%
  • magenta value is 4.24%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(12,4,0,54)
C12M4Y0K54 
(12%,4%,0%,54%)
(0.12/0.04/0.00/0.54)	

CMYK percentages

%11.86
%4.24
%0
%53.73

Codes

Color #687176 in popluar color models

687176
RGB104113118
HSL201°6.31%43.53%
HSB/HSV201°11.86%46.27%
CMYK11.86%4.24%0.00%
53.73%

Color #687176 in popluar number systems.

HEX687176
Decimal104113118
Binary110100011100011110110
Octal150161166

Shades and tints

Shades of #687176

#687176
(104,113,118)
#5F676C
(95,103,108)
#565D62
(86,93,98)
#4D5358
(77,83,88)
#44494E
(68,73,78)
#3B3F44
(59,63,68)
#32353A
(50,53,58)
#292B30
(41,43,48)
#202126
(32,33,38)
#17171C
(23,23,28)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #687176

#687176
(104,113,118)
#757D82
(117,125,130)
#82898E
(130,137,142)
#8F959A
(143,149,154)
#9CA1A6
(156,161,166)
#A9ADB2
(169,173,178)
#B6B9BE
(182,185,190)
#C3C5CA
(195,197,202)
#D0D1D6
(208,209,214)
#DDDDE2
(221,221,226)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687176; }

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

This text font color is #687176.


Background Color

.myBgColor { background-color: #687176; }

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

This div background color is #687176.


Border color

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

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

This div border color is #687176.


Opacity

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

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

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

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

This text has shadow with #687176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687176 on black background.


Color preview on white background

This text has color #687176 on white background.



Black color preview on #687176 background

This text has black color on #687176 background.


White color preview on #687176 background

This text has white color on #687176 background.