COLOR #688E4B

HEX: #688E4B
RGB: (104,142,75)

Color info

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

RGB color model

#688E4B color RGB value is (104,142,75).

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

RGB channels and saturation

R 104 of 255 = 41%
G 142 of 255 = 56%
B 75 of 255 = 29%

104
142
75

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

Portions of RGB colors in percentages

R + G + B =
104 + 142 + 75 = 321 (100%)
R 104 of 321 ~ 32.4%
G 142 of 321 ~ 44.24%
B 75 of 321 ~ 23.36%

%32.4
%44.24
%23.36

CMYK color model

#688E4B color CMYK value is (27,0,47,44).

  • cyan value is 26.76%
  • magenta value is 0.00%
  • yellow value is 47.18%
  • key color value is 44.31%
CMYK:
(27,0,47,44)
C27M0Y47K44 
(27%,0%,47%,44%)
(0.27/0.00/0.47/0.44)	

CMYK percentages

%26.76
%0
%47.18
%44.31

Codes

Color #688E4B in popluar color models

688E4B
RGB10414275
HSL94°30.88%42.55%
HSB/HSV94°47.18%55.69%
CMYK26.76%0.00%47.18%
44.31%

Color #688E4B in popluar number systems.

HEX688E4B
Decimal10414275
Binary1101000100011101001011
Octal150216113

Shades and tints

Shades of #688E4B

#688E4B
(104,142,75)
#5F8245
(95,130,69)
#56763F
(86,118,63)
#4D6A39
(77,106,57)
#445E33
(68,94,51)
#3B522D
(59,82,45)
#324627
(50,70,39)
#293A21
(41,58,33)
#202E1B
(32,46,27)
#172215
(23,34,21)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #688E4B

#688E4B
(104,142,75)
#75985B
(117,152,91)
#82A26B
(130,162,107)
#8FAC7B
(143,172,123)
#9CB68B
(156,182,139)
#A9C09B
(169,192,155)
#B6CAAB
(182,202,171)
#C3D4BB
(195,212,187)
#D0DECB
(208,222,203)
#DDE8DB
(221,232,219)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688E4B; }

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

This text font color is #688E4B.


Background Color

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

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

This div background color is #688E4B.


Border color

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

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

This div border color is #688E4B.


Opacity

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

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

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

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

This text has shadow with #688E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688E4B on black background.


Color preview on white background

This text has color #688E4B on white background.



Black color preview on #688E4B background

This text has black color on #688E4B background.


White color preview on #688E4B background

This text has white color on #688E4B background.