COLOR #689279

HEX: #689279
RGB: (104,146,121)

Color info

#689279 contains red, green and blue colors in about the same proportion. Web safe color of #689279 is #669966 (or #696).

RGB color model

#689279 color RGB value is (104,146,121).

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

RGB channels and saturation

R 104 of 255 = 41%
G 146 of 255 = 57%
B 121 of 255 = 47%

104
146
121

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

Portions of RGB colors in percentages

R + G + B =
104 + 146 + 121 = 371 (100%)
R 104 of 371 ~ 28.03%
G 146 of 371 ~ 39.35%
B 121 of 371 ~ 32.61%

%28.03
%39.35
%32.61

CMYK color model

#689279 color CMYK value is (29,0,17,43).

  • cyan value is 28.77%
  • magenta value is 0.00%
  • yellow value is 17.12%
  • key color value is 42.75%
CMYK:
(29,0,17,43)
C29M0Y17K43 
(29%,0%,17%,43%)
(0.29/0.00/0.17/0.43)	

CMYK percentages

%28.77
%0
%17.12
%42.75

Codes

Color #689279 in popluar color models

689279
RGB104146121
HSL144°16.80%49.02%
HSB/HSV144°28.77%57.25%
CMYK28.77%0.00%17.12%
42.75%

Color #689279 in popluar number systems.

HEX689279
Decimal104146121
Binary1101000100100101111001
Octal150222171

Shades and tints

Shades of #689279

#689279
(104,146,121)
#5F856E
(95,133,110)
#567863
(86,120,99)
#4D6B58
(77,107,88)
#445E4D
(68,94,77)
#3B5142
(59,81,66)
#324437
(50,68,55)
#29372C
(41,55,44)
#202A21
(32,42,33)
#171D16
(23,29,22)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #689279

#689279
(104,146,121)
#759B85
(117,155,133)
#82A491
(130,164,145)
#8FAD9D
(143,173,157)
#9CB6A9
(156,182,169)
#A9BFB5
(169,191,181)
#B6C8C1
(182,200,193)
#C3D1CD
(195,209,205)
#D0DAD9
(208,218,217)
#DDE3E5
(221,227,229)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689279; }

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

This text font color is #689279.


Background Color

.myBgColor { background-color: #689279; }

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

This div background color is #689279.


Border color

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

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

This div border color is #689279.


Opacity

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

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

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

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

This text has shadow with #689279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689279 on black background.


Color preview on white background

This text has color #689279 on white background.



Black color preview on #689279 background

This text has black color on #689279 background.


White color preview on #689279 background

This text has white color on #689279 background.