COLOR #688B5E

HEX: #688B5E
RGB: (104,139,94)

Color info

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

RGB color model

#688B5E color RGB value is (104,139,94).

  • red value is 104;
  • green value is 139;
  • blue value is 94.
RGB:
(104,139,94)
(41%,55%,37%)

RGB channels and saturation

R 104 of 255 = 41%
G 139 of 255 = 55%
B 94 of 255 = 37%

104
139
94

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

Portions of RGB colors in percentages

R + G + B =
104 + 139 + 94 = 337 (100%)
R 104 of 337 ~ 30.86%
G 139 of 337 ~ 41.25%
B 94 of 337 ~ 27.89%

%30.86
%41.25
%27.89

CMYK color model

#688B5E color CMYK value is (25,0,32,45).

  • cyan value is 25.18%
  • magenta value is 0.00%
  • yellow value is 32.37%
  • key color value is 45.49%
CMYK:
(25,0,32,45)
C25M0Y32K45 
(25%,0%,32%,45%)
(0.25/0.00/0.32/0.45)	

CMYK percentages

%25.18
%0
%32.37
%45.49

Codes

Color #688B5E in popluar color models

688B5E
RGB10413994
HSL107°19.31%45.69%
HSB/HSV107°32.37%54.51%
CMYK25.18%0.00%32.37%
45.49%

Color #688B5E in popluar number systems.

HEX688B5E
Decimal10413994
Binary1101000100010111011110
Octal150213136

Shades and tints

Shades of #688B5E

#688B5E
(104,139,94)
#5F7F56
(95,127,86)
#56734E
(86,115,78)
#4D6746
(77,103,70)
#445B3E
(68,91,62)
#3B4F36
(59,79,54)
#32432E
(50,67,46)
#293726
(41,55,38)
#202B1E
(32,43,30)
#171F16
(23,31,22)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #688B5E

#688B5E
(104,139,94)
#75956C
(117,149,108)
#829F7A
(130,159,122)
#8FA988
(143,169,136)
#9CB396
(156,179,150)
#A9BDA4
(169,189,164)
#B6C7B2
(182,199,178)
#C3D1C0
(195,209,192)
#D0DBCE
(208,219,206)
#DDE5DC
(221,229,220)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688B5E color. Also use rgb(104,139,94) instead hex code.

Text Font Color

.myTextColor { color: #688B5E; }

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

This text font color is #688B5E.


Background Color

.myBgColor { background-color: #688B5E; }

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

This div background color is #688B5E.


Border color

.myBorderColor { border: 1px solid #688B5E; }

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

This div border color is #688B5E.


Opacity

.myOpacity80 { color: #688B5E; opacity: 0.8; }

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

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

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

This text has shadow with #688B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688B5E on black background.


Color preview on white background

This text has color #688B5E on white background.



Black color preview on #688B5E background

This text has black color on #688B5E background.


White color preview on #688B5E background

This text has white color on #688B5E background.