HEX: #07472C
RGB: (7,71,44)
#07472C contains mainly green and blue colors. Web safe color of #07472C is #003333 (or #033).
#07472C color RGB value is (7,71,44).
RGB: (7,71,44)
(3%, 28%, 17%)
R 7 of 255 = 3%
G 71 of 255 = 28%
B 44 of 255 = 17%
R + G + B ~ 16%. #07472C is dark color.
R + G + B = 7 + 71 + 44 = 122 (100%)
R 7 of 122 ~ 5.74%
G 71 of 122 ~ 58.2%
B 44 of 122 ~ 36.07'%
#07472C color CMYK value is (90,0,38,72).
CMYK: (90,0,38,72)
C90M0Y38K72 (90%, 0%, 38%, 72%)
(0.90 / 0.00 / 0.38 / 0.72)
Color #07472C in popluar color models
07 | 47 | 2C | |
---|---|---|---|
RGB | 7 | 71 | 44 |
HSL | 155° | 82.05% | 15.29% |
HSB/HSV | 155° | 90.14% | 27.84% |
CMYK | 90.14% | 0.00% | 38.03% |
72.16% |
Color #07472C in popluar number systems.
HEX | 07 | 47 | 2C |
Decimal | 7 | 71 | 44 |
Binary | 111 | 1000111 | 101100 |
Octal | 7 | 107 | 54 |
Shades of #07472C
Tints of #07472C
Examples of css and html codes for elements with #07472C color. Also use rgb(7,71,44) instead hex code.
.myTextColor { color: #07472C; }
<p style="color:#07472C">This sample text font color is #07472C.</p>
This text font color is #07472C.
.myBgColor { background-color: #07472C; }
<div style="background-color:#07472C">Inner text</div>
This div background color is #07472C.
.myBorderColor { border: 1px solid #07472C; }
<div style="border:3px solid #07472C">Div</div>
This div border color is #07472C.
.myOpacity80 { color: #07472C; opacity: 0.8; }
<p style="color:#07472C;opacity:0.8;">80%</p>
Text with #07472C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #07472C;}
<p style="text-shadow: 3px 3px 1px #07472C">Text here.</p>
This text has shadow with #07472C color.
.textShadow {text-shadow: 3px 3px 1px #07472C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #07472C, 5px 5px 20px red">Text here.</p>
This text has shadow with #07472C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#07472C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#07472C, Direction=45, Strength=4)">Text</p>
This text has shadow with #07472C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #07472C;
-webkit-box-shadow: 1px 1px 3px 2px #07472C;
box-shadow: 1px 1px 3px 2px #07472C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #07472C; -webkit-box-shadow: 1px 1px 3px 2px #07472C; box-shadow:1px 1px 3px 2px #07472C;">
Div content here
</div>
This text has color #07472C on black background.
This text has color #07472C on white background.
This text has black color on #07472C background.
This text has white color on #07472C background.
Complementary color for #hex is #F8B8D3.