COLOR #708193

HEX: #708193
RGB: (112,129,147)

Color info

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

RGB color model

#708193 color RGB value is (112,129,147).

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

RGB channels and saturation

R 112 of 255 = 44%
G 129 of 255 = 51%
B 147 of 255 = 58%

112
129
147

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

Portions of RGB colors in percentages

R + G + B =
112 + 129 + 147 = 388 (100%)
R 112 of 388 ~ 28.87%
G 129 of 388 ~ 33.25%
B 147 of 388 ~ 37.89%

%28.87
%33.25
%37.89

CMYK color model

#708193 color CMYK value is (24,12,0,42).

  • cyan value is 23.81%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(24,12,0,42)
C24M12Y0K42 
(24%,12%,0%,42%)
(0.24/0.12/0.00/0.42)	

CMYK percentages

%23.81
%12.24
%0
%42.35

Codes

Color #708193 in popluar color models

708193
RGB112129147
HSL211°13.94%50.78%
HSB/HSV211°23.81%57.65%
CMYK23.81%12.24%0.00%
42.35%

Color #708193 in popluar number systems.

HEX708193
Decimal112129147
Binary11100001000000110010011
Octal160201223

Shades and tints

Shades of #708193

#708193
(112,129,147)
#667686
(102,118,134)
#5C6B79
(92,107,121)
#52606C
(82,96,108)
#48555F
(72,85,95)
#3E4A52
(62,74,82)
#343F45
(52,63,69)
#2A3438
(42,52,56)
#20292B
(32,41,43)
#161E1E
(22,30,30)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #708193

#708193
(112,129,147)
#7D8C9C
(125,140,156)
#8A97A5
(138,151,165)
#97A2AE
(151,162,174)
#A4ADB7
(164,173,183)
#B1B8C0
(177,184,192)
#BEC3C9
(190,195,201)
#CBCED2
(203,206,210)
#D8D9DB
(216,217,219)
#E5E4E4
(229,228,228)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708193; }

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

This text font color is #708193.


Background Color

.myBgColor { background-color: #708193; }

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

This div background color is #708193.


Border color

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

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

This div border color is #708193.


Opacity

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

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

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

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

This text has shadow with #708193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708193 on black background.


Color preview on white background

This text has color #708193 on white background.



Black color preview on #708193 background

This text has black color on #708193 background.


White color preview on #708193 background

This text has white color on #708193 background.