COLOR #687676

HEX: #687676
RGB: (104,118,118)

Color info

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

RGB color model

#687676 color RGB value is (104,118,118).

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

RGB channels and saturation

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

104
118
118

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

Portions of RGB colors in percentages

R + G + B =
104 + 118 + 118 = 340 (100%)
R 104 of 340 ~ 30.59%
G 118 of 340 ~ 34.71%
B 118 of 340 ~ 34.71%

%30.59
%34.71
%34.71

CMYK color model

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

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

CMYK percentages

%11.86
%0
%0
%53.73

Codes

Color #687676 in popluar color models

687676
RGB104118118
HSL180°6.31%43.53%
HSB/HSV180°11.86%46.27%
CMYK11.86%0.00%0.00%
53.73%

Color #687676 in popluar number systems.

HEX687676
Decimal104118118
Binary110100011101101110110
Octal150166166

Shades and tints

Shades of #687676

#687676
(104,118,118)
#5F6C6C
(95,108,108)
#566262
(86,98,98)
#4D5858
(77,88,88)
#444E4E
(68,78,78)
#3B4444
(59,68,68)
#323A3A
(50,58,58)
#293030
(41,48,48)
#202626
(32,38,38)
#171C1C
(23,28,28)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #687676

#687676
(104,118,118)
#758282
(117,130,130)
#828E8E
(130,142,142)
#8F9A9A
(143,154,154)
#9CA6A6
(156,166,166)
#A9B2B2
(169,178,178)
#B6BEBE
(182,190,190)
#C3CACA
(195,202,202)
#D0D6D6
(208,214,214)
#DDE2E2
(221,226,226)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687676; }

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

This text font color is #687676.


Background Color

.myBgColor { background-color: #687676; }

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

This div background color is #687676.


Border color

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

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

This div border color is #687676.


Opacity

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

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

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

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

This text has shadow with #687676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687676 on black background.


Color preview on white background

This text has color #687676 on white background.



Black color preview on #687676 background

This text has black color on #687676 background.


White color preview on #687676 background

This text has white color on #687676 background.