COLOR #708094

HEX: #708094
RGB: (112,128,148)

Color info

#708094 contains red, green and blue colors in about the same proportion. Web safe color of #708094 is #666699 (or #669).

RGB color model

#708094 color RGB value is (112,128,148).

  • red value is 112;
  • green value is 128;
  • blue value is 148.
RGB:
(112,128,148)
(44%,50%,58%)

RGB channels and saturation

R 112 of 255 = 44%
G 128 of 255 = 50%
B 148 of 255 = 58%

112
128
148

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

Portions of RGB colors in percentages

R + G + B =
112 + 128 + 148 = 388 (100%)
R 112 of 388 ~ 28.87%
G 128 of 388 ~ 32.99%
B 148 of 388 ~ 38.14%

%28.87
%32.99
%38.14

CMYK color model

#708094 color CMYK value is (24,14,0,42).

  • cyan value is 24.32%
  • magenta value is 13.51%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(24,14,0,42)
C24M14Y0K42 
(24%,14%,0%,42%)
(0.24/0.14/0.00/0.42)	

CMYK percentages

%24.32
%13.51
%0
%41.96

Codes

Color #708094 in popluar color models

708094
RGB112128148
HSL213°14.40%50.98%
HSB/HSV213°24.32%58.04%
CMYK24.32%13.51%0.00%
41.96%

Color #708094 in popluar number systems.

HEX708094
Decimal112128148
Binary11100001000000010010100
Octal160200224

Shades and tints

Shades of #708094

#708094
(112,128,148)
#667587
(102,117,135)
#5C6A7A
(92,106,122)
#525F6D
(82,95,109)
#485460
(72,84,96)
#3E4953
(62,73,83)
#343E46
(52,62,70)
#2A3339
(42,51,57)
#20282C
(32,40,44)
#161D1F
(22,29,31)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #708094

#708094
(112,128,148)
#7D8B9D
(125,139,157)
#8A96A6
(138,150,166)
#97A1AF
(151,161,175)
#A4ACB8
(164,172,184)
#B1B7C1
(177,183,193)
#BEC2CA
(190,194,202)
#CBCDD3
(203,205,211)
#D8D8DC
(216,216,220)
#E5E3E5
(229,227,229)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708094 color. Also use rgb(112,128,148) instead hex code.

Text Font Color

.myTextColor { color: #708094; }

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

This text font color is #708094.


Background Color

.myBgColor { background-color: #708094; }

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

This div background color is #708094.


Border color

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

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

This div border color is #708094.


Opacity

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

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

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

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

This text has shadow with #708094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708094 on black background.


Color preview on white background

This text has color #708094 on white background.



Black color preview on #708094 background

This text has black color on #708094 background.


White color preview on #708094 background

This text has white color on #708094 background.