COLOR #688362

HEX: #688362
RGB: (104,131,98)

Color info

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

RGB color model

#688362 color RGB value is (104,131,98).

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

RGB channels and saturation

R 104 of 255 = 41%
G 131 of 255 = 51%
B 98 of 255 = 38%

104
131
98

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

Portions of RGB colors in percentages

R + G + B =
104 + 131 + 98 = 333 (100%)
R 104 of 333 ~ 31.23%
G 131 of 333 ~ 39.34%
B 98 of 333 ~ 29.43%

%31.23
%39.34
%29.43

CMYK color model

#688362 color CMYK value is (21,0,25,49).

  • cyan value is 20.61%
  • magenta value is 0.00%
  • yellow value is 25.19%
  • key color value is 48.63%
CMYK:
(21,0,25,49)
C21M0Y25K49 
(21%,0%,25%,49%)
(0.21/0.00/0.25/0.49)	

CMYK percentages

%20.61
%0
%25.19
%48.63

Codes

Color #688362 in popluar color models

688362
RGB10413198
HSL109°14.41%44.90%
HSB/HSV109°25.19%51.37%
CMYK20.61%0.00%25.19%
48.63%

Color #688362 in popluar number systems.

HEX688362
Decimal10413198
Binary1101000100000111100010
Octal150203142

Shades and tints

Shades of #688362

#688362
(104,131,98)
#5F785A
(95,120,90)
#566D52
(86,109,82)
#4D624A
(77,98,74)
#445742
(68,87,66)
#3B4C3A
(59,76,58)
#324132
(50,65,50)
#29362A
(41,54,42)
#202B22
(32,43,34)
#17201A
(23,32,26)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #688362

#688362
(104,131,98)
#758E70
(117,142,112)
#82997E
(130,153,126)
#8FA48C
(143,164,140)
#9CAF9A
(156,175,154)
#A9BAA8
(169,186,168)
#B6C5B6
(182,197,182)
#C3D0C4
(195,208,196)
#D0DBD2
(208,219,210)
#DDE6E0
(221,230,224)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688362; }

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

This text font color is #688362.


Background Color

.myBgColor { background-color: #688362; }

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

This div background color is #688362.


Border color

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

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

This div border color is #688362.


Opacity

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

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

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

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

This text has shadow with #688362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688362 on black background.


Color preview on white background

This text has color #688362 on white background.



Black color preview on #688362 background

This text has black color on #688362 background.


White color preview on #688362 background

This text has white color on #688362 background.