COLOR #709188

HEX: #709188
RGB: (112,145,136)

Color info

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

RGB color model

#709188 color RGB value is (112,145,136).

  • red value is 112;
  • green value is 145;
  • blue value is 136.
RGB:
(112,145,136)
(44%,57%,53%)

RGB channels and saturation

R 112 of 255 = 44%
G 145 of 255 = 57%
B 136 of 255 = 53%

112
145
136

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

Portions of RGB colors in percentages

R + G + B =
112 + 145 + 136 = 393 (100%)
R 112 of 393 ~ 28.5%
G 145 of 393 ~ 36.9%
B 136 of 393 ~ 34.61%

%28.5
%36.9
%34.61

CMYK color model

#709188 color CMYK value is (23,0,6,43).

  • cyan value is 22.76%
  • magenta value is 0.00%
  • yellow value is 6.21%
  • key color value is 43.14%
CMYK:
(23,0,6,43)
C23M0Y6K43 
(23%,0%,6%,43%)
(0.23/0.00/0.06/0.43)	

CMYK percentages

%22.76
%0
%6.21
%43.14

Codes

Color #709188 in popluar color models

709188
RGB112145136
HSL164°13.04%50.39%
HSB/HSV164°22.76%56.86%
CMYK22.76%0.00%6.21%
43.14%

Color #709188 in popluar number systems.

HEX709188
Decimal112145136
Binary11100001001000110001000
Octal160221210

Shades and tints

Shades of #709188

#709188
(112,145,136)
#66847C
(102,132,124)
#5C7770
(92,119,112)
#526A64
(82,106,100)
#485D58
(72,93,88)
#3E504C
(62,80,76)
#344340
(52,67,64)
#2A3634
(42,54,52)
#202928
(32,41,40)
#161C1C
(22,28,28)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #709188

#709188
(112,145,136)
#7D9B92
(125,155,146)
#8AA59C
(138,165,156)
#97AFA6
(151,175,166)
#A4B9B0
(164,185,176)
#B1C3BA
(177,195,186)
#BECDC4
(190,205,196)
#CBD7CE
(203,215,206)
#D8E1D8
(216,225,216)
#E5EBE2
(229,235,226)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709188; }

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

This text font color is #709188.


Background Color

.myBgColor { background-color: #709188; }

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

This div background color is #709188.


Border color

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

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

This div border color is #709188.


Opacity

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

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

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

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

This text has shadow with #709188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709188 on black background.


Color preview on white background

This text has color #709188 on white background.



Black color preview on #709188 background

This text has black color on #709188 background.


White color preview on #709188 background

This text has white color on #709188 background.