COLOR #707589

HEX: #707589
RGB: (112,117,137)

Color info

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

RGB color model

#707589 color RGB value is (112,117,137).

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

RGB channels and saturation

R 112 of 255 = 44%
G 117 of 255 = 46%
B 137 of 255 = 54%

112
117
137

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

Portions of RGB colors in percentages

R + G + B =
112 + 117 + 137 = 366 (100%)
R 112 of 366 ~ 30.6%
G 117 of 366 ~ 31.97%
B 137 of 366 ~ 37.43%

%30.6
%31.97
%37.43

CMYK color model

#707589 color CMYK value is (18,15,0,46).

  • cyan value is 18.25%
  • magenta value is 14.60%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(18,15,0,46)
C18M15Y0K46 
(18%,15%,0%,46%)
(0.18/0.15/0.00/0.46)	

CMYK percentages

%18.25
%14.6
%0
%46.27

Codes

Color #707589 in popluar color models

707589
RGB112117137
HSL228°10.04%48.82%
HSB/HSV228°18.25%53.73%
CMYK18.25%14.60%0.00%
46.27%

Color #707589 in popluar number systems.

HEX707589
Decimal112117137
Binary1110000111010110001001
Octal160165211

Shades and tints

Shades of #707589

#707589
(112,117,137)
#666B7D
(102,107,125)
#5C6171
(92,97,113)
#525765
(82,87,101)
#484D59
(72,77,89)
#3E434D
(62,67,77)
#343941
(52,57,65)
#2A2F35
(42,47,53)
#202529
(32,37,41)
#161B1D
(22,27,29)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #707589

#707589
(112,117,137)
#7D8193
(125,129,147)
#8A8D9D
(138,141,157)
#9799A7
(151,153,167)
#A4A5B1
(164,165,177)
#B1B1BB
(177,177,187)
#BEBDC5
(190,189,197)
#CBC9CF
(203,201,207)
#D8D5D9
(216,213,217)
#E5E1E3
(229,225,227)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707589; }

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

This text font color is #707589.


Background Color

.myBgColor { background-color: #707589; }

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

This div background color is #707589.


Border color

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

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

This div border color is #707589.


Opacity

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

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

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

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

This text has shadow with #707589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707589 on black background.


Color preview on white background

This text has color #707589 on white background.



Black color preview on #707589 background

This text has black color on #707589 background.


White color preview on #707589 background

This text has white color on #707589 background.