HEX: #707384
RGB: (112,115,132)
#707384 contains red, green and blue colors in about the same proportion. Web safe color of #707384 is #666699 (or #669).
#707384 color RGB value is (112,115,132).
RGB: (112,115,132)
(44%, 45%, 52%)
R 112 of 255 = 44%
G 115 of 255 = 45%
B 132 of 255 = 52%
R + G + B ~ 47%. #707384 is middle color (not dark and not light).
R + G + B = 112 + 115 + 132 = 359 (100%)
R 112 of 359 ~ 31.2%
G 115 of 359 ~ 32.03%
B 132 of 359 ~ 36.77'%
#707384 color CMYK value is (15,13,0,48).
CMYK: (15,13,0,48) C15M13Y0K48 (15%,13%,0%,48%) (0.15/0.13/0.00/0.48)
Color #707384 in popluar color models
70 | 73 | 84 | |
---|---|---|---|
RGB | 112 | 115 | 132 |
HSL | 231° | 8.20% | 47.84% |
HSB/HSV | 231° | 15.15% | 51.76% |
CMYK | 15.15% | 12.88% | 0.00% |
48.24% |
Color #707384 in popluar number systems.
HEX | 70 | 73 | 84 |
Decimal | 112 | 115 | 132 |
Binary | 1110000 | 1110011 | 10000100 |
Octal | 160 | 163 | 204 |
Shades of #707384
Tints of #707384
Examples of css and html codes for elements with #707384 color. Also use rgb(112,115,132) instead hex code.
.myTextColor { color: #707384; }
<p style="color:#707384">This sample text font color is #707384.</p>
This text font color is #707384.
.myBgColor { background-color: #707384; }
<div style="background-color:#707384">Inner text</div>
This div background color is #707384.
.myBorderColor { border: 1px solid #707384; }
<div style="border:3px solid #707384">Div</div>
This div border color is #707384.
.myOpacity80 { color: #707384; opacity: 0.8; }
<p style="color:#707384;opacity:0.8;">80%</p>
Text with #707384 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #707384;}
<p style="text-shadow: 3px 3px 1px #707384">Text here.</p>
This text has shadow with #707384 color.
.textShadow {text-shadow: 3px 3px 1px #707384', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #707384, 5px 5px 20px red">Text here.</p>
This text has shadow with #707384 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#707384, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#707384, Direction=45, Strength=4)">Text</p>
This text has shadow with #707384 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #707384;
-webkit-box-shadow: 1px 1px 3px 2px #707384;
box-shadow: 1px 1px 3px 2px #707384;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #707384; -webkit-box-shadow: 1px 1px 3px 2px #707384; box-shadow:1px 1px 3px 2px #707384;">
Div content here
</div>
This text has color #707384 on black background.
This text has color #707384 on white background.
This text has black color on #707384 background.
This text has white color on #707384 background.
Complementary color for #hex is #8F8C7B.