HEX: #748731
RGB: (116,135,49)
#748731 contains mainly red and green colors. Web safe color of #748731 is #669933 (or #693).
#748731 color RGB value is (116,135,49).
RGB: (116,135,49) (45%,53%,19%)
R 116 of 255 = 45%
G 135 of 255 = 53%
B 49 of 255 = 19%
R + G + B ~ 39%. #748731 is quite dark color.
R + G + B =
116 + 135 + 49 = 300 (100%)
R 116 of 300 ~ 38.67%
G 135 of 300 ~ 45%
B 49 of 300 ~ 16.33%
#748731 color CMYK value is (14,0,64,47).
CMYK: (14,0,64,47) C14M0Y64K47 (14%,0%,64%,47%) (0.14/0.00/0.64/0.47)
74 | 87 | 31 | |
---|---|---|---|
RGB | 116 | 135 | 49 |
HSL | 73° | 46.74% | 36.08% |
HSB/HSV | 73° | 63.70% | 52.94% |
CMYK | 14.07% | 0.00% | 63.70% |
47.06% |
HEX | 74 | 87 | 31 |
Decimal | 116 | 135 | 49 |
Binary | 1110100 | 10000111 | 110001 |
Octal | 164 | 207 | 61 |
Examples of css and html codes for elements with #748731 color. Also use rgb(116,135,49) instead hex code.
.myTextColor { color: #748731; }
<p style="color:#748731">This sample text font color is #748731.</p>
This text font color is #748731.
.myBgColor { background-color: #748731; }
<div style="background-color:#748731">Inner text</div>
This div background color is #748731.
.myBorderColor { border: 1px solid #748731; }
<div style="border:3px solid #748731">Div</div>
This div border color is #748731.
.myOpacity80 { color: #748731; opacity: 0.8; }
<p style="color:#748731;opacity:0.8;">80%</p>
Text with #748731 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #748731;}
<p style="text-shadow: 3px 3px 1px #748731">Text here.</p>
This text has shadow with #748731 color.
.textShadow {text-shadow: 3px 3px 1px #748731, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #748731, 5px 5px 20px red">Text here.</p>
This text has shadow with #748731 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#748731, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#748731, Direction=45, Strength=4)">Text</p>
This text has shadow with #748731 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #748731; -webkit-box-shadow: 1px 1px 3px 2px #748731; box-shadow: 1px 1px 3px 2px #748731; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #748731; -webkit-box-shadow: 1px 1px 3px 2px #748731; box-shadow:1px 1px 3px 2px #748731;">
Div content here</div>
This text has color #748731 on black background.
This text has color #748731 on white background.
This text has black color on #748731 background.
This text has white color on #748731 background.