COLOR #708989

HEX: #708989 RGB: (112,137,137)

Color info

#708989 contains red, green and blue colors in about the same proportion. Web safe color of #708989 is #669999 (or #699).

RGB color model

#708989 color RGB value is (112,137,137).

RGB: (112,137,137) (44%, 54%, 54%)

RGB channels and saturation

R 112 of 255 = 44%
G 137 of 255 = 54%
B 137 of 255 = 54%

112
137
137

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

Portions of RGB colors in percentages

R + G + B = 112 + 137 + 137 = 386 (100%)
R 112 of 386 ~ 29.02%
G 137 of 386 ~ 35.49%
B 137 of 386 ~ 35.49'%

%29.02
%35.49
%35.49

CMYK color model

#708989 color CMYK value is (18,0,0,46).

  • cyan value is 18.25%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (18,0,0,46)
C18M0Y0K46 (18%, 0%, 0%, 46%)
(0.18 / 0.00 / 0.00 / 0.46)

CMYK percentages

%18.25
%0
%0
%46.27

Codes

Color #708989 in popluar color models

70 89 89
RGB 112 137 137
HSL 180° 10.04% 48.82%
HSB/HSV 180° 18.25% 53.73%
CMYK 18.25% 0.00% 0.00%
46.27%

Color #708989 in popluar number systems.

HEX 70 89 89
Decimal 112 137 137
Binary 1110000 10001001 10001001
Octal 160 211 211

Shades and tints

Shades of #708989

#708989
(112,137,137)
#667D7D
(102,125,125)
#5C7171
(92,113,113)
#526565
(82,101,101)
#485959
(72,89,89)
#3E4D4D
(62,77,77)
#344141
(52,65,65)
#2A3535
(42,53,53)
#202929
(32,41,41)
#161D1D
(22,29,29)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #708989

#708989
(112,137,137)
#7D9393
(125,147,147)
#8A9D9D
(138,157,157)
#97A7A7
(151,167,167)
#A4B1B1
(164,177,177)
#B1BBBB
(177,187,187)
#BEC5C5
(190,197,197)
#CBCFCF
(203,207,207)
#D8D9D9
(216,217,217)
#E5E3E3
(229,227,227)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708989 color. Also use rgb(112,137,137) instead hex code.

Text Font Color

.myTextColor { color: #708989; }

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

This text font color is #708989.

Background Color

.myBgColor { background-color: #708989; }

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

This div background color is #708989.

Border color

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

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

This div border color is #708989.

Opacity

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

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

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

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

This text has shadow with #708989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708989.

Preview

Color preview on black background

This text has color #708989 on black background.


Color preview on white background

This text has color #708989 on white background.


Black color preview on #708989 background

This text has black color on #708989 background.


White color preview on #708989 background

This text has white color on #708989 background.


Related colors

Complementary color

Complementary color for #hex is #8F7676.


I love getcolorcode.com