COLOR #688B56

HEX: #688B56
RGB: (104,139,86)

Color info

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

RGB color model

#688B56 color RGB value is (104,139,86).

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

RGB channels and saturation

R 104 of 255 = 41%
G 139 of 255 = 55%
B 86 of 255 = 34%

104
139
86

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

Portions of RGB colors in percentages

R + G + B =
104 + 139 + 86 = 329 (100%)
R 104 of 329 ~ 31.61%
G 139 of 329 ~ 42.25%
B 86 of 329 ~ 26.14%

%31.61
%42.25
%26.14

CMYK color model

#688B56 color CMYK value is (25,0,38,45).

  • cyan value is 25.18%
  • magenta value is 0.00%
  • yellow value is 38.13%
  • key color value is 45.49%
CMYK:
(25,0,38,45)
C25M0Y38K45 
(25%,0%,38%,45%)
(0.25/0.00/0.38/0.45)	

CMYK percentages

%25.18
%0
%38.13
%45.49

Codes

Color #688B56 in popluar color models

688B56
RGB10413986
HSL100°23.56%44.12%
HSB/HSV100°38.13%54.51%
CMYK25.18%0.00%38.13%
45.49%

Color #688B56 in popluar number systems.

HEX688B56
Decimal10413986
Binary1101000100010111010110
Octal150213126

Shades and tints

Shades of #688B56

#688B56
(104,139,86)
#5F7F4F
(95,127,79)
#567348
(86,115,72)
#4D6741
(77,103,65)
#445B3A
(68,91,58)
#3B4F33
(59,79,51)
#32432C
(50,67,44)
#293725
(41,55,37)
#202B1E
(32,43,30)
#171F17
(23,31,23)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #688B56

#688B56
(104,139,86)
#759565
(117,149,101)
#829F74
(130,159,116)
#8FA983
(143,169,131)
#9CB392
(156,179,146)
#A9BDA1
(169,189,161)
#B6C7B0
(182,199,176)
#C3D1BF
(195,209,191)
#D0DBCE
(208,219,206)
#DDE5DD
(221,229,221)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688B56; }

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

This text font color is #688B56.


Background Color

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

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

This div background color is #688B56.


Border color

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

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

This div border color is #688B56.


Opacity

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

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

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

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

This text has shadow with #688B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688B56 on black background.


Color preview on white background

This text has color #688B56 on white background.



Black color preview on #688B56 background

This text has black color on #688B56 background.


White color preview on #688B56 background

This text has white color on #688B56 background.