COLOR #709889

HEX: #709889
RGB: (112,152,137)

Color info

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

RGB color model

#709889 color RGB value is (112,152,137).

  • red value is 112;
  • green value is 152;
  • blue value is 137.
RGB:
(112,152,137)
(44%,60%,54%)

RGB channels and saturation

R 112 of 255 = 44%
G 152 of 255 = 60%
B 137 of 255 = 54%

112
152
137

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

Portions of RGB colors in percentages

R + G + B =
112 + 152 + 137 = 401 (100%)
R 112 of 401 ~ 27.93%
G 152 of 401 ~ 37.91%
B 137 of 401 ~ 34.16%

%27.93
%37.91
%34.16

CMYK color model

#709889 color CMYK value is (26,0,10,40).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 9.87%
  • key color value is 40.39%
CMYK:
(26,0,10,40)
C26M0Y10K40 
(26%,0%,10%,40%)
(0.26/0.00/0.10/0.40)	

CMYK percentages

%26.32
%0
%9.87
%40.39

Codes

Color #709889 in popluar color models

709889
RGB112152137
HSL158°16.26%51.76%
HSB/HSV158°26.32%59.61%
CMYK26.32%0.00%9.87%
40.39%

Color #709889 in popluar number systems.

HEX709889
Decimal112152137
Binary11100001001100010001001
Octal160230211

Shades and tints

Shades of #709889

#709889
(112,152,137)
#668B7D
(102,139,125)
#5C7E71
(92,126,113)
#527165
(82,113,101)
#486459
(72,100,89)
#3E574D
(62,87,77)
#344A41
(52,74,65)
#2A3D35
(42,61,53)
#203029
(32,48,41)
#16231D
(22,35,29)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #709889

#709889
(112,152,137)
#7DA193
(125,161,147)
#8AAA9D
(138,170,157)
#97B3A7
(151,179,167)
#A4BCB1
(164,188,177)
#B1C5BB
(177,197,187)
#BECEC5
(190,206,197)
#CBD7CF
(203,215,207)
#D8E0D9
(216,224,217)
#E5E9E3
(229,233,227)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709889 color. Also use rgb(112,152,137) instead hex code.

Text Font Color

.myTextColor { color: #709889; }

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

This text font color is #709889.


Background Color

.myBgColor { background-color: #709889; }

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

This div background color is #709889.


Border color

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

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

This div border color is #709889.


Opacity

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

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

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

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

This text has shadow with #709889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709889 on black background.


Color preview on white background

This text has color #709889 on white background.



Black color preview on #709889 background

This text has black color on #709889 background.


White color preview on #709889 background

This text has white color on #709889 background.