COLOR #708490

HEX: #708490
RGB: (112,132,144)

Color info

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

RGB color model

#708490 color RGB value is (112,132,144).

  • red value is 112;
  • green value is 132;
  • blue value is 144.
RGB:
(112,132,144)
(44%,52%,56%)

RGB channels and saturation

R 112 of 255 = 44%
G 132 of 255 = 52%
B 144 of 255 = 56%

112
132
144

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

Portions of RGB colors in percentages

R + G + B =
112 + 132 + 144 = 388 (100%)
R 112 of 388 ~ 28.87%
G 132 of 388 ~ 34.02%
B 144 of 388 ~ 37.11%

%28.87
%34.02
%37.11

CMYK color model

#708490 color CMYK value is (22,8,0,44).

  • cyan value is 22.22%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(22,8,0,44)
C22M8Y0K44 
(22%,8%,0%,44%)
(0.22/0.08/0.00/0.44)	

CMYK percentages

%22.22
%8.33
%0
%43.53

Codes

Color #708490 in popluar color models

708490
RGB112132144
HSL203°12.60%50.20%
HSB/HSV203°22.22%56.47%
CMYK22.22%8.33%0.00%
43.53%

Color #708490 in popluar number systems.

HEX708490
Decimal112132144
Binary11100001000010010010000
Octal160204220

Shades and tints

Shades of #708490

#708490
(112,132,144)
#667883
(102,120,131)
#5C6C76
(92,108,118)
#526069
(82,96,105)
#48545C
(72,84,92)
#3E484F
(62,72,79)
#343C42
(52,60,66)
#2A3035
(42,48,53)
#202428
(32,36,40)
#16181B
(22,24,27)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #708490

#708490
(112,132,144)
#7D8F9A
(125,143,154)
#8A9AA4
(138,154,164)
#97A5AE
(151,165,174)
#A4B0B8
(164,176,184)
#B1BBC2
(177,187,194)
#BEC6CC
(190,198,204)
#CBD1D6
(203,209,214)
#D8DCE0
(216,220,224)
#E5E7EA
(229,231,234)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708490; }

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

This text font color is #708490.


Background Color

.myBgColor { background-color: #708490; }

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

This div background color is #708490.


Border color

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

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

This div border color is #708490.


Opacity

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

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

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

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

This text has shadow with #708490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708490 on black background.


Color preview on white background

This text has color #708490 on white background.



Black color preview on #708490 background

This text has black color on #708490 background.


White color preview on #708490 background

This text has white color on #708490 background.