COLOR #707594

HEX: #707594
RGB: (112,117,148)

Color info

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

RGB color model

#707594 color RGB value is (112,117,148).

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

RGB channels and saturation

R 112 of 255 = 44%
G 117 of 255 = 46%
B 148 of 255 = 58%

112
117
148

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

Portions of RGB colors in percentages

R + G + B =
112 + 117 + 148 = 377 (100%)
R 112 of 377 ~ 29.71%
G 117 of 377 ~ 31.03%
B 148 of 377 ~ 39.26%

%29.71
%31.03
%39.26

CMYK color model

#707594 color CMYK value is (24,21,0,42).

  • cyan value is 24.32%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(24,21,0,42)
C24M21Y0K42 
(24%,21%,0%,42%)
(0.24/0.21/0.00/0.42)	

CMYK percentages

%24.32
%20.95
%0
%41.96

Codes

Color #707594 in popluar color models

707594
RGB112117148
HSL232°14.40%50.98%
HSB/HSV232°24.32%58.04%
CMYK24.32%20.95%0.00%
41.96%

Color #707594 in popluar number systems.

HEX707594
Decimal112117148
Binary1110000111010110010100
Octal160165224

Shades and tints

Shades of #707594

#707594
(112,117,148)
#666B87
(102,107,135)
#5C617A
(92,97,122)
#52576D
(82,87,109)
#484D60
(72,77,96)
#3E4353
(62,67,83)
#343946
(52,57,70)
#2A2F39
(42,47,57)
#20252C
(32,37,44)
#161B1F
(22,27,31)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #707594

#707594
(112,117,148)
#7D819D
(125,129,157)
#8A8DA6
(138,141,166)
#9799AF
(151,153,175)
#A4A5B8
(164,165,184)
#B1B1C1
(177,177,193)
#BEBDCA
(190,189,202)
#CBC9D3
(203,201,211)
#D8D5DC
(216,213,220)
#E5E1E5
(229,225,229)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707594; }

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

This text font color is #707594.


Background Color

.myBgColor { background-color: #707594; }

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

This div background color is #707594.


Border color

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

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

This div border color is #707594.


Opacity

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

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

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

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

This text has shadow with #707594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707594 on black background.


Color preview on white background

This text has color #707594 on white background.



Black color preview on #707594 background

This text has black color on #707594 background.


White color preview on #707594 background

This text has white color on #707594 background.