COLOR #688772

HEX: #688772
RGB: (104,135,114)

Color info

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

RGB color model

#688772 color RGB value is (104,135,114).

  • red value is 104;
  • green value is 135;
  • blue value is 114.
RGB:
(104,135,114)
(41%,53%,45%)

RGB channels and saturation

R 104 of 255 = 41%
G 135 of 255 = 53%
B 114 of 255 = 45%

104
135
114

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

Portions of RGB colors in percentages

R + G + B =
104 + 135 + 114 = 353 (100%)
R 104 of 353 ~ 29.46%
G 135 of 353 ~ 38.24%
B 114 of 353 ~ 32.29%

%29.46
%38.24
%32.29

CMYK color model

#688772 color CMYK value is (23,0,16,47).

  • cyan value is 22.96%
  • magenta value is 0.00%
  • yellow value is 15.56%
  • key color value is 47.06%
CMYK:
(23,0,16,47)
C23M0Y16K47 
(23%,0%,16%,47%)
(0.23/0.00/0.16/0.47)	

CMYK percentages

%22.96
%0
%15.56
%47.06

Codes

Color #688772 in popluar color models

688772
RGB104135114
HSL139°12.97%46.86%
HSB/HSV139°22.96%52.94%
CMYK22.96%0.00%15.56%
47.06%

Color #688772 in popluar number systems.

HEX688772
Decimal104135114
Binary1101000100001111110010
Octal150207162

Shades and tints

Shades of #688772

#688772
(104,135,114)
#5F7B68
(95,123,104)
#566F5E
(86,111,94)
#4D6354
(77,99,84)
#44574A
(68,87,74)
#3B4B40
(59,75,64)
#323F36
(50,63,54)
#29332C
(41,51,44)
#202722
(32,39,34)
#171B18
(23,27,24)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #688772

#688772
(104,135,114)
#75917E
(117,145,126)
#829B8A
(130,155,138)
#8FA596
(143,165,150)
#9CAFA2
(156,175,162)
#A9B9AE
(169,185,174)
#B6C3BA
(182,195,186)
#C3CDC6
(195,205,198)
#D0D7D2
(208,215,210)
#DDE1DE
(221,225,222)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688772; }

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

This text font color is #688772.


Background Color

.myBgColor { background-color: #688772; }

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

This div background color is #688772.


Border color

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

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

This div border color is #688772.


Opacity

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

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

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

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

This text has shadow with #688772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688772 on black background.


Color preview on white background

This text has color #688772 on white background.



Black color preview on #688772 background

This text has black color on #688772 background.


White color preview on #688772 background

This text has white color on #688772 background.