COLOR #688F6F

HEX: #688F6F
RGB: (104,143,111)

Color info

#688F6F contains red, green and blue colors in about the same proportion. Web safe color of #688F6F is #669966 (or #696).

RGB color model

#688F6F color RGB value is (104,143,111).

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

RGB channels and saturation

R 104 of 255 = 41%
G 143 of 255 = 56%
B 111 of 255 = 44%

104
143
111

R + G + B ~ 47%. #688F6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 143 + 111 = 358 (100%)
R 104 of 358 ~ 29.05%
G 143 of 358 ~ 39.94%
B 111 of 358 ~ 31.01%

%29.05
%39.94
%31.01

CMYK color model

#688F6F color CMYK value is (27,0,22,44).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 22.38%
  • key color value is 43.92%
CMYK:
(27,0,22,44)
C27M0Y22K44 
(27%,0%,22%,44%)
(0.27/0.00/0.22/0.44)	

CMYK percentages

%27.27
%0
%22.38
%43.92

Codes

Color #688F6F in popluar color models

688F6F
RGB104143111
HSL131°15.79%48.43%
HSB/HSV131°27.27%56.08%
CMYK27.27%0.00%22.38%
43.92%

Color #688F6F in popluar number systems.

HEX688F6F
Decimal104143111
Binary1101000100011111101111
Octal150217157

Shades and tints

Shades of #688F6F

#688F6F
(104,143,111)
#5F8265
(95,130,101)
#56755B
(86,117,91)
#4D6851
(77,104,81)
#445B47
(68,91,71)
#3B4E3D
(59,78,61)
#324133
(50,65,51)
#293429
(41,52,41)
#20271F
(32,39,31)
#171A15
(23,26,21)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #688F6F

#688F6F
(104,143,111)
#75997C
(117,153,124)
#82A389
(130,163,137)
#8FAD96
(143,173,150)
#9CB7A3
(156,183,163)
#A9C1B0
(169,193,176)
#B6CBBD
(182,203,189)
#C3D5CA
(195,213,202)
#D0DFD7
(208,223,215)
#DDE9E4
(221,233,228)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688F6F color. Also use rgb(104,143,111) instead hex code.

Text Font Color

.myTextColor { color: #688F6F; }

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

This text font color is #688F6F.


Background Color

.myBgColor { background-color: #688F6F; }

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

This div background color is #688F6F.


Border color

.myBorderColor { border: 1px solid #688F6F; }

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

This div border color is #688F6F.


Opacity

.myOpacity80 { color: #688F6F; opacity: 0.8; }

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

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

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

This text has shadow with #688F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688F6F on black background.


Color preview on white background

This text has color #688F6F on white background.



Black color preview on #688F6F background

This text has black color on #688F6F background.


White color preview on #688F6F background

This text has white color on #688F6F background.