HEX: #747333
RGB: (116,115,51)
#747333 contains mainly red and green colors. Web safe color of #747333 is #666633 (or #663).
#747333 color RGB value is (116,115,51).
RGB: (116,115,51) (45%,45%,20%)
R 116 of 255 = 45%
G 115 of 255 = 45%
B 51 of 255 = 20%
R + G + B ~ 37%. #747333 is quite dark color.
R + G + B =
116 + 115 + 51 = 282 (100%)
R 116 of 282 ~ 41.13%
G 115 of 282 ~ 40.78%
B 51 of 282 ~ 18.09%
#747333 color CMYK value is (0,1,56,55).
CMYK: (0,1,56,55) C0M1Y56K55 (0%,1%,56%,55%) (0.00/0.01/0.56/0.55)
74 | 73 | 33 | |
---|---|---|---|
RGB | 116 | 115 | 51 |
HSL | 59° | 38.92% | 32.75% |
HSB/HSV | 59° | 56.03% | 45.49% |
CMYK | 0.00% | 0.86% | 56.03% |
54.51% |
HEX | 74 | 73 | 33 |
Decimal | 116 | 115 | 51 |
Binary | 1110100 | 1110011 | 110011 |
Octal | 164 | 163 | 63 |
Examples of css and html codes for elements with #747333 color. Also use rgb(116,115,51) instead hex code.
.myTextColor { color: #747333; }
<p style="color:#747333">This sample text font color is #747333.</p>
This text font color is #747333.
.myBgColor { background-color: #747333; }
<div style="background-color:#747333">Inner text</div>
This div background color is #747333.
.myBorderColor { border: 1px solid #747333; }
<div style="border:3px solid #747333">Div</div>
This div border color is #747333.
.myOpacity80 { color: #747333; opacity: 0.8; }
<p style="color:#747333;opacity:0.8;">80%</p>
Text with #747333 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #747333;}
<p style="text-shadow: 3px 3px 1px #747333">Text here.</p>
This text has shadow with #747333 color.
.textShadow {text-shadow: 3px 3px 1px #747333, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #747333, 5px 5px 20px red">Text here.</p>
This text has shadow with #747333 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#747333, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#747333, Direction=45, Strength=4)">Text</p>
This text has shadow with #747333 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #747333; -webkit-box-shadow: 1px 1px 3px 2px #747333; box-shadow: 1px 1px 3px 2px #747333; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #747333; -webkit-box-shadow: 1px 1px 3px 2px #747333; box-shadow:1px 1px 3px 2px #747333;">
Div content here</div>
This text has color #747333 on black background.
This text has color #747333 on white background.
This text has black color on #747333 background.
This text has white color on #747333 background.