COLOR #689248

HEX: #689248
RGB: (104,146,72)

Color info

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

RGB color model

#689248 color RGB value is (104,146,72).

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

RGB channels and saturation

R 104 of 255 = 41%
G 146 of 255 = 57%
B 72 of 255 = 28%

104
146
72

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

Portions of RGB colors in percentages

R + G + B =
104 + 146 + 72 = 322 (100%)
R 104 of 322 ~ 32.3%
G 146 of 322 ~ 45.34%
B 72 of 322 ~ 22.36%

%32.3
%45.34
%22.36

CMYK color model

#689248 color CMYK value is (29,0,51,43).

  • cyan value is 28.77%
  • magenta value is 0.00%
  • yellow value is 50.68%
  • key color value is 42.75%
CMYK:
(29,0,51,43)
C29M0Y51K43 
(29%,0%,51%,43%)
(0.29/0.00/0.51/0.43)	

CMYK percentages

%28.77
%0
%50.68
%42.75

Codes

Color #689248 in popluar color models

689248
RGB10414672
HSL94°33.94%42.75%
HSB/HSV94°50.68%57.25%
CMYK28.77%0.00%50.68%
42.75%

Color #689248 in popluar number systems.

HEX689248
Decimal10414672
Binary1101000100100101001000
Octal150222110

Shades and tints

Shades of #689248

#689248
(104,146,72)
#5F8542
(95,133,66)
#56783C
(86,120,60)
#4D6B36
(77,107,54)
#445E30
(68,94,48)
#3B512A
(59,81,42)
#324424
(50,68,36)
#29371E
(41,55,30)
#202A18
(32,42,24)
#171D12
(23,29,18)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #689248

#689248
(104,146,72)
#759B58
(117,155,88)
#82A468
(130,164,104)
#8FAD78
(143,173,120)
#9CB688
(156,182,136)
#A9BF98
(169,191,152)
#B6C8A8
(182,200,168)
#C3D1B8
(195,209,184)
#D0DAC8
(208,218,200)
#DDE3D8
(221,227,216)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689248; }

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

This text font color is #689248.


Background Color

.myBgColor { background-color: #689248; }

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

This div background color is #689248.


Border color

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

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

This div border color is #689248.


Opacity

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

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

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

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

This text has shadow with #689248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689248 on black background.


Color preview on white background

This text has color #689248 on white background.



Black color preview on #689248 background

This text has black color on #689248 background.


White color preview on #689248 background

This text has white color on #689248 background.