COLOR #688640

HEX: #688640
RGB: (104,134,64)

Color info

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

RGB color model

#688640 color RGB value is (104,134,64).

  • red value is 104;
  • green value is 134;
  • blue value is 64.
RGB:
(104,134,64)
(41%,53%,25%)

RGB channels and saturation

R 104 of 255 = 41%
G 134 of 255 = 53%
B 64 of 255 = 25%

104
134
64

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

Portions of RGB colors in percentages

R + G + B =
104 + 134 + 64 = 302 (100%)
R 104 of 302 ~ 34.44%
G 134 of 302 ~ 44.37%
B 64 of 302 ~ 21.19%

%34.44
%44.37
%21.19

CMYK color model

#688640 color CMYK value is (22,0,52,47).

  • cyan value is 22.39%
  • magenta value is 0.00%
  • yellow value is 52.24%
  • key color value is 47.45%
CMYK:
(22,0,52,47)
C22M0Y52K47 
(22%,0%,52%,47%)
(0.22/0.00/0.52/0.47)	

CMYK percentages

%22.39
%0
%52.24
%47.45

Codes

Color #688640 in popluar color models

688640
RGB10413464
HSL86°35.35%38.82%
HSB/HSV86°52.24%52.55%
CMYK22.39%0.00%52.24%
47.45%

Color #688640 in popluar number systems.

HEX688640
Decimal10413464
Binary1101000100001101000000
Octal150206100

Shades and tints

Shades of #688640

#688640
(104,134,64)
#5F7A3B
(95,122,59)
#566E36
(86,110,54)
#4D6231
(77,98,49)
#44562C
(68,86,44)
#3B4A27
(59,74,39)
#323E22
(50,62,34)
#29321D
(41,50,29)
#202618
(32,38,24)
#171A13
(23,26,19)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #688640

#688640
(104,134,64)
#759151
(117,145,81)
#829C62
(130,156,98)
#8FA773
(143,167,115)
#9CB284
(156,178,132)
#A9BD95
(169,189,149)
#B6C8A6
(182,200,166)
#C3D3B7
(195,211,183)
#D0DEC8
(208,222,200)
#DDE9D9
(221,233,217)
#EAF4EA
(234,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688640 color. Also use rgb(104,134,64) instead hex code.

Text Font Color

.myTextColor { color: #688640; }

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

This text font color is #688640.


Background Color

.myBgColor { background-color: #688640; }

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

This div background color is #688640.


Border color

.myBorderColor { border: 1px solid #688640; }

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

This div border color is #688640.


Opacity

.myOpacity80 { color: #688640; opacity: 0.8; }

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

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

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

This text has shadow with #688640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688640 on black background.


Color preview on white background

This text has color #688640 on white background.



Black color preview on #688640 background

This text has black color on #688640 background.


White color preview on #688640 background

This text has white color on #688640 background.