COLOR #708C94

HEX: #708C94
RGB: (112,140,148)

Color info

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

RGB color model

#708C94 color RGB value is (112,140,148).

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

RGB channels and saturation

R 112 of 255 = 44%
G 140 of 255 = 55%
B 148 of 255 = 58%

112
140
148

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

Portions of RGB colors in percentages

R + G + B =
112 + 140 + 148 = 400 (100%)
R 112 of 400 ~ 28%
G 140 of 400 ~ 35%
B 148 of 400 ~ 37%

%28
%35
%37

CMYK color model

#708C94 color CMYK value is (24,5,0,42).

  • cyan value is 24.32%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(24,5,0,42)
C24M5Y0K42 
(24%,5%,0%,42%)
(0.24/0.05/0.00/0.42)	

CMYK percentages

%24.32
%5.41
%0
%41.96

Codes

Color #708C94 in popluar color models

708C94
RGB112140148
HSL193°14.40%50.98%
HSB/HSV193°24.32%58.04%
CMYK24.32%5.41%0.00%
41.96%

Color #708C94 in popluar number systems.

HEX708C94
Decimal112140148
Binary11100001000110010010100
Octal160214224

Shades and tints

Shades of #708C94

#708C94
(112,140,148)
#668087
(102,128,135)
#5C747A
(92,116,122)
#52686D
(82,104,109)
#485C60
(72,92,96)
#3E5053
(62,80,83)
#344446
(52,68,70)
#2A3839
(42,56,57)
#202C2C
(32,44,44)
#16201F
(22,32,31)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #708C94

#708C94
(112,140,148)
#7D969D
(125,150,157)
#8AA0A6
(138,160,166)
#97AAAF
(151,170,175)
#A4B4B8
(164,180,184)
#B1BEC1
(177,190,193)
#BEC8CA
(190,200,202)
#CBD2D3
(203,210,211)
#D8DCDC
(216,220,220)
#E5E6E5
(229,230,229)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708C94; }

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

This text font color is #708C94.


Background Color

.myBgColor { background-color: #708C94; }

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

This div background color is #708C94.


Border color

.myBorderColor { border: 1px solid #708C94; }

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

This div border color is #708C94.


Opacity

.myOpacity80 { color: #708C94; opacity: 0.8; }

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

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

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

This text has shadow with #708C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708C94 on black background.


Color preview on white background

This text has color #708C94 on white background.



Black color preview on #708C94 background

This text has black color on #708C94 background.


White color preview on #708C94 background

This text has white color on #708C94 background.