COLOR #688D46

HEX: #688D46
RGB: (104,141,70)

Color info

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

RGB color model

#688D46 color RGB value is (104,141,70).

  • red value is 104;
  • green value is 141;
  • blue value is 70.
RGB:
(104,141,70)
(41%,55%,27%)

RGB channels and saturation

R 104 of 255 = 41%
G 141 of 255 = 55%
B 70 of 255 = 27%

104
141
70

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

Portions of RGB colors in percentages

R + G + B =
104 + 141 + 70 = 315 (100%)
R 104 of 315 ~ 33.02%
G 141 of 315 ~ 44.76%
B 70 of 315 ~ 22.22%

%33.02
%44.76
%22.22

CMYK color model

#688D46 color CMYK value is (26,0,50,45).

  • cyan value is 26.24%
  • magenta value is 0.00%
  • yellow value is 50.35%
  • key color value is 44.71%
CMYK:
(26,0,50,45)
C26M0Y50K45 
(26%,0%,50%,45%)
(0.26/0.00/0.50/0.45)	

CMYK percentages

%26.24
%0
%50.35
%44.71

Codes

Color #688D46 in popluar color models

688D46
RGB10414170
HSL91°33.65%41.37%
HSB/HSV91°50.35%55.29%
CMYK26.24%0.00%50.35%
44.71%

Color #688D46 in popluar number systems.

HEX688D46
Decimal10414170
Binary1101000100011011000110
Octal150215106

Shades and tints

Shades of #688D46

#688D46
(104,141,70)
#5F8140
(95,129,64)
#56753A
(86,117,58)
#4D6934
(77,105,52)
#445D2E
(68,93,46)
#3B5128
(59,81,40)
#324522
(50,69,34)
#29391C
(41,57,28)
#202D16
(32,45,22)
#172110
(23,33,16)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #688D46

#688D46
(104,141,70)
#759756
(117,151,86)
#82A166
(130,161,102)
#8FAB76
(143,171,118)
#9CB586
(156,181,134)
#A9BF96
(169,191,150)
#B6C9A6
(182,201,166)
#C3D3B6
(195,211,182)
#D0DDC6
(208,221,198)
#DDE7D6
(221,231,214)
#EAF1E6
(234,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688D46 color. Also use rgb(104,141,70) instead hex code.

Text Font Color

.myTextColor { color: #688D46; }

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

This text font color is #688D46.


Background Color

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

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

This div background color is #688D46.


Border color

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

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

This div border color is #688D46.


Opacity

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

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

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

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

This text has shadow with #688D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688D46 on black background.


Color preview on white background

This text has color #688D46 on white background.



Black color preview on #688D46 background

This text has black color on #688D46 background.


White color preview on #688D46 background

This text has white color on #688D46 background.