COLOR #688E3B

HEX: #688E3B
RGB: (104,142,59)

Color info

#688E3B contains mainly red and green colors. Web safe color of #688E3B is #669933 (or #693).

RGB color model

#688E3B color RGB value is (104,142,59).

  • red value is 104;
  • green value is 142;
  • blue value is 59.
RGB:
(104,142,59)
(41%,56%,23%)

RGB channels and saturation

R 104 of 255 = 41%
G 142 of 255 = 56%
B 59 of 255 = 23%

104
142
59

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

Portions of RGB colors in percentages

R + G + B =
104 + 142 + 59 = 305 (100%)
R 104 of 305 ~ 34.1%
G 142 of 305 ~ 46.56%
B 59 of 305 ~ 19.34%

%34.1
%46.56
%19.34

CMYK color model

#688E3B color CMYK value is (27,0,58,44).

  • cyan value is 26.76%
  • magenta value is 0.00%
  • yellow value is 58.45%
  • key color value is 44.31%
CMYK:
(27,0,58,44)
C27M0Y58K44 
(27%,0%,58%,44%)
(0.27/0.00/0.58/0.44)	

CMYK percentages

%26.76
%0
%58.45
%44.31

Codes

Color #688E3B in popluar color models

688E3B
RGB10414259
HSL87°41.29%39.41%
HSB/HSV87°58.45%55.69%
CMYK26.76%0.00%58.45%
44.31%

Color #688E3B in popluar number systems.

HEX688E3B
Decimal10414259
Binary110100010001110111011
Octal15021673

Shades and tints

Shades of #688E3B

#688E3B
(104,142,59)
#5F8236
(95,130,54)
#567631
(86,118,49)
#4D6A2C
(77,106,44)
#445E27
(68,94,39)
#3B5222
(59,82,34)
#32461D
(50,70,29)
#293A18
(41,58,24)
#202E13
(32,46,19)
#17220E
(23,34,14)
#0E1609
(14,22,9)
#000000
(0,0,0)

Tints of #688E3B

#688E3B
(104,142,59)
#75984C
(117,152,76)
#82A25D
(130,162,93)
#8FAC6E
(143,172,110)
#9CB67F
(156,182,127)
#A9C090
(169,192,144)
#B6CAA1
(182,202,161)
#C3D4B2
(195,212,178)
#D0DEC3
(208,222,195)
#DDE8D4
(221,232,212)
#EAF2E5
(234,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688E3B color. Also use rgb(104,142,59) instead hex code.

Text Font Color

.myTextColor { color: #688E3B; }

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

This text font color is #688E3B.


Background Color

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

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

This div background color is #688E3B.


Border color

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

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

This div border color is #688E3B.


Opacity

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

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

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

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

This text has shadow with #688E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688E3B on black background.


Color preview on white background

This text has color #688E3B on white background.



Black color preview on #688E3B background

This text has black color on #688E3B background.


White color preview on #688E3B background

This text has white color on #688E3B background.