HEX: #738455
RGB: (115,132,85)
#738455 contains red, green and blue colors in about the same proportion. Web safe color of #738455 is #669966 (or #696).
#738455 color RGB value is (115,132,85).
RGB: (115,132,85)
(45%, 52%, 33%)
R 115 of 255 = 45%
G 132 of 255 = 52%
B 85 of 255 = 33%
R + G + B ~ 43%. #738455 is middle color (not dark and not light).
R + G + B = 115 + 132 + 85 = 332 (100%)
R 115 of 332 ~ 34.64%
G 132 of 332 ~ 39.76%
B 85 of 332 ~ 25.6'%
#738455 color CMYK value is (13,0,36,48).
CMYK: (13,0,36,48)
C13M0Y36K48 (13%, 0%, 36%, 48%)
(0.13 / 0.00 / 0.36 / 0.48)
Color #738455 in popluar color models
73 | 84 | 55 | |
---|---|---|---|
RGB | 115 | 132 | 85 |
HSL | 82° | 21.66% | 42.55% |
HSB/HSV | 82° | 35.61% | 51.76% |
CMYK | 12.88% | 0.00% | 35.61% |
48.24% |
Color #738455 in popluar number systems.
HEX | 73 | 84 | 55 |
Decimal | 115 | 132 | 85 |
Binary | 1110011 | 10000100 | 1010101 |
Octal | 163 | 204 | 125 |
Shades of #738455
Tints of #738455
Examples of css and html codes for elements with #738455 color. Also use rgb(115,132,85) instead hex code.
.myTextColor { color: #738455; }
<p style="color:#738455">This sample text font color is #738455.</p>
This text font color is #738455.
.myBgColor { background-color: #738455; }
<div style="background-color:#738455">Inner text</div>
This div background color is #738455.
.myBorderColor { border: 1px solid #738455; }
<div style="border:3px solid #738455">Div</div>
This div border color is #738455.
.myOpacity80 { color: #738455; opacity: 0.8; }
<p style="color:#738455;opacity:0.8;">80%</p>
Text with #738455 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #738455;}
<p style="text-shadow: 3px 3px 1px #738455">Text here.</p>
This text has shadow with #738455 color.
.textShadow {text-shadow: 3px 3px 1px #738455', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #738455, 5px 5px 20px red">Text here.</p>
This text has shadow with #738455 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#738455, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#738455, Direction=45, Strength=4)">Text</p>
This text has shadow with #738455 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #738455;
-webkit-box-shadow: 1px 1px 3px 2px #738455;
box-shadow: 1px 1px 3px 2px #738455;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #738455; -webkit-box-shadow: 1px 1px 3px 2px #738455; box-shadow:1px 1px 3px 2px #738455;">
Div content here
</div>
This text has color #738455 on black background.
This text has color #738455 on white background.
This text has black color on #738455 background.
This text has white color on #738455 background.
Complementary color for #hex is #8C7BAA.