HEX: #07480B
RGB: (7,72,11)
#07480B contains mainly green color. Web safe color of #07480B is #003300 (or #030).
#07480B color RGB value is (7,72,11).
RGB: (7,72,11)
(3%, 28%, 4%)
R 7 of 255 = 3%
G 72 of 255 = 28%
B 11 of 255 = 4%
R + G + B ~ 12%. #07480B is dark color.
R + G + B = 7 + 72 + 11 = 90 (100%)
R 7 of 90 ~ 7.78%
G 72 of 90 ~ 80%
B 11 of 90 ~ 12.22'%
#07480B color CMYK value is (90,0,85,72).
CMYK: (90,0,85,72)
C90M0Y85K72 (90%, 0%, 85%, 72%)
(0.90 / 0.00 / 0.85 / 0.72)
Color #07480B in popluar color models
07 | 48 | 0B | |
---|---|---|---|
RGB | 7 | 72 | 11 |
HSL | 124° | 82.28% | 15.49% |
HSB/HSV | 124° | 90.28% | 28.24% |
CMYK | 90.28% | 0.00% | 84.72% |
71.76% |
Color #07480B in popluar number systems.
HEX | 07 | 48 | 0B |
Decimal | 7 | 72 | 11 |
Binary | 111 | 1001000 | 1011 |
Octal | 7 | 110 | 13 |
Shades of #07480B
Tints of #07480B
Examples of css and html codes for elements with #07480B color. Also use rgb(7,72,11) instead hex code.
.myTextColor { color: #07480B; }
<p style="color:#07480B">This sample text font color is #07480B.</p>
This text font color is #07480B.
.myBgColor { background-color: #07480B; }
<div style="background-color:#07480B">Inner text</div>
This div background color is #07480B.
.myBorderColor { border: 1px solid #07480B; }
<div style="border:3px solid #07480B">Div</div>
This div border color is #07480B.
.myOpacity80 { color: #07480B; opacity: 0.8; }
<p style="color:#07480B;opacity:0.8;">80%</p>
Text with #07480B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #07480B;}
<p style="text-shadow: 3px 3px 1px #07480B">Text here.</p>
This text has shadow with #07480B color.
.textShadow {text-shadow: 3px 3px 1px #07480B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #07480B, 5px 5px 20px red">Text here.</p>
This text has shadow with #07480B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#07480B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#07480B, Direction=45, Strength=4)">Text</p>
This text has shadow with #07480B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #07480B;
-webkit-box-shadow: 1px 1px 3px 2px #07480B;
box-shadow: 1px 1px 3px 2px #07480B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #07480B; -webkit-box-shadow: 1px 1px 3px 2px #07480B; box-shadow:1px 1px 3px 2px #07480B;">
Div content here
</div>
This text has color #07480B on black background.
This text has color #07480B on white background.
This text has black color on #07480B background.
This text has white color on #07480B background.
Complementary color for #hex is #F8B7F4.