HEX: #748509
RGB: (116,133,9)
#748509 contains mainly red and green colors. Web safe color of #748509 is #669900 (or #690).
#748509 color RGB value is (116,133,9).
RGB: (116,133,9) (45%,52%,4%)
R 116 of 255 = 45%
G 133 of 255 = 52%
B 9 of 255 = 4%
R + G + B ~ 34%. #748509 is quite dark color.
R + G + B =
116 + 133 + 9 = 258 (100%)
R 116 of 258 ~ 44.96%
G 133 of 258 ~ 51.55%
B 9 of 258 ~ 3.49%
#748509 color CMYK value is (13,0,93,48).
CMYK: (13,0,93,48) C13M0Y93K48 (13%,0%,93%,48%) (0.13/0.00/0.93/0.48)
74 | 85 | 09 | |
---|---|---|---|
RGB | 116 | 133 | 9 |
HSL | 68° | 87.32% | 27.84% |
HSB/HSV | 68° | 93.23% | 52.16% |
CMYK | 12.78% | 0.00% | 93.23% |
47.84% |
HEX | 74 | 85 | 09 |
Decimal | 116 | 133 | 9 |
Binary | 1110100 | 10000101 | 1001 |
Octal | 164 | 205 | 11 |
Examples of css and html codes for elements with #748509 color. Also use rgb(116,133,9) instead hex code.
.myTextColor { color: #748509; }
<p style="color:#748509">This sample text font color is #748509.</p>
This text font color is #748509.
.myBgColor { background-color: #748509; }
<div style="background-color:#748509">Inner text</div>
This div background color is #748509.
.myBorderColor { border: 1px solid #748509; }
<div style="border:3px solid #748509">Div</div>
This div border color is #748509.
.myOpacity80 { color: #748509; opacity: 0.8; }
<p style="color:#748509;opacity:0.8;">80%</p>
Text with #748509 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #748509;}
<p style="text-shadow: 3px 3px 1px #748509">Text here.</p>
This text has shadow with #748509 color.
.textShadow {text-shadow: 3px 3px 1px #748509, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #748509, 5px 5px 20px red">Text here.</p>
This text has shadow with #748509 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#748509, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#748509, Direction=45, Strength=4)">Text</p>
This text has shadow with #748509 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #748509; -webkit-box-shadow: 1px 1px 3px 2px #748509; box-shadow: 1px 1px 3px 2px #748509; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #748509; -webkit-box-shadow: 1px 1px 3px 2px #748509; box-shadow:1px 1px 3px 2px #748509;">
Div content here</div>
This text has color #748509 on black background.
This text has color #748509 on white background.
This text has black color on #748509 background.
This text has white color on #748509 background.