COLOR #688870

HEX: #688870
RGB: (104,136,112)

Color info

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

RGB color model

#688870 color RGB value is (104,136,112).

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

RGB channels and saturation

R 104 of 255 = 41%
G 136 of 255 = 53%
B 112 of 255 = 44%

104
136
112

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

Portions of RGB colors in percentages

R + G + B =
104 + 136 + 112 = 352 (100%)
R 104 of 352 ~ 29.55%
G 136 of 352 ~ 38.64%
B 112 of 352 ~ 31.82%

%29.55
%38.64
%31.82

CMYK color model

#688870 color CMYK value is (24,0,18,47).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 46.67%
CMYK:
(24,0,18,47)
C24M0Y18K47 
(24%,0%,18%,47%)
(0.24/0.00/0.18/0.47)	

CMYK percentages

%23.53
%0
%17.65
%46.67

Codes

Color #688870 in popluar color models

688870
RGB104136112
HSL135°13.33%47.06%
HSB/HSV135°23.53%53.33%
CMYK23.53%0.00%17.65%
46.67%

Color #688870 in popluar number systems.

HEX688870
Decimal104136112
Binary1101000100010001110000
Octal150210160

Shades and tints

Shades of #688870

#688870
(104,136,112)
#5F7C66
(95,124,102)
#56705C
(86,112,92)
#4D6452
(77,100,82)
#445848
(68,88,72)
#3B4C3E
(59,76,62)
#324034
(50,64,52)
#29342A
(41,52,42)
#202820
(32,40,32)
#171C16
(23,28,22)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #688870

#688870
(104,136,112)
#75927D
(117,146,125)
#829C8A
(130,156,138)
#8FA697
(143,166,151)
#9CB0A4
(156,176,164)
#A9BAB1
(169,186,177)
#B6C4BE
(182,196,190)
#C3CECB
(195,206,203)
#D0D8D8
(208,216,216)
#DDE2E5
(221,226,229)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688870; }

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

This text font color is #688870.


Background Color

.myBgColor { background-color: #688870; }

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

This div background color is #688870.


Border color

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

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

This div border color is #688870.


Opacity

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

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

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

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

This text has shadow with #688870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688870 on black background.


Color preview on white background

This text has color #688870 on white background.



Black color preview on #688870 background

This text has black color on #688870 background.


White color preview on #688870 background

This text has white color on #688870 background.