COLOR #708690

HEX: #708690
RGB: (112,134,144)

Color info

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

RGB color model

#708690 color RGB value is (112,134,144).

  • red value is 112;
  • green value is 134;
  • blue value is 144.
RGB:
(112,134,144)
(44%,53%,56%)

RGB channels and saturation

R 112 of 255 = 44%
G 134 of 255 = 53%
B 144 of 255 = 56%

112
134
144

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

Portions of RGB colors in percentages

R + G + B =
112 + 134 + 144 = 390 (100%)
R 112 of 390 ~ 28.72%
G 134 of 390 ~ 34.36%
B 144 of 390 ~ 36.92%

%28.72
%34.36
%36.92

CMYK color model

#708690 color CMYK value is (22,7,0,44).

  • cyan value is 22.22%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(22,7,0,44)
C22M7Y0K44 
(22%,7%,0%,44%)
(0.22/0.07/0.00/0.44)	

CMYK percentages

%22.22
%6.94
%0
%43.53

Codes

Color #708690 in popluar color models

708690
RGB112134144
HSL199°12.60%50.20%
HSB/HSV199°22.22%56.47%
CMYK22.22%6.94%0.00%
43.53%

Color #708690 in popluar number systems.

HEX708690
Decimal112134144
Binary11100001000011010010000
Octal160206220

Shades and tints

Shades of #708690

#708690
(112,134,144)
#667A83
(102,122,131)
#5C6E76
(92,110,118)
#526269
(82,98,105)
#48565C
(72,86,92)
#3E4A4F
(62,74,79)
#343E42
(52,62,66)
#2A3235
(42,50,53)
#202628
(32,38,40)
#161A1B
(22,26,27)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #708690

#708690
(112,134,144)
#7D919A
(125,145,154)
#8A9CA4
(138,156,164)
#97A7AE
(151,167,174)
#A4B2B8
(164,178,184)
#B1BDC2
(177,189,194)
#BEC8CC
(190,200,204)
#CBD3D6
(203,211,214)
#D8DEE0
(216,222,224)
#E5E9EA
(229,233,234)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708690 color. Also use rgb(112,134,144) instead hex code.

Text Font Color

.myTextColor { color: #708690; }

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

This text font color is #708690.


Background Color

.myBgColor { background-color: #708690; }

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

This div background color is #708690.


Border color

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

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

This div border color is #708690.


Opacity

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

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

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

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

This text has shadow with #708690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708690 on black background.


Color preview on white background

This text has color #708690 on white background.



Black color preview on #708690 background

This text has black color on #708690 background.


White color preview on #708690 background

This text has white color on #708690 background.