COLOR #688732

HEX: #688732
RGB: (104,135,50)

Color info

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

RGB color model

#688732 color RGB value is (104,135,50).

  • red value is 104;
  • green value is 135;
  • blue value is 50.
RGB:
(104,135,50)
(41%,53%,20%)

RGB channels and saturation

R 104 of 255 = 41%
G 135 of 255 = 53%
B 50 of 255 = 20%

104
135
50

R + G + B ~ 38%. #688732 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 135 + 50 = 289 (100%)
R 104 of 289 ~ 35.99%
G 135 of 289 ~ 46.71%
B 50 of 289 ~ 17.3%

%35.99
%46.71
%17.3

CMYK color model

#688732 color CMYK value is (23,0,63,47).

  • cyan value is 22.96%
  • magenta value is 0.00%
  • yellow value is 62.96%
  • key color value is 47.06%
CMYK:
(23,0,63,47)
C23M0Y63K47 
(23%,0%,63%,47%)
(0.23/0.00/0.63/0.47)	

CMYK percentages

%22.96
%0
%62.96
%47.06

Codes

Color #688732 in popluar color models

688732
RGB10413550
HSL82°45.95%36.27%
HSB/HSV82°62.96%52.94%
CMYK22.96%0.00%62.96%
47.06%

Color #688732 in popluar number systems.

HEX688732
Decimal10413550
Binary110100010000111110010
Octal15020762

Shades and tints

Shades of #688732

#688732
(104,135,50)
#5F7B2E
(95,123,46)
#566F2A
(86,111,42)
#4D6326
(77,99,38)
#445722
(68,87,34)
#3B4B1E
(59,75,30)
#323F1A
(50,63,26)
#293316
(41,51,22)
#202712
(32,39,18)
#171B0E
(23,27,14)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #688732

#688732
(104,135,50)
#759144
(117,145,68)
#829B56
(130,155,86)
#8FA568
(143,165,104)
#9CAF7A
(156,175,122)
#A9B98C
(169,185,140)
#B6C39E
(182,195,158)
#C3CDB0
(195,205,176)
#D0D7C2
(208,215,194)
#DDE1D4
(221,225,212)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688732 color. Also use rgb(104,135,50) instead hex code.

Text Font Color

.myTextColor { color: #688732; }

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

This text font color is #688732.


Background Color

.myBgColor { background-color: #688732; }

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

This div background color is #688732.


Border color

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

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

This div border color is #688732.


Opacity

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

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

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

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

This text has shadow with #688732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688732 on black background.


Color preview on white background

This text has color #688732 on white background.



Black color preview on #688732 background

This text has black color on #688732 background.


White color preview on #688732 background

This text has white color on #688732 background.