HEX: #738635
RGB: (115,134,53)
#738635 contains mainly red and green colors. Web safe color of #738635 is #669933 (or #693).
#738635 color RGB value is (115,134,53).
RGB: (115,134,53) (45%,53%,21%)
R 115 of 255 = 45%
G 134 of 255 = 53%
B 53 of 255 = 21%
R + G + B ~ 40%. #738635 is middle color (not dark and not light).
R + G + B =
115 + 134 + 53 = 302 (100%)
R 115 of 302 ~ 38.08%
G 134 of 302 ~ 44.37%
B 53 of 302 ~ 17.55%
#738635 color CMYK value is (14,0,60,47).
CMYK: (14,0,60,47) C14M0Y60K47 (14%,0%,60%,47%) (0.14/0.00/0.60/0.47)
73 | 86 | 35 | |
---|---|---|---|
RGB | 115 | 134 | 53 |
HSL | 74° | 43.32% | 36.67% |
HSB/HSV | 74° | 60.45% | 52.55% |
CMYK | 14.18% | 0.00% | 60.45% |
47.45% |
HEX | 73 | 86 | 35 |
Decimal | 115 | 134 | 53 |
Binary | 1110011 | 10000110 | 110101 |
Octal | 163 | 206 | 65 |
Examples of css and html codes for elements with #738635 color. Also use rgb(115,134,53) instead hex code.
.myTextColor { color: #738635; }
<p style="color:#738635">This sample text font color is #738635.</p>
This text font color is #738635.
.myBgColor { background-color: #738635; }
<div style="background-color:#738635">Inner text</div>
This div background color is #738635.
.myBorderColor { border: 1px solid #738635; }
<div style="border:3px solid #738635">Div</div>
This div border color is #738635.
.myOpacity80 { color: #738635; opacity: 0.8; }
<p style="color:#738635;opacity:0.8;">80%</p>
Text with #738635 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #738635;}
<p style="text-shadow: 3px 3px 1px #738635">Text here.</p>
This text has shadow with #738635 color.
.textShadow {text-shadow: 3px 3px 1px #738635, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #738635, 5px 5px 20px red">Text here.</p>
This text has shadow with #738635 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#738635, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#738635, Direction=45, Strength=4)">Text</p>
This text has shadow with #738635 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #738635; -webkit-box-shadow: 1px 1px 3px 2px #738635; box-shadow: 1px 1px 3px 2px #738635; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #738635; -webkit-box-shadow: 1px 1px 3px 2px #738635; box-shadow:1px 1px 3px 2px #738635;">
Div content here</div>
This text has color #738635 on black background.
This text has color #738635 on white background.
This text has black color on #738635 background.
This text has white color on #738635 background.