COLOR #709588

HEX: #709588 RGB: (112,149,136)

Color info

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

RGB color model

#709588 color RGB value is (112,149,136).

RGB: (112,149,136) (44%, 58%, 53%)

RGB channels and saturation

R 112 of 255 = 44%
G 149 of 255 = 58%
B 136 of 255 = 53%

112
149
136

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

Portions of RGB colors in percentages

R + G + B = 112 + 149 + 136 = 397 (100%)
R 112 of 397 ~ 28.21%
G 149 of 397 ~ 37.53%
B 136 of 397 ~ 34.26'%

%28.21
%37.53
%34.26

CMYK color model

#709588 color CMYK value is (25,0,9,42).

  • cyan value is 24.83%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • key color value is 41.57%

CMYK: (25,0,9,42)
C25M0Y9K42 (25%, 0%, 9%, 42%)
(0.25 / 0.00 / 0.09 / 0.42)

CMYK percentages

%24.83
%0
%8.72
%41.57

Codes

Color #709588 in popluar color models

70 95 88
RGB 112 149 136
HSL 159° 14.86% 51.18%
HSB/HSV 159° 24.83% 58.43%
CMYK 24.83% 0.00% 8.72%
41.57%

Color #709588 in popluar number systems.

HEX 70 95 88
Decimal 112 149 136
Binary 1110000 10010101 10001000
Octal 160 225 210

Shades and tints

Shades of #709588

#709588
(112,149,136)
#66887C
(102,136,124)
#5C7B70
(92,123,112)
#526E64
(82,110,100)
#486158
(72,97,88)
#3E544C
(62,84,76)
#344740
(52,71,64)
#2A3A34
(42,58,52)
#202D28
(32,45,40)
#16201C
(22,32,28)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #709588

#709588
(112,149,136)
#7D9E92
(125,158,146)
#8AA79C
(138,167,156)
#97B0A6
(151,176,166)
#A4B9B0
(164,185,176)
#B1C2BA
(177,194,186)
#BECBC4
(190,203,196)
#CBD4CE
(203,212,206)
#D8DDD8
(216,221,216)
#E5E6E2
(229,230,226)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709588 color. Also use rgb(112,149,136) instead hex code.

Text Font Color

.myTextColor { color: #709588; }

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

This text font color is #709588.

Background Color

.myBgColor { background-color: #709588; }

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

This div background color is #709588.

Border color

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

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

This div border color is #709588.

Opacity

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

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

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

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

This text has shadow with #709588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #709588.

Preview

Color preview on black background

This text has color #709588 on black background.


Color preview on white background

This text has color #709588 on white background.


Black color preview on #709588 background

This text has black color on #709588 background.


White color preview on #709588 background

This text has white color on #709588 background.


Related colors

Complementary color

Complementary color for #hex is #8F6A77.


I love getcolorcode.com

Triadic colors

1 #887095 and #958870 with #709588 are triadic colors.

2 #889570 and #957088 with #709588 are triadic colors.