COLOR #709388

HEX: #709388
RGB: (112,147,136)

Color info

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

RGB color model

#709388 color RGB value is (112,147,136).

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

RGB channels and saturation

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

112
147
136

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

Portions of RGB colors in percentages

R + G + B =
112 + 147 + 136 = 395 (100%)
R 112 of 395 ~ 28.35%
G 147 of 395 ~ 37.22%
B 136 of 395 ~ 34.43%

%28.35
%37.22
%34.43

CMYK color model

#709388 color CMYK value is (24,0,7,42).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 42.35%
CMYK:
(24,0,7,42)
C24M0Y7K42 
(24%,0%,7%,42%)
(0.24/0.00/0.07/0.42)	

CMYK percentages

%23.81
%0
%7.48
%42.35

Codes

Color #709388 in popluar color models

709388
RGB112147136
HSL161°13.94%50.78%
HSB/HSV161°23.81%57.65%
CMYK23.81%0.00%7.48%
42.35%

Color #709388 in popluar number systems.

HEX709388
Decimal112147136
Binary11100001001001110001000
Octal160223210

Shades and tints

Shades of #709388

#709388
(112,147,136)
#66867C
(102,134,124)
#5C7970
(92,121,112)
#526C64
(82,108,100)
#485F58
(72,95,88)
#3E524C
(62,82,76)
#344540
(52,69,64)
#2A3834
(42,56,52)
#202B28
(32,43,40)
#161E1C
(22,30,28)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #709388

#709388
(112,147,136)
#7D9C92
(125,156,146)
#8AA59C
(138,165,156)
#97AEA6
(151,174,166)
#A4B7B0
(164,183,176)
#B1C0BA
(177,192,186)
#BEC9C4
(190,201,196)
#CBD2CE
(203,210,206)
#D8DBD8
(216,219,216)
#E5E4E2
(229,228,226)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709388; }

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

This text font color is #709388.


Background Color

.myBgColor { background-color: #709388; }

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

This div background color is #709388.


Border color

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

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

This div border color is #709388.


Opacity

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

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

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

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

This text has shadow with #709388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709388 on black background.


Color preview on white background

This text has color #709388 on white background.



Black color preview on #709388 background

This text has black color on #709388 background.


White color preview on #709388 background

This text has white color on #709388 background.