COLOR #708590

HEX: #708590 RGB: (112,133,144)

Color info

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

RGB color model

#708590 color RGB value is (112,133,144).

RGB: (112,133,144) (44%, 52%, 56%)

RGB channels and saturation

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

112
133
144

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

Portions of RGB colors in percentages

R + G + B = 112 + 133 + 144 = 389 (100%)
R 112 of 389 ~ 28.79%
G 133 of 389 ~ 34.19%
B 144 of 389 ~ 37.02'%

%28.79
%34.19
%37.02

CMYK color model

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

  • cyan value is 22.22%
  • magenta value is 7.64%
  • 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
%7.64
%0
%43.53

Codes

Color #708590 in popluar color models

70 85 90
RGB 112 133 144
HSL 201° 12.60% 50.20%
HSB/HSV 201° 22.22% 56.47%
CMYK 22.22% 7.64% 0.00%
43.53%

Color #708590 in popluar number systems.

HEX 70 85 90
Decimal 112 133 144
Binary 1110000 10000101 10010000
Octal 160 205 220

Shades and tints

Shades of #708590

#708590
(112,133,144)
#667983
(102,121,131)
#5C6D76
(92,109,118)
#526169
(82,97,105)
#48555C
(72,85,92)
#3E494F
(62,73,79)
#343D42
(52,61,66)
#2A3135
(42,49,53)
#202528
(32,37,40)
#16191B
(22,25,27)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #708590

#708590
(112,133,144)
#7D909A
(125,144,154)
#8A9BA4
(138,155,164)
#97A6AE
(151,166,174)
#A4B1B8
(164,177,184)
#B1BCC2
(177,188,194)
#BEC7CC
(190,199,204)
#CBD2D6
(203,210,214)
#D8DDE0
(216,221,224)
#E5E8EA
(229,232,234)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708590; }

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

This text font color is #708590.

Background Color

.myBgColor { background-color: #708590; }

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

This div background color is #708590.

Border color

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

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

This div border color is #708590.

Opacity

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

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

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

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

This text has shadow with #708590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708590.

Preview

Color preview on black background

This text has color #708590 on black background.


Color preview on white background

This text has color #708590 on white background.


Black color preview on #708590 background

This text has black color on #708590 background.


White color preview on #708590 background

This text has white color on #708590 background.


Related colors

Complementary color

Complementary color for #hex is #8F7A6F.


I love getcolorcode.com

Triadic colors

1 #907085 and #859070 with #708590 are triadic colors.

2 #908570 and #857090 with #708590 are triadic colors.