HEX: #0E476C
RGB: (14,71,108)
#0E476C contains mainly green and blue colors. Web safe color of #0E476C is #003366 (or #036).
#0E476C color RGB value is (14,71,108).
RGB: (14,71,108) (5%,28%,42%)
R 14 of 255 = 5%
G 71 of 255 = 28%
B 108 of 255 = 42%
R + G + B ~ 25%. #0E476C is quite dark color.
R + G + B =
14 + 71 + 108 = 193 (100%)
R 14 of 193 ~ 7.25%
G 71 of 193 ~ 36.79%
B 108 of 193 ~ 55.96%
#0E476C color CMYK value is (87,34,0,58).
CMYK: (87,34,0,58) C87M34Y0K58 (87%,34%,0%,58%) (0.87/0.34/0.00/0.58)
0E | 47 | 6C | |
---|---|---|---|
RGB | 14 | 71 | 108 |
HSL | 204° | 77.05% | 23.92% |
HSB/HSV | 204° | 87.04% | 42.35% |
CMYK | 87.04% | 34.26% | 0.00% |
57.65% |
HEX | 0E | 47 | 6C |
Decimal | 14 | 71 | 108 |
Binary | 1110 | 1000111 | 1101100 |
Octal | 16 | 107 | 154 |
Examples of css and html codes for elements with #0E476C color. Also use rgb(14,71,108) instead hex code.
.myTextColor { color: #0E476C; }
<p style="color:#0E476C">This sample text font color is #0E476C.</p>
This text font color is #0E476C.
.myBgColor { background-color: #0E476C; }
<div style="background-color:#0E476C">Inner text</div>
This div background color is #0E476C.
.myBorderColor { border: 1px solid #0E476C; }
<div style="border:3px solid #0E476C">Div</div>
This div border color is #0E476C.
.myOpacity80 { color: #0E476C; opacity: 0.8; }
<p style="color:#0E476C;opacity:0.8;">80%</p>
Text with #0E476C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #0E476C;}
<p style="text-shadow: 3px 3px 1px #0E476C">Text here.</p>
This text has shadow with #0E476C color.
.textShadow {text-shadow: 3px 3px 1px #0E476C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #0E476C, 5px 5px 20px red">Text here.</p>
This text has shadow with #0E476C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0E476C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#0E476C, Direction=45, Strength=4)">Text</p>
This text has shadow with #0E476C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0E476C; -webkit-box-shadow: 1px 1px 3px 2px #0E476C; box-shadow: 1px 1px 3px 2px #0E476C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #0E476C; -webkit-box-shadow: 1px 1px 3px 2px #0E476C; box-shadow:1px 1px 3px 2px #0E476C;">
Div content here</div>
This text has color #0E476C on black background.
This text has color #0E476C on white background.
This text has black color on #0E476C background.
This text has white color on #0E476C background.