COLOR #688079

HEX: #688079
RGB: (104,128,121)

Color info

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

RGB color model

#688079 color RGB value is (104,128,121).

  • red value is 104;
  • green value is 128;
  • blue value is 121.
RGB:
(104,128,121)
(41%,50%,47%)

RGB channels and saturation

R 104 of 255 = 41%
G 128 of 255 = 50%
B 121 of 255 = 47%

104
128
121

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

Portions of RGB colors in percentages

R + G + B =
104 + 128 + 121 = 353 (100%)
R 104 of 353 ~ 29.46%
G 128 of 353 ~ 36.26%
B 121 of 353 ~ 34.28%

%29.46
%36.26
%34.28

CMYK color model

#688079 color CMYK value is (19,0,5,50).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 5.47%
  • key color value is 49.80%
CMYK:
(19,0,5,50)
C19M0Y5K50 
(19%,0%,5%,50%)
(0.19/0.00/0.05/0.50)	

CMYK percentages

%18.75
%0
%5.47
%49.8

Codes

Color #688079 in popluar color models

688079
RGB104128121
HSL163°10.34%45.49%
HSB/HSV163°18.75%50.20%
CMYK18.75%0.00%5.47%
49.80%

Color #688079 in popluar number systems.

HEX688079
Decimal104128121
Binary1101000100000001111001
Octal150200171

Shades and tints

Shades of #688079

#688079
(104,128,121)
#5F756E
(95,117,110)
#566A63
(86,106,99)
#4D5F58
(77,95,88)
#44544D
(68,84,77)
#3B4942
(59,73,66)
#323E37
(50,62,55)
#29332C
(41,51,44)
#202821
(32,40,33)
#171D16
(23,29,22)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #688079

#688079
(104,128,121)
#758B85
(117,139,133)
#829691
(130,150,145)
#8FA19D
(143,161,157)
#9CACA9
(156,172,169)
#A9B7B5
(169,183,181)
#B6C2C1
(182,194,193)
#C3CDCD
(195,205,205)
#D0D8D9
(208,216,217)
#DDE3E5
(221,227,229)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688079; }

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

This text font color is #688079.


Background Color

.myBgColor { background-color: #688079; }

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

This div background color is #688079.


Border color

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

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

This div border color is #688079.


Opacity

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

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

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

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

This text has shadow with #688079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688079 on black background.


Color preview on white background

This text has color #688079 on white background.



Black color preview on #688079 background

This text has black color on #688079 background.


White color preview on #688079 background

This text has white color on #688079 background.