COLOR #708B89

HEX: #708B89
RGB: (112,139,137)

Color info

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

RGB color model

#708B89 color RGB value is (112,139,137).

  • red value is 112;
  • green value is 139;
  • blue value is 137.
RGB:
(112,139,137)
(44%,55%,54%)

RGB channels and saturation

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

112
139
137

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

Portions of RGB colors in percentages

R + G + B =
112 + 139 + 137 = 388 (100%)
R 112 of 388 ~ 28.87%
G 139 of 388 ~ 35.82%
B 137 of 388 ~ 35.31%

%28.87
%35.82
%35.31

CMYK color model

#708B89 color CMYK value is (19,0,1,45).

  • cyan value is 19.42%
  • magenta value is 0.00%
  • yellow value is 1.44%
  • key color value is 45.49%
CMYK:
(19,0,1,45)
C19M0Y1K45 
(19%,0%,1%,45%)
(0.19/0.00/0.01/0.45)	

CMYK percentages

%19.42
%0
%1.44
%45.49

Codes

Color #708B89 in popluar color models

708B89
RGB112139137
HSL176°10.76%49.22%
HSB/HSV176°19.42%54.51%
CMYK19.42%0.00%1.44%
45.49%

Color #708B89 in popluar number systems.

HEX708B89
Decimal112139137
Binary11100001000101110001001
Octal160213211

Shades and tints

Shades of #708B89

#708B89
(112,139,137)
#667F7D
(102,127,125)
#5C7371
(92,115,113)
#526765
(82,103,101)
#485B59
(72,91,89)
#3E4F4D
(62,79,77)
#344341
(52,67,65)
#2A3735
(42,55,53)
#202B29
(32,43,41)
#161F1D
(22,31,29)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #708B89

#708B89
(112,139,137)
#7D9593
(125,149,147)
#8A9F9D
(138,159,157)
#97A9A7
(151,169,167)
#A4B3B1
(164,179,177)
#B1BDBB
(177,189,187)
#BEC7C5
(190,199,197)
#CBD1CF
(203,209,207)
#D8DBD9
(216,219,217)
#E5E5E3
(229,229,227)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708B89; }

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

This text font color is #708B89.


Background Color

.myBgColor { background-color: #708B89; }

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

This div background color is #708B89.


Border color

.myBorderColor { border: 1px solid #708B89; }

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

This div border color is #708B89.


Opacity

.myOpacity80 { color: #708B89; opacity: 0.8; }

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

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

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

This text has shadow with #708B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708B89 on black background.


Color preview on white background

This text has color #708B89 on white background.



Black color preview on #708B89 background

This text has black color on #708B89 background.


White color preview on #708B89 background

This text has white color on #708B89 background.