COLOR #687068

HEX: #687068
RGB: (104,112,104)

Color info

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

RGB color model

#687068 color RGB value is (104,112,104).

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

RGB channels and saturation

R 104 of 255 = 41%
G 112 of 255 = 44%
B 104 of 255 = 41%

104
112
104

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

Portions of RGB colors in percentages

R + G + B =
104 + 112 + 104 = 320 (100%)
R 104 of 320 ~ 32.5%
G 112 of 320 ~ 35%
B 104 of 320 ~ 32.5%

%32.5
%35
%32.5

CMYK color model

#687068 color CMYK value is (7,0,7,56).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 56.08%
CMYK:
(7,0,7,56)
C7M0Y7K56 
(7%,0%,7%,56%)
(0.07/0.00/0.07/0.56)	

CMYK percentages

%7.14
%0
%7.14
%56.08

Codes

Color #687068 in popluar color models

687068
RGB104112104
HSL120°3.70%42.35%
HSB/HSV120°7.14%43.92%
CMYK7.14%0.00%7.14%
56.08%

Color #687068 in popluar number systems.

HEX687068
Decimal104112104
Binary110100011100001101000
Octal150160150

Shades and tints

Shades of #687068

#687068
(104,112,104)
#5F665F
(95,102,95)
#565C56
(86,92,86)
#4D524D
(77,82,77)
#444844
(68,72,68)
#3B3E3B
(59,62,59)
#323432
(50,52,50)
#292A29
(41,42,41)
#202020
(32,32,32)
#171617
(23,22,23)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #687068

#687068
(104,112,104)
#757D75
(117,125,117)
#828A82
(130,138,130)
#8F978F
(143,151,143)
#9CA49C
(156,164,156)
#A9B1A9
(169,177,169)
#B6BEB6
(182,190,182)
#C3CBC3
(195,203,195)
#D0D8D0
(208,216,208)
#DDE5DD
(221,229,221)
#EAF2EA
(234,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687068; }

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

This text font color is #687068.


Background Color

.myBgColor { background-color: #687068; }

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

This div background color is #687068.


Border color

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

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

This div border color is #687068.


Opacity

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

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

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

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

This text has shadow with #687068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687068 on black background.


Color preview on white background

This text has color #687068 on white background.



Black color preview on #687068 background

This text has black color on #687068 background.


White color preview on #687068 background

This text has white color on #687068 background.