COLOR #688472

HEX: #688472
RGB: (104,132,114)

Color info

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

RGB color model

#688472 color RGB value is (104,132,114).

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

RGB channels and saturation

R 104 of 255 = 41%
G 132 of 255 = 52%
B 114 of 255 = 45%

104
132
114

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

Portions of RGB colors in percentages

R + G + B =
104 + 132 + 114 = 350 (100%)
R 104 of 350 ~ 29.71%
G 132 of 350 ~ 37.71%
B 114 of 350 ~ 32.57%

%29.71
%37.71
%32.57

CMYK color model

#688472 color CMYK value is (21,0,14,48).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 48.24%
CMYK:
(21,0,14,48)
C21M0Y14K48 
(21%,0%,14%,48%)
(0.21/0.00/0.14/0.48)	

CMYK percentages

%21.21
%0
%13.64
%48.24

Codes

Color #688472 in popluar color models

688472
RGB104132114
HSL141°11.86%46.27%
HSB/HSV141°21.21%51.76%
CMYK21.21%0.00%13.64%
48.24%

Color #688472 in popluar number systems.

HEX688472
Decimal104132114
Binary1101000100001001110010
Octal150204162

Shades and tints

Shades of #688472

#688472
(104,132,114)
#5F7868
(95,120,104)
#566C5E
(86,108,94)
#4D6054
(77,96,84)
#44544A
(68,84,74)
#3B4840
(59,72,64)
#323C36
(50,60,54)
#29302C
(41,48,44)
#202422
(32,36,34)
#171818
(23,24,24)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #688472

#688472
(104,132,114)
#758F7E
(117,143,126)
#829A8A
(130,154,138)
#8FA596
(143,165,150)
#9CB0A2
(156,176,162)
#A9BBAE
(169,187,174)
#B6C6BA
(182,198,186)
#C3D1C6
(195,209,198)
#D0DCD2
(208,220,210)
#DDE7DE
(221,231,222)
#EAF2EA
(234,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688472; }

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

This text font color is #688472.


Background Color

.myBgColor { background-color: #688472; }

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

This div background color is #688472.


Border color

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

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

This div border color is #688472.


Opacity

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

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

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

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

This text has shadow with #688472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688472 on black background.


Color preview on white background

This text has color #688472 on white background.



Black color preview on #688472 background

This text has black color on #688472 background.


White color preview on #688472 background

This text has white color on #688472 background.