COLOR #688470

HEX: #688470
RGB: (104,132,112)

Color info

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

RGB color model

#688470 color RGB value is (104,132,112).

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

RGB channels and saturation

R 104 of 255 = 41%
G 132 of 255 = 52%
B 112 of 255 = 44%

104
132
112

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

Portions of RGB colors in percentages

R + G + B =
104 + 132 + 112 = 348 (100%)
R 104 of 348 ~ 29.89%
G 132 of 348 ~ 37.93%
B 112 of 348 ~ 32.18%

%29.89
%37.93
%32.18

CMYK color model

#688470 color CMYK value is (21,0,15,48).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 48.24%
CMYK:
(21,0,15,48)
C21M0Y15K48 
(21%,0%,15%,48%)
(0.21/0.00/0.15/0.48)	

CMYK percentages

%21.21
%0
%15.15
%48.24

Codes

Color #688470 in popluar color models

688470
RGB104132112
HSL137°11.86%46.27%
HSB/HSV137°21.21%51.76%
CMYK21.21%0.00%15.15%
48.24%

Color #688470 in popluar number systems.

HEX688470
Decimal104132112
Binary1101000100001001110000
Octal150204160

Shades and tints

Shades of #688470

#688470
(104,132,112)
#5F7866
(95,120,102)
#566C5C
(86,108,92)
#4D6052
(77,96,82)
#445448
(68,84,72)
#3B483E
(59,72,62)
#323C34
(50,60,52)
#29302A
(41,48,42)
#202420
(32,36,32)
#171816
(23,24,22)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #688470

#688470
(104,132,112)
#758F7D
(117,143,125)
#829A8A
(130,154,138)
#8FA597
(143,165,151)
#9CB0A4
(156,176,164)
#A9BBB1
(169,187,177)
#B6C6BE
(182,198,190)
#C3D1CB
(195,209,203)
#D0DCD8
(208,220,216)
#DDE7E5
(221,231,229)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688470; }

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

This text font color is #688470.


Background Color

.myBgColor { background-color: #688470; }

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

This div background color is #688470.


Border color

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

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

This div border color is #688470.


Opacity

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

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

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

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

This text has shadow with #688470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688470 on black background.


Color preview on white background

This text has color #688470 on white background.



Black color preview on #688470 background

This text has black color on #688470 background.


White color preview on #688470 background

This text has white color on #688470 background.