COLOR #707389

HEX: #707389
RGB: (112,115,137)

Color info

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

RGB color model

#707389 color RGB value is (112,115,137).

  • red value is 112;
  • green value is 115;
  • blue value is 137.
RGB:
(112,115,137)
(44%,45%,54%)

RGB channels and saturation

R 112 of 255 = 44%
G 115 of 255 = 45%
B 137 of 255 = 54%

112
115
137

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

Portions of RGB colors in percentages

R + G + B =
112 + 115 + 137 = 364 (100%)
R 112 of 364 ~ 30.77%
G 115 of 364 ~ 31.59%
B 137 of 364 ~ 37.64%

%30.77
%31.59
%37.64

CMYK color model

#707389 color CMYK value is (18,16,0,46).

  • cyan value is 18.25%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(18,16,0,46)
C18M16Y0K46 
(18%,16%,0%,46%)
(0.18/0.16/0.00/0.46)	

CMYK percentages

%18.25
%16.06
%0
%46.27

Codes

Color #707389 in popluar color models

707389
RGB112115137
HSL233°10.04%48.82%
HSB/HSV233°18.25%53.73%
CMYK18.25%16.06%0.00%
46.27%

Color #707389 in popluar number systems.

HEX707389
Decimal112115137
Binary1110000111001110001001
Octal160163211

Shades and tints

Shades of #707389

#707389
(112,115,137)
#66697D
(102,105,125)
#5C5F71
(92,95,113)
#525565
(82,85,101)
#484B59
(72,75,89)
#3E414D
(62,65,77)
#343741
(52,55,65)
#2A2D35
(42,45,53)
#202329
(32,35,41)
#16191D
(22,25,29)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #707389

#707389
(112,115,137)
#7D7F93
(125,127,147)
#8A8B9D
(138,139,157)
#9797A7
(151,151,167)
#A4A3B1
(164,163,177)
#B1AFBB
(177,175,187)
#BEBBC5
(190,187,197)
#CBC7CF
(203,199,207)
#D8D3D9
(216,211,217)
#E5DFE3
(229,223,227)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707389 color. Also use rgb(112,115,137) instead hex code.

Text Font Color

.myTextColor { color: #707389; }

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

This text font color is #707389.


Background Color

.myBgColor { background-color: #707389; }

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

This div background color is #707389.


Border color

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

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

This div border color is #707389.


Opacity

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

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

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

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

This text has shadow with #707389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707389 on black background.


Color preview on white background

This text has color #707389 on white background.



Black color preview on #707389 background

This text has black color on #707389 background.


White color preview on #707389 background

This text has white color on #707389 background.