COLOR #688A36

HEX: #688A36
RGB: (104,138,54)

Color info

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

RGB color model

#688A36 color RGB value is (104,138,54).

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

RGB channels and saturation

R 104 of 255 = 41%
G 138 of 255 = 54%
B 54 of 255 = 21%

104
138
54

R + G + B ~ 39%. #688A36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 138 + 54 = 296 (100%)
R 104 of 296 ~ 35.14%
G 138 of 296 ~ 46.62%
B 54 of 296 ~ 18.24%

%35.14
%46.62
%18.24

CMYK color model

#688A36 color CMYK value is (25,0,61,46).

  • cyan value is 24.64%
  • magenta value is 0.00%
  • yellow value is 60.87%
  • key color value is 45.88%
CMYK:
(25,0,61,46)
C25M0Y61K46 
(25%,0%,61%,46%)
(0.25/0.00/0.61/0.46)	

CMYK percentages

%24.64
%0
%60.87
%45.88

Codes

Color #688A36 in popluar color models

688A36
RGB10413854
HSL84°43.75%37.65%
HSB/HSV84°60.87%54.12%
CMYK24.64%0.00%60.87%
45.88%

Color #688A36 in popluar number systems.

HEX688A36
Decimal10413854
Binary110100010001010110110
Octal15021266

Shades and tints

Shades of #688A36

#688A36
(104,138,54)
#5F7E32
(95,126,50)
#56722E
(86,114,46)
#4D662A
(77,102,42)
#445A26
(68,90,38)
#3B4E22
(59,78,34)
#32421E
(50,66,30)
#29361A
(41,54,26)
#202A16
(32,42,22)
#171E12
(23,30,18)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #688A36

#688A36
(104,138,54)
#759448
(117,148,72)
#829E5A
(130,158,90)
#8FA86C
(143,168,108)
#9CB27E
(156,178,126)
#A9BC90
(169,188,144)
#B6C6A2
(182,198,162)
#C3D0B4
(195,208,180)
#D0DAC6
(208,218,198)
#DDE4D8
(221,228,216)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688A36; }

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

This text font color is #688A36.


Background Color

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

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

This div background color is #688A36.


Border color

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

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

This div border color is #688A36.


Opacity

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

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

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

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

This text has shadow with #688A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688A36 on black background.


Color preview on white background

This text has color #688A36 on white background.



Black color preview on #688A36 background

This text has black color on #688A36 background.


White color preview on #688A36 background

This text has white color on #688A36 background.