HEX: #474D07
RGB: (71,77,7)
#474D07 contains mainly red and green colors. Web safe color of #474D07 is #333300 (or #330).
#474D07 color RGB value is (71,77,7).
RGB: (71,77,7)
(28%, 30%, 3%)
R 71 of 255 = 28%
G 77 of 255 = 30%
B 7 of 255 = 3%
R + G + B ~ 20%. #474D07 is dark color.
R + G + B = 71 + 77 + 7 = 155 (100%)
R 71 of 155 ~ 45.81%
G 77 of 155 ~ 49.68%
B 7 of 155 ~ 4.52'%
#474D07 color CMYK value is (8,0,91,70).
CMYK: (8,0,91,70)
C8M0Y91K70 (8%, 0%, 91%, 70%)
(0.08 / 0.00 / 0.91 / 0.70)
Color #474D07 in popluar color models
47 | 4D | 07 | |
---|---|---|---|
RGB | 71 | 77 | 7 |
HSL | 65° | 83.33% | 16.47% |
HSB/HSV | 65° | 90.91% | 30.20% |
CMYK | 7.79% | 0.00% | 90.91% |
69.80% |
Color #474D07 in popluar number systems.
HEX | 47 | 4D | 07 |
Decimal | 71 | 77 | 7 |
Binary | 1000111 | 1001101 | 111 |
Octal | 107 | 115 | 7 |
Shades of #474D07
Tints of #474D07
Examples of css and html codes for elements with #474D07 color. Also use rgb(71,77,7) instead hex code.
.myTextColor { color: #474D07; }
<p style="color:#474D07">This sample text font color is #474D07.</p>
This text font color is #474D07.
.myBgColor { background-color: #474D07; }
<div style="background-color:#474D07">Inner text</div>
This div background color is #474D07.
.myBorderColor { border: 1px solid #474D07; }
<div style="border:3px solid #474D07">Div</div>
This div border color is #474D07.
.myOpacity80 { color: #474D07; opacity: 0.8; }
<p style="color:#474D07;opacity:0.8;">80%</p>
Text with #474D07 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474D07;}
<p style="text-shadow: 3px 3px 1px #474D07">Text here.</p>
This text has shadow with #474D07 color.
.textShadow {text-shadow: 3px 3px 1px #474D07', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474D07, 5px 5px 20px red">Text here.</p>
This text has shadow with #474D07 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474D07, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474D07, Direction=45, Strength=4)">Text</p>
This text has shadow with #474D07 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #474D07;
-webkit-box-shadow: 1px 1px 3px 2px #474D07;
box-shadow: 1px 1px 3px 2px #474D07;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #474D07; -webkit-box-shadow: 1px 1px 3px 2px #474D07; box-shadow:1px 1px 3px 2px #474D07;">
Div content here
</div>
This text has color #474D07 on black background.
This text has color #474D07 on white background.
This text has black color on #474D07 background.
This text has white color on #474D07 background.
Complementary color for #hex is #B8B2F8.