HEX: #03473A
RGB: (3,71,58)
#03473A contains mainly green and blue colors. Web safe color of #03473A is #003333 (or #033).
#03473A color RGB value is (3,71,58).
RGB: (3,71,58)
(1%, 28%, 23%)
R 3 of 255 = 1%
G 71 of 255 = 28%
B 58 of 255 = 23%
R + G + B ~ 17%. #03473A is dark color.
R + G + B = 3 + 71 + 58 = 132 (100%)
R 3 of 132 ~ 2.27%
G 71 of 132 ~ 53.79%
B 58 of 132 ~ 43.94'%
#03473A color CMYK value is (96,0,18,72).
CMYK: (96,0,18,72)
C96M0Y18K72 (96%, 0%, 18%, 72%)
(0.96 / 0.00 / 0.18 / 0.72)
Color #03473A in popluar color models
03 | 47 | 3A | |
---|---|---|---|
RGB | 3 | 71 | 58 |
HSL | 169° | 91.89% | 14.51% |
HSB/HSV | 169° | 95.77% | 27.84% |
CMYK | 95.77% | 0.00% | 18.31% |
72.16% |
Color #03473A in popluar number systems.
HEX | 03 | 47 | 3A |
Decimal | 3 | 71 | 58 |
Binary | 11 | 1000111 | 111010 |
Octal | 3 | 107 | 72 |
Shades of #03473A
Tints of #03473A
Examples of css and html codes for elements with #03473A color. Also use rgb(3,71,58) instead hex code.
.myTextColor { color: #03473A; }
<p style="color:#03473A">This sample text font color is #03473A.</p>
This text font color is #03473A.
.myBgColor { background-color: #03473A; }
<div style="background-color:#03473A">Inner text</div>
This div background color is #03473A.
.myBorderColor { border: 1px solid #03473A; }
<div style="border:3px solid #03473A">Div</div>
This div border color is #03473A.
.myOpacity80 { color: #03473A; opacity: 0.8; }
<p style="color:#03473A;opacity:0.8;">80%</p>
Text with #03473A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #03473A;}
<p style="text-shadow: 3px 3px 1px #03473A">Text here.</p>
This text has shadow with #03473A color.
.textShadow {text-shadow: 3px 3px 1px #03473A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #03473A, 5px 5px 20px red">Text here.</p>
This text has shadow with #03473A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#03473A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#03473A, Direction=45, Strength=4)">Text</p>
This text has shadow with #03473A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #03473A;
-webkit-box-shadow: 1px 1px 3px 2px #03473A;
box-shadow: 1px 1px 3px 2px #03473A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #03473A; -webkit-box-shadow: 1px 1px 3px 2px #03473A; box-shadow:1px 1px 3px 2px #03473A;">
Div content here
</div>
This text has color #03473A on black background.
This text has color #03473A on white background.
This text has black color on #03473A background.
This text has white color on #03473A background.
Complementary color for #hex is #FCB8C5.