HEX: #246366
RGB: (36,99,102)
#246366 contains mainly green and blue colors. Web safe color of #246366 is #336666 (or #366).
#246366 color RGB value is (36,99,102).
RGB: (36,99,102) (14%,39%,40%)
R 36 of 255 = 14%
G 99 of 255 = 39%
B 102 of 255 = 40%
R + G + B ~ 31%. #246366 is quite dark color.
R + G + B =
36 + 99 + 102 = 237 (100%)
R 36 of 237 ~ 15.19%
G 99 of 237 ~ 41.77%
B 102 of 237 ~ 43.04%
#246366 color CMYK value is (65,3,0,60).
CMYK: (65,3,0,60) C65M3Y0K60 (65%,3%,0%,60%) (0.65/0.03/0.00/0.60)
24 | 63 | 66 | |
---|---|---|---|
RGB | 36 | 99 | 102 |
HSL | 183° | 47.83% | 27.06% |
HSB/HSV | 183° | 64.71% | 40.00% |
CMYK | 64.71% | 2.94% | 0.00% |
60.00% |
HEX | 24 | 63 | 66 |
Decimal | 36 | 99 | 102 |
Binary | 100100 | 1100011 | 1100110 |
Octal | 44 | 143 | 146 |
Examples of css and html codes for elements with #246366 color. Also use rgb(36,99,102) instead hex code.
.myTextColor { color: #246366; }
<p style="color:#246366">This sample text font color is #246366.</p>
This text font color is #246366.
.myBgColor { background-color: #246366; }
<div style="background-color:#246366">Inner text</div>
This div background color is #246366.
.myBorderColor { border: 1px solid #246366; }
<div style="border:3px solid #246366">Div</div>
This div border color is #246366.
.myOpacity80 { color: #246366; opacity: 0.8; }
<p style="color:#246366;opacity:0.8;">80%</p>
Text with #246366 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #246366;}
<p style="text-shadow: 3px 3px 1px #246366">Text here.</p>
This text has shadow with #246366 color.
.textShadow {text-shadow: 3px 3px 1px #246366, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #246366, 5px 5px 20px red">Text here.</p>
This text has shadow with #246366 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#246366, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#246366, Direction=45, Strength=4)">Text</p>
This text has shadow with #246366 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #246366; -webkit-box-shadow: 1px 1px 3px 2px #246366; box-shadow: 1px 1px 3px 2px #246366; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #246366; -webkit-box-shadow: 1px 1px 3px 2px #246366; box-shadow:1px 1px 3px 2px #246366;">
Div content here</div>
This text has color #246366 on black background.
This text has color #246366 on white background.
This text has black color on #246366 background.
This text has white color on #246366 background.