COLOR #709187

HEX: #709187
RGB: (112,145,135)

Color info

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

RGB color model

#709187 color RGB value is (112,145,135).

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

RGB channels and saturation

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

112
145
135

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

Portions of RGB colors in percentages

R + G + B =
112 + 145 + 135 = 392 (100%)
R 112 of 392 ~ 28.57%
G 145 of 392 ~ 36.99%
B 135 of 392 ~ 34.44%

%28.57
%36.99
%34.44

CMYK color model

#709187 color CMYK value is (23,0,7,43).

  • cyan value is 22.76%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 43.14%
CMYK:
(23,0,7,43)
C23M0Y7K43 
(23%,0%,7%,43%)
(0.23/0.00/0.07/0.43)	

CMYK percentages

%22.76
%0
%6.9
%43.14

Codes

Color #709187 in popluar color models

709187
RGB112145135
HSL162°13.04%50.39%
HSB/HSV162°22.76%56.86%
CMYK22.76%0.00%6.90%
43.14%

Color #709187 in popluar number systems.

HEX709187
Decimal112145135
Binary11100001001000110000111
Octal160221207

Shades and tints

Shades of #709187

#709187
(112,145,135)
#66847B
(102,132,123)
#5C776F
(92,119,111)
#526A63
(82,106,99)
#485D57
(72,93,87)
#3E504B
(62,80,75)
#34433F
(52,67,63)
#2A3633
(42,54,51)
#202927
(32,41,39)
#161C1B
(22,28,27)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #709187

#709187
(112,145,135)
#7D9B91
(125,155,145)
#8AA59B
(138,165,155)
#97AFA5
(151,175,165)
#A4B9AF
(164,185,175)
#B1C3B9
(177,195,185)
#BECDC3
(190,205,195)
#CBD7CD
(203,215,205)
#D8E1D7
(216,225,215)
#E5EBE1
(229,235,225)
#F2F5EB
(242,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709187; }

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

This text font color is #709187.


Background Color

.myBgColor { background-color: #709187; }

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

This div background color is #709187.


Border color

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

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

This div border color is #709187.


Opacity

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

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

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

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

This text has shadow with #709187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709187 on black background.


Color preview on white background

This text has color #709187 on white background.



Black color preview on #709187 background

This text has black color on #709187 background.


White color preview on #709187 background

This text has white color on #709187 background.