COLOR #687166

HEX: #687166
RGB: (104,113,102)

Color info

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

RGB color model

#687166 color RGB value is (104,113,102).

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

RGB channels and saturation

R 104 of 255 = 41%
G 113 of 255 = 44%
B 102 of 255 = 40%

104
113
102

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

Portions of RGB colors in percentages

R + G + B =
104 + 113 + 102 = 319 (100%)
R 104 of 319 ~ 32.6%
G 113 of 319 ~ 35.42%
B 102 of 319 ~ 31.97%

%32.6
%35.42
%31.97

CMYK color model

#687166 color CMYK value is (8,0,10,56).

  • cyan value is 7.96%
  • magenta value is 0.00%
  • yellow value is 9.73%
  • key color value is 55.69%
CMYK:
(8,0,10,56)
C8M0Y10K56 
(8%,0%,10%,56%)
(0.08/0.00/0.10/0.56)	

CMYK percentages

%7.96
%0
%9.73
%55.69

Codes

Color #687166 in popluar color models

687166
RGB104113102
HSL109°5.12%42.16%
HSB/HSV109°9.73%44.31%
CMYK7.96%0.00%9.73%
55.69%

Color #687166 in popluar number systems.

HEX687166
Decimal104113102
Binary110100011100011100110
Octal150161146

Shades and tints

Shades of #687166

#687166
(104,113,102)
#5F675D
(95,103,93)
#565D54
(86,93,84)
#4D534B
(77,83,75)
#444942
(68,73,66)
#3B3F39
(59,63,57)
#323530
(50,53,48)
#292B27
(41,43,39)
#20211E
(32,33,30)
#171715
(23,23,21)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #687166

#687166
(104,113,102)
#757D73
(117,125,115)
#828980
(130,137,128)
#8F958D
(143,149,141)
#9CA19A
(156,161,154)
#A9ADA7
(169,173,167)
#B6B9B4
(182,185,180)
#C3C5C1
(195,197,193)
#D0D1CE
(208,209,206)
#DDDDDB
(221,221,219)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687166; }

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

This text font color is #687166.


Background Color

.myBgColor { background-color: #687166; }

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

This div background color is #687166.


Border color

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

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

This div border color is #687166.


Opacity

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

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

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

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

This text has shadow with #687166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687166 on black background.


Color preview on white background

This text has color #687166 on white background.



Black color preview on #687166 background

This text has black color on #687166 background.


White color preview on #687166 background

This text has white color on #687166 background.