COLOR #708C87

HEX: #708C87
RGB: (112,140,135)

Color info

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

RGB color model

#708C87 color RGB value is (112,140,135).

  • red value is 112;
  • green value is 140;
  • blue value is 135.
RGB:
(112,140,135)
(44%,55%,53%)

RGB channels and saturation

R 112 of 255 = 44%
G 140 of 255 = 55%
B 135 of 255 = 53%

112
140
135

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

Portions of RGB colors in percentages

R + G + B =
112 + 140 + 135 = 387 (100%)
R 112 of 387 ~ 28.94%
G 140 of 387 ~ 36.18%
B 135 of 387 ~ 34.88%

%28.94
%36.18
%34.88

CMYK color model

#708C87 color CMYK value is (20,0,4,45).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 45.10%
CMYK:
(20,0,4,45)
C20M0Y4K45 
(20%,0%,4%,45%)
(0.20/0.00/0.04/0.45)	

CMYK percentages

%20
%0
%3.57
%45.1

Codes

Color #708C87 in popluar color models

708C87
RGB112140135
HSL169°11.11%49.41%
HSB/HSV169°20.00%54.90%
CMYK20.00%0.00%3.57%
45.10%

Color #708C87 in popluar number systems.

HEX708C87
Decimal112140135
Binary11100001000110010000111
Octal160214207

Shades and tints

Shades of #708C87

#708C87
(112,140,135)
#66807B
(102,128,123)
#5C746F
(92,116,111)
#526863
(82,104,99)
#485C57
(72,92,87)
#3E504B
(62,80,75)
#34443F
(52,68,63)
#2A3833
(42,56,51)
#202C27
(32,44,39)
#16201B
(22,32,27)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #708C87

#708C87
(112,140,135)
#7D9691
(125,150,145)
#8AA09B
(138,160,155)
#97AAA5
(151,170,165)
#A4B4AF
(164,180,175)
#B1BEB9
(177,190,185)
#BEC8C3
(190,200,195)
#CBD2CD
(203,210,205)
#D8DCD7
(216,220,215)
#E5E6E1
(229,230,225)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708C87 color. Also use rgb(112,140,135) instead hex code.

Text Font Color

.myTextColor { color: #708C87; }

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

This text font color is #708C87.


Background Color

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

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

This div background color is #708C87.


Border color

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

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

This div border color is #708C87.


Opacity

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

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

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

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

This text has shadow with #708C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708C87 on black background.


Color preview on white background

This text has color #708C87 on white background.



Black color preview on #708C87 background

This text has black color on #708C87 background.


White color preview on #708C87 background

This text has white color on #708C87 background.