COLOR #708087

HEX: #708087
RGB: (112,128,135)

Color info

#708087 contains red, green and blue colors in about the same proportion. Web safe color of #708087 is #666699 (or #669).

RGB color model

#708087 color RGB value is (112,128,135).

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

RGB channels and saturation

R 112 of 255 = 44%
G 128 of 255 = 50%
B 135 of 255 = 53%

112
128
135

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

Portions of RGB colors in percentages

R + G + B =
112 + 128 + 135 = 375 (100%)
R 112 of 375 ~ 29.87%
G 128 of 375 ~ 34.13%
B 135 of 375 ~ 36%

%29.87
%34.13
%36

CMYK color model

#708087 color CMYK value is (17,5,0,47).

  • cyan value is 17.04%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(17,5,0,47)
C17M5Y0K47 
(17%,5%,0%,47%)
(0.17/0.05/0.00/0.47)	

CMYK percentages

%17.04
%5.19
%0
%47.06

Codes

Color #708087 in popluar color models

708087
RGB112128135
HSL198°9.31%48.43%
HSB/HSV198°17.04%52.94%
CMYK17.04%5.19%0.00%
47.06%

Color #708087 in popluar number systems.

HEX708087
Decimal112128135
Binary11100001000000010000111
Octal160200207

Shades and tints

Shades of #708087

#708087
(112,128,135)
#66757B
(102,117,123)
#5C6A6F
(92,106,111)
#525F63
(82,95,99)
#485457
(72,84,87)
#3E494B
(62,73,75)
#343E3F
(52,62,63)
#2A3333
(42,51,51)
#202827
(32,40,39)
#161D1B
(22,29,27)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #708087

#708087
(112,128,135)
#7D8B91
(125,139,145)
#8A969B
(138,150,155)
#97A1A5
(151,161,165)
#A4ACAF
(164,172,175)
#B1B7B9
(177,183,185)
#BEC2C3
(190,194,195)
#CBCDCD
(203,205,205)
#D8D8D7
(216,216,215)
#E5E3E1
(229,227,225)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708087; }

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

This text font color is #708087.


Background Color

.myBgColor { background-color: #708087; }

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

This div background color is #708087.


Border color

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

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

This div border color is #708087.


Opacity

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

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

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

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

This text has shadow with #708087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708087 on black background.


Color preview on white background

This text has color #708087 on white background.



Black color preview on #708087 background

This text has black color on #708087 background.


White color preview on #708087 background

This text has white color on #708087 background.