COLOR #688857

HEX: #688857
RGB: (104,136,87)

Color info

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

RGB color model

#688857 color RGB value is (104,136,87).

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

RGB channels and saturation

R 104 of 255 = 41%
G 136 of 255 = 53%
B 87 of 255 = 34%

104
136
87

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

Portions of RGB colors in percentages

R + G + B =
104 + 136 + 87 = 327 (100%)
R 104 of 327 ~ 31.8%
G 136 of 327 ~ 41.59%
B 87 of 327 ~ 26.61%

%31.8
%41.59
%26.61

CMYK color model

#688857 color CMYK value is (24,0,36,47).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 36.03%
  • key color value is 46.67%
CMYK:
(24,0,36,47)
C24M0Y36K47 
(24%,0%,36%,47%)
(0.24/0.00/0.36/0.47)	

CMYK percentages

%23.53
%0
%36.03
%46.67

Codes

Color #688857 in popluar color models

688857
RGB10413687
HSL99°21.97%43.73%
HSB/HSV99°36.03%53.33%
CMYK23.53%0.00%36.03%
46.67%

Color #688857 in popluar number systems.

HEX688857
Decimal10413687
Binary1101000100010001010111
Octal150210127

Shades and tints

Shades of #688857

#688857
(104,136,87)
#5F7C50
(95,124,80)
#567049
(86,112,73)
#4D6442
(77,100,66)
#44583B
(68,88,59)
#3B4C34
(59,76,52)
#32402D
(50,64,45)
#293426
(41,52,38)
#20281F
(32,40,31)
#171C18
(23,28,24)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #688857

#688857
(104,136,87)
#759266
(117,146,102)
#829C75
(130,156,117)
#8FA684
(143,166,132)
#9CB093
(156,176,147)
#A9BAA2
(169,186,162)
#B6C4B1
(182,196,177)
#C3CEC0
(195,206,192)
#D0D8CF
(208,216,207)
#DDE2DE
(221,226,222)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688857; }

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

This text font color is #688857.


Background Color

.myBgColor { background-color: #688857; }

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

This div background color is #688857.


Border color

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

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

This div border color is #688857.


Opacity

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

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

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

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

This text has shadow with #688857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688857 on black background.


Color preview on white background

This text has color #688857 on white background.



Black color preview on #688857 background

This text has black color on #688857 background.


White color preview on #688857 background

This text has white color on #688857 background.