COLOR #708090

HEX: #708090 RGB: (112,128,144)

Color info

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

RGB color model

#708090 color RGB value is (112,128,144).

RGB: (112,128,144) (44%, 50%, 56%)

RGB channels and saturation

R 112 of 255 = 44%
G 128 of 255 = 50%
B 144 of 255 = 56%

112
128
144

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

Portions of RGB colors in percentages

R + G + B = 112 + 128 + 144 = 384 (100%)
R 112 of 384 ~ 29.17%
G 128 of 384 ~ 33.33%
B 144 of 384 ~ 37.5'%

%29.17
%33.33
%37.5

CMYK color model

#708090 color CMYK value is (22,11,0,44).

  • cyan value is 22.22%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (22,11,0,44)
C22M11Y0K44 (22%, 11%, 0%, 44%)
(0.22 / 0.11 / 0.00 / 0.44)

CMYK percentages

%22.22
%11.11
%0
%43.53

Codes

Color #708090 in popluar color models

70 80 90
RGB 112 128 144
HSL 210° 12.60% 50.20%
HSB/HSV 210° 22.22% 56.47%
CMYK 22.22% 11.11% 0.00%
43.53%

Color #708090 in popluar number systems.

HEX 70 80 90
Decimal 112 128 144
Binary 1110000 10000000 10010000
Octal 160 200 220

Shades and tints

Shades of #708090

#708090
(112,128,144)
#667583
(102,117,131)
#5C6A76
(92,106,118)
#525F69
(82,95,105)
#48545C
(72,84,92)
#3E494F
(62,73,79)
#343E42
(52,62,66)
#2A3335
(42,51,53)
#202828
(32,40,40)
#161D1B
(22,29,27)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #708090

#708090
(112,128,144)
#7D8B9A
(125,139,154)
#8A96A4
(138,150,164)
#97A1AE
(151,161,174)
#A4ACB8
(164,172,184)
#B1B7C2
(177,183,194)
#BEC2CC
(190,194,204)
#CBCDD6
(203,205,214)
#D8D8E0
(216,216,224)
#E5E3EA
(229,227,234)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708090; }

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

This text font color is #708090.

Background Color

.myBgColor { background-color: #708090; }

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

This div background color is #708090.

Border color

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

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

This div border color is #708090.

Opacity

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

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

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

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

This text has shadow with #708090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708090.

Preview

Color preview on black background

This text has color #708090 on black background.


Color preview on white background

This text has color #708090 on white background.


Black color preview on #708090 background

This text has black color on #708090 background.


White color preview on #708090 background

This text has white color on #708090 background.


Related colors

Complementary color

Complementary color for #hex is #8F7F6F.


I love getcolorcode.com

Gradients

Color #708090 is used in Slate Gray gradient.

Slate Gray


Triadic colors

1 #907080 and #809070 with #708090 are triadic colors.

2 #908070 and #807090 with #708090 are triadic colors.