COLOR #709398

HEX: #709398
RGB: (112,147,152)

Color info

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

RGB color model

#709398 color RGB value is (112,147,152).

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

RGB channels and saturation

R 112 of 255 = 44%
G 147 of 255 = 58%
B 152 of 255 = 60%

112
147
152

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

Portions of RGB colors in percentages

R + G + B =
112 + 147 + 152 = 411 (100%)
R 112 of 411 ~ 27.25%
G 147 of 411 ~ 35.77%
B 152 of 411 ~ 36.98%

%27.25
%35.77
%36.98

CMYK color model

#709398 color CMYK value is (26,3,0,40).

  • cyan value is 26.32%
  • magenta value is 3.29%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(26,3,0,40)
C26M3Y0K40 
(26%,3%,0%,40%)
(0.26/0.03/0.00/0.40)	

CMYK percentages

%26.32
%3.29
%0
%40.39

Codes

Color #709398 in popluar color models

709398
RGB112147152
HSL188°16.26%51.76%
HSB/HSV188°26.32%59.61%
CMYK26.32%3.29%0.00%
40.39%

Color #709398 in popluar number systems.

HEX709398
Decimal112147152
Binary11100001001001110011000
Octal160223230

Shades and tints

Shades of #709398

#709398
(112,147,152)
#66868B
(102,134,139)
#5C797E
(92,121,126)
#526C71
(82,108,113)
#485F64
(72,95,100)
#3E5257
(62,82,87)
#34454A
(52,69,74)
#2A383D
(42,56,61)
#202B30
(32,43,48)
#161E23
(22,30,35)
#0C1116
(12,17,22)
#000000
(0,0,0)

Tints of #709398

#709398
(112,147,152)
#7D9CA1
(125,156,161)
#8AA5AA
(138,165,170)
#97AEB3
(151,174,179)
#A4B7BC
(164,183,188)
#B1C0C5
(177,192,197)
#BEC9CE
(190,201,206)
#CBD2D7
(203,210,215)
#D8DBE0
(216,219,224)
#E5E4E9
(229,228,233)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709398; }

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

This text font color is #709398.


Background Color

.myBgColor { background-color: #709398; }

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

This div background color is #709398.


Border color

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

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

This div border color is #709398.


Opacity

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

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

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

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

This text has shadow with #709398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709398 on black background.


Color preview on white background

This text has color #709398 on white background.



Black color preview on #709398 background

This text has black color on #709398 background.


White color preview on #709398 background

This text has white color on #709398 background.