COLOR #688067

HEX: #688067
RGB: (104,128,103)

Color info

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

RGB color model

#688067 color RGB value is (104,128,103).

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

RGB channels and saturation

R 104 of 255 = 41%
G 128 of 255 = 50%
B 103 of 255 = 40%

104
128
103

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

Portions of RGB colors in percentages

R + G + B =
104 + 128 + 103 = 335 (100%)
R 104 of 335 ~ 31.04%
G 128 of 335 ~ 38.21%
B 103 of 335 ~ 30.75%

%31.04
%38.21
%30.75

CMYK color model

#688067 color CMYK value is (19,0,20,50).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 19.53%
  • key color value is 49.80%
CMYK:
(19,0,20,50)
C19M0Y20K50 
(19%,0%,20%,50%)
(0.19/0.00/0.20/0.50)	

CMYK percentages

%18.75
%0
%19.53
%49.8

Codes

Color #688067 in popluar color models

688067
RGB104128103
HSL118°10.82%45.29%
HSB/HSV118°19.53%50.20%
CMYK18.75%0.00%19.53%
49.80%

Color #688067 in popluar number systems.

HEX688067
Decimal104128103
Binary1101000100000001100111
Octal150200147

Shades and tints

Shades of #688067

#688067
(104,128,103)
#5F755E
(95,117,94)
#566A55
(86,106,85)
#4D5F4C
(77,95,76)
#445443
(68,84,67)
#3B493A
(59,73,58)
#323E31
(50,62,49)
#293328
(41,51,40)
#20281F
(32,40,31)
#171D16
(23,29,22)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #688067

#688067
(104,128,103)
#758B74
(117,139,116)
#829681
(130,150,129)
#8FA18E
(143,161,142)
#9CAC9B
(156,172,155)
#A9B7A8
(169,183,168)
#B6C2B5
(182,194,181)
#C3CDC2
(195,205,194)
#D0D8CF
(208,216,207)
#DDE3DC
(221,227,220)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688067; }

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

This text font color is #688067.


Background Color

.myBgColor { background-color: #688067; }

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

This div background color is #688067.


Border color

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

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

This div border color is #688067.


Opacity

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

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

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

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

This text has shadow with #688067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688067 on black background.


Color preview on white background

This text has color #688067 on white background.



Black color preview on #688067 background

This text has black color on #688067 background.


White color preview on #688067 background

This text has white color on #688067 background.