HEX: #738353
RGB: (115,131,83)
#738353 contains red, green and blue colors in about the same proportion. Web safe color of #738353 is #669966 (or #696).
#738353 color RGB value is (115,131,83).
RGB: (115,131,83)
(45%, 51%, 33%)
R 115 of 255 = 45%
G 131 of 255 = 51%
B 83 of 255 = 33%
R + G + B ~ 43%. #738353 is middle color (not dark and not light).
R + G + B = 115 + 131 + 83 = 329 (100%)
R 115 of 329 ~ 34.95%
G 131 of 329 ~ 39.82%
B 83 of 329 ~ 25.23'%
#738353 color CMYK value is (12,0,37,49).
CMYK: (12,0,37,49) C12M0Y37K49 (12%,0%,37%,49%) (0.12/0.00/0.37/0.49)
Color #738353 in popluar color models
73 | 83 | 53 | |
---|---|---|---|
RGB | 115 | 131 | 83 |
HSL | 80° | 22.43% | 41.96% |
HSB/HSV | 80° | 36.64% | 51.37% |
CMYK | 12.21% | 0.00% | 36.64% |
48.63% |
Color #738353 in popluar number systems.
HEX | 73 | 83 | 53 |
Decimal | 115 | 131 | 83 |
Binary | 1110011 | 10000011 | 1010011 |
Octal | 163 | 203 | 123 |
Shades of #738353
Tints of #738353
Examples of css and html codes for elements with #738353 color. Also use rgb(115,131,83) instead hex code.
.myTextColor { color: #738353; }
<p style="color:#738353">This sample text font color is #738353.</p>
This text font color is #738353.
.myBgColor { background-color: #738353; }
<div style="background-color:#738353">Inner text</div>
This div background color is #738353.
.myBorderColor { border: 1px solid #738353; }
<div style="border:3px solid #738353">Div</div>
This div border color is #738353.
.myOpacity80 { color: #738353; opacity: 0.8; }
<p style="color:#738353;opacity:0.8;">80%</p>
Text with #738353 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #738353;}
<p style="text-shadow: 3px 3px 1px #738353">Text here.</p>
This text has shadow with #738353 color.
.textShadow {text-shadow: 3px 3px 1px #738353', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #738353, 5px 5px 20px red">Text here.</p>
This text has shadow with #738353 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#738353, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#738353, Direction=45, Strength=4)">Text</p>
This text has shadow with #738353 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #738353;
-webkit-box-shadow: 1px 1px 3px 2px #738353;
box-shadow: 1px 1px 3px 2px #738353;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #738353; -webkit-box-shadow: 1px 1px 3px 2px #738353; box-shadow:1px 1px 3px 2px #738353;">
Div content here
</div>
This text has color #738353 on black background.
This text has color #738353 on white background.
This text has black color on #738353 background.
This text has white color on #738353 background.
Complementary color for #hex is #8C7CAC.