COLOR #689278

HEX: #689278
RGB: (104,146,120)

Color info

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

RGB color model

#689278 color RGB value is (104,146,120).

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

RGB channels and saturation

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

104
146
120

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

Portions of RGB colors in percentages

R + G + B =
104 + 146 + 120 = 370 (100%)
R 104 of 370 ~ 28.11%
G 146 of 370 ~ 39.46%
B 120 of 370 ~ 32.43%

%28.11
%39.46
%32.43

CMYK color model

#689278 color CMYK value is (29,0,18,43).

  • cyan value is 28.77%
  • magenta value is 0.00%
  • yellow value is 17.81%
  • key color value is 42.75%
CMYK:
(29,0,18,43)
C29M0Y18K43 
(29%,0%,18%,43%)
(0.29/0.00/0.18/0.43)	

CMYK percentages

%28.77
%0
%17.81
%42.75

Codes

Color #689278 in popluar color models

689278
RGB104146120
HSL143°16.80%49.02%
HSB/HSV143°28.77%57.25%
CMYK28.77%0.00%17.81%
42.75%

Color #689278 in popluar number systems.

HEX689278
Decimal104146120
Binary1101000100100101111000
Octal150222170

Shades and tints

Shades of #689278

#689278
(104,146,120)
#5F856E
(95,133,110)
#567864
(86,120,100)
#4D6B5A
(77,107,90)
#445E50
(68,94,80)
#3B5146
(59,81,70)
#32443C
(50,68,60)
#293732
(41,55,50)
#202A28
(32,42,40)
#171D1E
(23,29,30)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #689278

#689278
(104,146,120)
#759B84
(117,155,132)
#82A490
(130,164,144)
#8FAD9C
(143,173,156)
#9CB6A8
(156,182,168)
#A9BFB4
(169,191,180)
#B6C8C0
(182,200,192)
#C3D1CC
(195,209,204)
#D0DAD8
(208,218,216)
#DDE3E4
(221,227,228)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689278; }

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

This text font color is #689278.


Background Color

.myBgColor { background-color: #689278; }

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

This div background color is #689278.


Border color

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

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

This div border color is #689278.


Opacity

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

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

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

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

This text has shadow with #689278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689278 on black background.


Color preview on white background

This text has color #689278 on white background.



Black color preview on #689278 background

This text has black color on #689278 background.


White color preview on #689278 background

This text has white color on #689278 background.