COLOR #688968

HEX: #688968
RGB: (104,137,104)

Color info

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

RGB color model

#688968 color RGB value is (104,137,104).

  • red value is 104;
  • green value is 137;
  • blue value is 104.
RGB:
(104,137,104)
(41%,54%,41%)

RGB channels and saturation

R 104 of 255 = 41%
G 137 of 255 = 54%
B 104 of 255 = 41%

104
137
104

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

Portions of RGB colors in percentages

R + G + B =
104 + 137 + 104 = 345 (100%)
R 104 of 345 ~ 30.14%
G 137 of 345 ~ 39.71%
B 104 of 345 ~ 30.14%

%30.14
%39.71
%30.14

CMYK color model

#688968 color CMYK value is (24,0,24,46).

  • cyan value is 24.09%
  • magenta value is 0.00%
  • yellow value is 24.09%
  • key color value is 46.27%
CMYK:
(24,0,24,46)
C24M0Y24K46 
(24%,0%,24%,46%)
(0.24/0.00/0.24/0.46)	

CMYK percentages

%24.09
%0
%24.09
%46.27

Codes

Color #688968 in popluar color models

688968
RGB104137104
HSL120°13.69%47.25%
HSB/HSV120°24.09%53.73%
CMYK24.09%0.00%24.09%
46.27%

Color #688968 in popluar number systems.

HEX688968
Decimal104137104
Binary1101000100010011101000
Octal150211150

Shades and tints

Shades of #688968

#688968
(104,137,104)
#5F7D5F
(95,125,95)
#567156
(86,113,86)
#4D654D
(77,101,77)
#445944
(68,89,68)
#3B4D3B
(59,77,59)
#324132
(50,65,50)
#293529
(41,53,41)
#202920
(32,41,32)
#171D17
(23,29,23)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #688968

#688968
(104,137,104)
#759375
(117,147,117)
#829D82
(130,157,130)
#8FA78F
(143,167,143)
#9CB19C
(156,177,156)
#A9BBA9
(169,187,169)
#B6C5B6
(182,197,182)
#C3CFC3
(195,207,195)
#D0D9D0
(208,217,208)
#DDE3DD
(221,227,221)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688968; }

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

This text font color is #688968.


Background Color

.myBgColor { background-color: #688968; }

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

This div background color is #688968.


Border color

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

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

This div border color is #688968.


Opacity

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

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

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

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

This text has shadow with #688968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688968 on black background.


Color preview on white background

This text has color #688968 on white background.



Black color preview on #688968 background

This text has black color on #688968 background.


White color preview on #688968 background

This text has white color on #688968 background.