COLOR #688971

HEX: #688971
RGB: (104,137,113)

Color info

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

RGB color model

#688971 color RGB value is (104,137,113).

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

RGB channels and saturation

R 104 of 255 = 41%
G 137 of 255 = 54%
B 113 of 255 = 44%

104
137
113

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

Portions of RGB colors in percentages

R + G + B =
104 + 137 + 113 = 354 (100%)
R 104 of 354 ~ 29.38%
G 137 of 354 ~ 38.7%
B 113 of 354 ~ 31.92%

%29.38
%38.7
%31.92

CMYK color model

#688971 color CMYK value is (24,0,18,46).

  • cyan value is 24.09%
  • magenta value is 0.00%
  • yellow value is 17.52%
  • key color value is 46.27%
CMYK:
(24,0,18,46)
C24M0Y18K46 
(24%,0%,18%,46%)
(0.24/0.00/0.18/0.46)	

CMYK percentages

%24.09
%0
%17.52
%46.27

Codes

Color #688971 in popluar color models

688971
RGB104137113
HSL136°13.69%47.25%
HSB/HSV136°24.09%53.73%
CMYK24.09%0.00%17.52%
46.27%

Color #688971 in popluar number systems.

HEX688971
Decimal104137113
Binary1101000100010011110001
Octal150211161

Shades and tints

Shades of #688971

#688971
(104,137,113)
#5F7D67
(95,125,103)
#56715D
(86,113,93)
#4D6553
(77,101,83)
#445949
(68,89,73)
#3B4D3F
(59,77,63)
#324135
(50,65,53)
#29352B
(41,53,43)
#202921
(32,41,33)
#171D17
(23,29,23)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #688971

#688971
(104,137,113)
#75937D
(117,147,125)
#829D89
(130,157,137)
#8FA795
(143,167,149)
#9CB1A1
(156,177,161)
#A9BBAD
(169,187,173)
#B6C5B9
(182,197,185)
#C3CFC5
(195,207,197)
#D0D9D1
(208,217,209)
#DDE3DD
(221,227,221)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688971; }

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

This text font color is #688971.


Background Color

.myBgColor { background-color: #688971; }

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

This div background color is #688971.


Border color

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

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

This div border color is #688971.


Opacity

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

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

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

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

This text has shadow with #688971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688971 on black background.


Color preview on white background

This text has color #688971 on white background.



Black color preview on #688971 background

This text has black color on #688971 background.


White color preview on #688971 background

This text has white color on #688971 background.