COLOR #688242

HEX: #688242
RGB: (104,130,66)

Color info

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

RGB color model

#688242 color RGB value is (104,130,66).

  • red value is 104;
  • green value is 130;
  • blue value is 66.
RGB:
(104,130,66)
(41%,51%,26%)

RGB channels and saturation

R 104 of 255 = 41%
G 130 of 255 = 51%
B 66 of 255 = 26%

104
130
66

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

Portions of RGB colors in percentages

R + G + B =
104 + 130 + 66 = 300 (100%)
R 104 of 300 ~ 34.67%
G 130 of 300 ~ 43.33%
B 66 of 300 ~ 22%

%34.67
%43.33
%22

CMYK color model

#688242 color CMYK value is (20,0,49,49).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 49.23%
  • key color value is 49.02%
CMYK:
(20,0,49,49)
C20M0Y49K49 
(20%,0%,49%,49%)
(0.20/0.00/0.49/0.49)	

CMYK percentages

%20
%0
%49.23
%49.02

Codes

Color #688242 in popluar color models

688242
RGB10413066
HSL84°32.65%38.43%
HSB/HSV84°49.23%50.98%
CMYK20.00%0.00%49.23%
49.02%

Color #688242 in popluar number systems.

HEX688242
Decimal10413066
Binary1101000100000101000010
Octal150202102

Shades and tints

Shades of #688242

#688242
(104,130,66)
#5F773C
(95,119,60)
#566C36
(86,108,54)
#4D6130
(77,97,48)
#44562A
(68,86,42)
#3B4B24
(59,75,36)
#32401E
(50,64,30)
#293518
(41,53,24)
#202A12
(32,42,18)
#171F0C
(23,31,12)
#0E1406
(14,20,6)
#000000
(0,0,0)

Tints of #688242

#688242
(104,130,66)
#758D53
(117,141,83)
#829864
(130,152,100)
#8FA375
(143,163,117)
#9CAE86
(156,174,134)
#A9B997
(169,185,151)
#B6C4A8
(182,196,168)
#C3CFB9
(195,207,185)
#D0DACA
(208,218,202)
#DDE5DB
(221,229,219)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688242 color. Also use rgb(104,130,66) instead hex code.

Text Font Color

.myTextColor { color: #688242; }

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

This text font color is #688242.


Background Color

.myBgColor { background-color: #688242; }

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

This div background color is #688242.


Border color

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

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

This div border color is #688242.


Opacity

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

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

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

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

This text has shadow with #688242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688242 on black background.


Color preview on white background

This text has color #688242 on white background.



Black color preview on #688242 background

This text has black color on #688242 background.


White color preview on #688242 background

This text has white color on #688242 background.