COLOR #689442

HEX: #689442
RGB: (104,148,66)

Color info

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

RGB color model

#689442 color RGB value is (104,148,66).

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

RGB channels and saturation

R 104 of 255 = 41%
G 148 of 255 = 58%
B 66 of 255 = 26%

104
148
66

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

Portions of RGB colors in percentages

R + G + B =
104 + 148 + 66 = 318 (100%)
R 104 of 318 ~ 32.7%
G 148 of 318 ~ 46.54%
B 66 of 318 ~ 20.75%

%32.7
%46.54
%20.75

CMYK color model

#689442 color CMYK value is (30,0,55,42).

  • cyan value is 29.73%
  • magenta value is 0.00%
  • yellow value is 55.41%
  • key color value is 41.96%
CMYK:
(30,0,55,42)
C30M0Y55K42 
(30%,0%,55%,42%)
(0.30/0.00/0.55/0.42)	

CMYK percentages

%29.73
%0
%55.41
%41.96

Codes

Color #689442 in popluar color models

689442
RGB10414866
HSL92°38.32%41.96%
HSB/HSV92°55.41%58.04%
CMYK29.73%0.00%55.41%
41.96%

Color #689442 in popluar number systems.

HEX689442
Decimal10414866
Binary1101000100101001000010
Octal150224102

Shades and tints

Shades of #689442

#689442
(104,148,66)
#5F873C
(95,135,60)
#567A36
(86,122,54)
#4D6D30
(77,109,48)
#44602A
(68,96,42)
#3B5324
(59,83,36)
#32461E
(50,70,30)
#293918
(41,57,24)
#202C12
(32,44,18)
#171F0C
(23,31,12)
#0E1206
(14,18,6)
#000000
(0,0,0)

Tints of #689442

#689442
(104,148,66)
#759D53
(117,157,83)
#82A664
(130,166,100)
#8FAF75
(143,175,117)
#9CB886
(156,184,134)
#A9C197
(169,193,151)
#B6CAA8
(182,202,168)
#C3D3B9
(195,211,185)
#D0DCCA
(208,220,202)
#DDE5DB
(221,229,219)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689442; }

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

This text font color is #689442.


Background Color

.myBgColor { background-color: #689442; }

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

This div background color is #689442.


Border color

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

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

This div border color is #689442.


Opacity

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

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

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

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

This text has shadow with #689442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689442 on black background.


Color preview on white background

This text has color #689442 on white background.



Black color preview on #689442 background

This text has black color on #689442 background.


White color preview on #689442 background

This text has white color on #689442 background.