COLOR #688736

HEX: #688736
RGB: (104,135,54)

Color info

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

RGB color model

#688736 color RGB value is (104,135,54).

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

RGB channels and saturation

R 104 of 255 = 41%
G 135 of 255 = 53%
B 54 of 255 = 21%

104
135
54

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

Portions of RGB colors in percentages

R + G + B =
104 + 135 + 54 = 293 (100%)
R 104 of 293 ~ 35.49%
G 135 of 293 ~ 46.08%
B 54 of 293 ~ 18.43%

%35.49
%46.08
%18.43

CMYK color model

#688736 color CMYK value is (23,0,60,47).

  • cyan value is 22.96%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 47.06%
CMYK:
(23,0,60,47)
C23M0Y60K47 
(23%,0%,60%,47%)
(0.23/0.00/0.60/0.47)	

CMYK percentages

%22.96
%0
%60
%47.06

Codes

Color #688736 in popluar color models

688736
RGB10413554
HSL83°42.86%37.06%
HSB/HSV83°60.00%52.94%
CMYK22.96%0.00%60.00%
47.06%

Color #688736 in popluar number systems.

HEX688736
Decimal10413554
Binary110100010000111110110
Octal15020766

Shades and tints

Shades of #688736

#688736
(104,135,54)
#5F7B32
(95,123,50)
#566F2E
(86,111,46)
#4D632A
(77,99,42)
#445726
(68,87,38)
#3B4B22
(59,75,34)
#323F1E
(50,63,30)
#29331A
(41,51,26)
#202716
(32,39,22)
#171B12
(23,27,18)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #688736

#688736
(104,135,54)
#759148
(117,145,72)
#829B5A
(130,155,90)
#8FA56C
(143,165,108)
#9CAF7E
(156,175,126)
#A9B990
(169,185,144)
#B6C3A2
(182,195,162)
#C3CDB4
(195,205,180)
#D0D7C6
(208,215,198)
#DDE1D8
(221,225,216)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688736; }

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

This text font color is #688736.


Background Color

.myBgColor { background-color: #688736; }

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

This div background color is #688736.


Border color

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

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

This div border color is #688736.


Opacity

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

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

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

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

This text has shadow with #688736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688736 on black background.


Color preview on white background

This text has color #688736 on white background.



Black color preview on #688736 background

This text has black color on #688736 background.


White color preview on #688736 background

This text has white color on #688736 background.