COLOR #709587

HEX: #709587
RGB: (112,149,135)

Color info

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

RGB color model

#709587 color RGB value is (112,149,135).

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

RGB channels and saturation

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

112
149
135

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

Portions of RGB colors in percentages

R + G + B =
112 + 149 + 135 = 396 (100%)
R 112 of 396 ~ 28.28%
G 149 of 396 ~ 37.63%
B 135 of 396 ~ 34.09%

%28.28
%37.63
%34.09

CMYK color model

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

  • cyan value is 24.83%
  • magenta value is 0.00%
  • yellow value is 9.40%
  • 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
%9.4
%41.57

Codes

Color #709587 in popluar color models

709587
RGB112149135
HSL157°14.86%51.18%
HSB/HSV157°24.83%58.43%
CMYK24.83%0.00%9.40%
41.57%

Color #709587 in popluar number systems.

HEX709587
Decimal112149135
Binary11100001001010110000111
Octal160225207

Shades and tints

Shades of #709587

#709587
(112,149,135)
#66887B
(102,136,123)
#5C7B6F
(92,123,111)
#526E63
(82,110,99)
#486157
(72,97,87)
#3E544B
(62,84,75)
#34473F
(52,71,63)
#2A3A33
(42,58,51)
#202D27
(32,45,39)
#16201B
(22,32,27)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #709587

#709587
(112,149,135)
#7D9E91
(125,158,145)
#8AA79B
(138,167,155)
#97B0A5
(151,176,165)
#A4B9AF
(164,185,175)
#B1C2B9
(177,194,185)
#BECBC3
(190,203,195)
#CBD4CD
(203,212,205)
#D8DDD7
(216,221,215)
#E5E6E1
(229,230,225)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709587; }

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

This text font color is #709587.


Background Color

.myBgColor { background-color: #709587; }

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

This div background color is #709587.


Border color

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

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

This div border color is #709587.


Opacity

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

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

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

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

This text has shadow with #709587 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #709587 on black background.


Color preview on white background

This text has color #709587 on white background.



Black color preview on #709587 background

This text has black color on #709587 background.


White color preview on #709587 background

This text has white color on #709587 background.