HEX: #676392
RGB: (103,99,146)
#676392 contains red, green and blue colors in about the same proportion. Web safe color of #676392 is #666699 (or #669).
#676392 color RGB value is (103,99,146).
RGB: (103,99,146) (40%,39%,57%)
R 103 of 255 = 40%
G 99 of 255 = 39%
B 146 of 255 = 57%
R + G + B ~ 45%. #676392 is middle color (not dark and not light).
R + G + B =
103 + 99 + 146 = 348 (100%)
R 103 of 348 ~ 29.6%
G 99 of 348 ~ 28.45%
B 146 of 348 ~ 41.95%
#676392 color CMYK value is (29,32,0,43).
CMYK: (29,32,0,43) C29M32Y0K43 (29%,32%,0%,43%) (0.29/0.32/0.00/0.43)
67 | 63 | 92 | |
---|---|---|---|
RGB | 103 | 99 | 146 |
HSL | 245° | 19.18% | 48.04% |
HSB/HSV | 245° | 32.19% | 57.25% |
CMYK | 29.45% | 32.19% | 0.00% |
42.75% |
HEX | 67 | 63 | 92 |
Decimal | 103 | 99 | 146 |
Binary | 1100111 | 1100011 | 10010010 |
Octal | 147 | 143 | 222 |
Examples of css and html codes for elements with #676392 color. Also use rgb(103,99,146) instead hex code.
.myTextColor { color: #676392; }
<p style="color:#676392">This sample text font color is #676392.</p>
This text font color is #676392.
.myBgColor { background-color: #676392; }
<div style="background-color:#676392">Inner text</div>
This div background color is #676392.
.myBorderColor { border: 1px solid #676392; }
<div style="border:3px solid #676392">Div</div>
This div border color is #676392.
.myOpacity80 { color: #676392; opacity: 0.8; }
<p style="color:#676392;opacity:0.8;">80%</p>
Text with #676392 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #676392;}
<p style="text-shadow: 3px 3px 1px #676392">Text here.</p>
This text has shadow with #676392 color.
.textShadow {text-shadow: 3px 3px 1px #676392, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #676392, 5px 5px 20px red">Text here.</p>
This text has shadow with #676392 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#676392, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#676392, Direction=45, Strength=4)">Text</p>
This text has shadow with #676392 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #676392; -webkit-box-shadow: 1px 1px 3px 2px #676392; box-shadow: 1px 1px 3px 2px #676392; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #676392; -webkit-box-shadow: 1px 1px 3px 2px #676392; box-shadow:1px 1px 3px 2px #676392;">
Div content here</div>
This text has color #676392 on black background.
This text has color #676392 on white background.
This text has black color on #676392 background.
This text has white color on #676392 background.