HEX: #747913
RGB: (116,121,19)
#747913 contains mainly red and green colors. Web safe color of #747913 is #666600 (or #660).
#747913 color RGB value is (116,121,19).
RGB: (116,121,19)
(45%, 47%, 7%)
R 116 of 255 = 45%
G 121 of 255 = 47%
B 19 of 255 = 7%
R + G + B ~ 33%. #747913 is quite dark color.
R + G + B = 116 + 121 + 19 = 256 (100%)
R 116 of 256 ~ 45.31%
G 121 of 256 ~ 47.27%
B 19 of 256 ~ 7.42'%
#747913 color CMYK value is (4,0,84,53).
CMYK: (4,0,84,53)
C4M0Y84K53 (4%, 0%, 84%, 53%)
(0.04 / 0.00 / 0.84 / 0.53)
Color #747913 in popluar color models
74 | 79 | 13 | |
---|---|---|---|
RGB | 116 | 121 | 19 |
HSL | 63° | 72.86% | 27.45% |
HSB/HSV | 63° | 84.30% | 47.45% |
CMYK | 4.13% | 0.00% | 84.30% |
52.55% |
Color #747913 in popluar number systems.
HEX | 74 | 79 | 13 |
Decimal | 116 | 121 | 19 |
Binary | 1110100 | 1111001 | 10011 |
Octal | 164 | 171 | 23 |
Shades of #747913
Tints of #747913
Examples of css and html codes for elements with #747913 color. Also use rgb(116,121,19) instead hex code.
.myTextColor { color: #747913; }
<p style="color:#747913">This sample text font color is #747913.</p>
This text font color is #747913.
.myBgColor { background-color: #747913; }
<div style="background-color:#747913">Inner text</div>
This div background color is #747913.
.myBorderColor { border: 1px solid #747913; }
<div style="border:3px solid #747913">Div</div>
This div border color is #747913.
.myOpacity80 { color: #747913; opacity: 0.8; }
<p style="color:#747913;opacity:0.8;">80%</p>
Text with #747913 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #747913;}
<p style="text-shadow: 3px 3px 1px #747913">Text here.</p>
This text has shadow with #747913 color.
.textShadow {text-shadow: 3px 3px 1px #747913', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #747913, 5px 5px 20px red">Text here.</p>
This text has shadow with #747913 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#747913, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#747913, Direction=45, Strength=4)">Text</p>
This text has shadow with #747913 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #747913;
-webkit-box-shadow: 1px 1px 3px 2px #747913;
box-shadow: 1px 1px 3px 2px #747913;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #747913; -webkit-box-shadow: 1px 1px 3px 2px #747913; box-shadow:1px 1px 3px 2px #747913;">
Div content here
</div>
This text has color #747913 on black background.
This text has color #747913 on white background.
This text has black color on #747913 background.
This text has white color on #747913 background.
Complementary color for #747913 is #8B86EC.