COLOR #709293

HEX: #709293
RGB: (112,146,147)

Color info

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

RGB color model

#709293 color RGB value is (112,146,147).

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

RGB channels and saturation

R 112 of 255 = 44%
G 146 of 255 = 57%
B 147 of 255 = 58%

112
146
147

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

Portions of RGB colors in percentages

R + G + B =
112 + 146 + 147 = 405 (100%)
R 112 of 405 ~ 27.65%
G 146 of 405 ~ 36.05%
B 147 of 405 ~ 36.3%

%27.65
%36.05
%36.3

CMYK color model

#709293 color CMYK value is (24,1,0,42).

  • cyan value is 23.81%
  • magenta value is 0.68%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(24,1,0,42)
C24M1Y0K42 
(24%,1%,0%,42%)
(0.24/0.01/0.00/0.42)	

CMYK percentages

%23.81
%0.68
%0
%42.35

Codes

Color #709293 in popluar color models

709293
RGB112146147
HSL182°13.94%50.78%
HSB/HSV182°23.81%57.65%
CMYK23.81%0.68%0.00%
42.35%

Color #709293 in popluar number systems.

HEX709293
Decimal112146147
Binary11100001001001010010011
Octal160222223

Shades and tints

Shades of #709293

#709293
(112,146,147)
#668586
(102,133,134)
#5C7879
(92,120,121)
#526B6C
(82,107,108)
#485E5F
(72,94,95)
#3E5152
(62,81,82)
#344445
(52,68,69)
#2A3738
(42,55,56)
#202A2B
(32,42,43)
#161D1E
(22,29,30)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #709293

#709293
(112,146,147)
#7D9B9C
(125,155,156)
#8AA4A5
(138,164,165)
#97ADAE
(151,173,174)
#A4B6B7
(164,182,183)
#B1BFC0
(177,191,192)
#BEC8C9
(190,200,201)
#CBD1D2
(203,209,210)
#D8DADB
(216,218,219)
#E5E3E4
(229,227,228)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709293; }

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

This text font color is #709293.


Background Color

.myBgColor { background-color: #709293; }

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

This div background color is #709293.


Border color

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

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

This div border color is #709293.


Opacity

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

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

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

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

This text has shadow with #709293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709293 on black background.


Color preview on white background

This text has color #709293 on white background.



Black color preview on #709293 background

This text has black color on #709293 background.


White color preview on #709293 background

This text has white color on #709293 background.