COLOR #689178

HEX: #689178
RGB: (104,145,120)

Color info

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

RGB color model

#689178 color RGB value is (104,145,120).

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

RGB channels and saturation

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

104
145
120

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

Portions of RGB colors in percentages

R + G + B =
104 + 145 + 120 = 369 (100%)
R 104 of 369 ~ 28.18%
G 145 of 369 ~ 39.3%
B 120 of 369 ~ 32.52%

%28.18
%39.3
%32.52

CMYK color model

#689178 color CMYK value is (28,0,17,43).

  • cyan value is 28.28%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 43.14%
CMYK:
(28,0,17,43)
C28M0Y17K43 
(28%,0%,17%,43%)
(0.28/0.00/0.17/0.43)	

CMYK percentages

%28.28
%0
%17.24
%43.14

Codes

Color #689178 in popluar color models

689178
RGB104145120
HSL143°16.47%48.82%
HSB/HSV143°28.28%56.86%
CMYK28.28%0.00%17.24%
43.14%

Color #689178 in popluar number systems.

HEX689178
Decimal104145120
Binary1101000100100011111000
Octal150221170

Shades and tints

Shades of #689178

#689178
(104,145,120)
#5F846E
(95,132,110)
#567764
(86,119,100)
#4D6A5A
(77,106,90)
#445D50
(68,93,80)
#3B5046
(59,80,70)
#32433C
(50,67,60)
#293632
(41,54,50)
#202928
(32,41,40)
#171C1E
(23,28,30)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #689178

#689178
(104,145,120)
#759B84
(117,155,132)
#82A590
(130,165,144)
#8FAF9C
(143,175,156)
#9CB9A8
(156,185,168)
#A9C3B4
(169,195,180)
#B6CDC0
(182,205,192)
#C3D7CC
(195,215,204)
#D0E1D8
(208,225,216)
#DDEBE4
(221,235,228)
#EAF5F0
(234,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689178; }

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

This text font color is #689178.


Background Color

.myBgColor { background-color: #689178; }

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

This div background color is #689178.


Border color

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

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

This div border color is #689178.


Opacity

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

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

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

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

This text has shadow with #689178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689178 on black background.


Color preview on white background

This text has color #689178 on white background.



Black color preview on #689178 background

This text has black color on #689178 background.


White color preview on #689178 background

This text has white color on #689178 background.