COLOR #707394

HEX: #707394
RGB: (112,115,148)

Color info

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

RGB color model

#707394 color RGB value is (112,115,148).

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

RGB channels and saturation

R 112 of 255 = 44%
G 115 of 255 = 45%
B 148 of 255 = 58%

112
115
148

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

Portions of RGB colors in percentages

R + G + B =
112 + 115 + 148 = 375 (100%)
R 112 of 375 ~ 29.87%
G 115 of 375 ~ 30.67%
B 148 of 375 ~ 39.47%

%29.87
%30.67
%39.47

CMYK color model

#707394 color CMYK value is (24,22,0,42).

  • cyan value is 24.32%
  • magenta value is 22.30%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(24,22,0,42)
C24M22Y0K42 
(24%,22%,0%,42%)
(0.24/0.22/0.00/0.42)	

CMYK percentages

%24.32
%22.3
%0
%41.96

Codes

Color #707394 in popluar color models

707394
RGB112115148
HSL235°14.40%50.98%
HSB/HSV235°24.32%58.04%
CMYK24.32%22.30%0.00%
41.96%

Color #707394 in popluar number systems.

HEX707394
Decimal112115148
Binary1110000111001110010100
Octal160163224

Shades and tints

Shades of #707394

#707394
(112,115,148)
#666987
(102,105,135)
#5C5F7A
(92,95,122)
#52556D
(82,85,109)
#484B60
(72,75,96)
#3E4153
(62,65,83)
#343746
(52,55,70)
#2A2D39
(42,45,57)
#20232C
(32,35,44)
#16191F
(22,25,31)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #707394

#707394
(112,115,148)
#7D7F9D
(125,127,157)
#8A8BA6
(138,139,166)
#9797AF
(151,151,175)
#A4A3B8
(164,163,184)
#B1AFC1
(177,175,193)
#BEBBCA
(190,187,202)
#CBC7D3
(203,199,211)
#D8D3DC
(216,211,220)
#E5DFE5
(229,223,229)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707394; }

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

This text font color is #707394.


Background Color

.myBgColor { background-color: #707394; }

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

This div background color is #707394.


Border color

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

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

This div border color is #707394.


Opacity

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

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

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

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

This text has shadow with #707394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707394 on black background.


Color preview on white background

This text has color #707394 on white background.



Black color preview on #707394 background

This text has black color on #707394 background.


White color preview on #707394 background

This text has white color on #707394 background.