COLOR #689254

HEX: #689254
RGB: (104,146,84)

Color info

#689254 contains mainly red and green colors. Web safe color of #689254 is #669966 (or #696).

RGB color model

#689254 color RGB value is (104,146,84).

  • red value is 104;
  • green value is 146;
  • blue value is 84.
RGB:
(104,146,84)
(41%,57%,33%)

RGB channels and saturation

R 104 of 255 = 41%
G 146 of 255 = 57%
B 84 of 255 = 33%

104
146
84

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

Portions of RGB colors in percentages

R + G + B =
104 + 146 + 84 = 334 (100%)
R 104 of 334 ~ 31.14%
G 146 of 334 ~ 43.71%
B 84 of 334 ~ 25.15%

%31.14
%43.71
%25.15

CMYK color model

#689254 color CMYK value is (29,0,42,43).

  • cyan value is 28.77%
  • magenta value is 0.00%
  • yellow value is 42.47%
  • key color value is 42.75%
CMYK:
(29,0,42,43)
C29M0Y42K43 
(29%,0%,42%,43%)
(0.29/0.00/0.42/0.43)	

CMYK percentages

%28.77
%0
%42.47
%42.75

Codes

Color #689254 in popluar color models

689254
RGB10414684
HSL101°26.96%45.10%
HSB/HSV101°42.47%57.25%
CMYK28.77%0.00%42.47%
42.75%

Color #689254 in popluar number systems.

HEX689254
Decimal10414684
Binary1101000100100101010100
Octal150222124

Shades and tints

Shades of #689254

#689254
(104,146,84)
#5F854D
(95,133,77)
#567846
(86,120,70)
#4D6B3F
(77,107,63)
#445E38
(68,94,56)
#3B5131
(59,81,49)
#32442A
(50,68,42)
#293723
(41,55,35)
#202A1C
(32,42,28)
#171D15
(23,29,21)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #689254

#689254
(104,146,84)
#759B63
(117,155,99)
#82A472
(130,164,114)
#8FAD81
(143,173,129)
#9CB690
(156,182,144)
#A9BF9F
(169,191,159)
#B6C8AE
(182,200,174)
#C3D1BD
(195,209,189)
#D0DACC
(208,218,204)
#DDE3DB
(221,227,219)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689254 color. Also use rgb(104,146,84) instead hex code.

Text Font Color

.myTextColor { color: #689254; }

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

This text font color is #689254.


Background Color

.myBgColor { background-color: #689254; }

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

This div background color is #689254.


Border color

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

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

This div border color is #689254.


Opacity

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

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

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

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

This text has shadow with #689254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689254 on black background.


Color preview on white background

This text has color #689254 on white background.



Black color preview on #689254 background

This text has black color on #689254 background.


White color preview on #689254 background

This text has white color on #689254 background.