COLOR #688862

HEX: #688862
RGB: (104,136,98)

Color info

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

RGB color model

#688862 color RGB value is (104,136,98).

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

RGB channels and saturation

R 104 of 255 = 41%
G 136 of 255 = 53%
B 98 of 255 = 38%

104
136
98

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

Portions of RGB colors in percentages

R + G + B =
104 + 136 + 98 = 338 (100%)
R 104 of 338 ~ 30.77%
G 136 of 338 ~ 40.24%
B 98 of 338 ~ 28.99%

%30.77
%40.24
%28.99

CMYK color model

#688862 color CMYK value is (24,0,28,47).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 27.94%
  • key color value is 46.67%
CMYK:
(24,0,28,47)
C24M0Y28K47 
(24%,0%,28%,47%)
(0.24/0.00/0.28/0.47)	

CMYK percentages

%23.53
%0
%27.94
%46.67

Codes

Color #688862 in popluar color models

688862
RGB10413698
HSL111°16.24%45.88%
HSB/HSV111°27.94%53.33%
CMYK23.53%0.00%27.94%
46.67%

Color #688862 in popluar number systems.

HEX688862
Decimal10413698
Binary1101000100010001100010
Octal150210142

Shades and tints

Shades of #688862

#688862
(104,136,98)
#5F7C5A
(95,124,90)
#567052
(86,112,82)
#4D644A
(77,100,74)
#445842
(68,88,66)
#3B4C3A
(59,76,58)
#324032
(50,64,50)
#29342A
(41,52,42)
#202822
(32,40,34)
#171C1A
(23,28,26)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #688862

#688862
(104,136,98)
#759270
(117,146,112)
#829C7E
(130,156,126)
#8FA68C
(143,166,140)
#9CB09A
(156,176,154)
#A9BAA8
(169,186,168)
#B6C4B6
(182,196,182)
#C3CEC4
(195,206,196)
#D0D8D2
(208,216,210)
#DDE2E0
(221,226,224)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688862; }

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

This text font color is #688862.


Background Color

.myBgColor { background-color: #688862; }

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

This div background color is #688862.


Border color

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

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

This div border color is #688862.


Opacity

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

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

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

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

This text has shadow with #688862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688862 on black background.


Color preview on white background

This text has color #688862 on white background.



Black color preview on #688862 background

This text has black color on #688862 background.


White color preview on #688862 background

This text has white color on #688862 background.