HEX: #738270
RGB: (115,130,112)
#738270 contains red, green and blue colors in about the same proportion. Web safe color of #738270 is #669966 (or #696).
#738270 color RGB value is (115,130,112).
RGB: (115,130,112)
(45%, 51%, 44%)
R 115 of 255 = 45%
G 130 of 255 = 51%
B 112 of 255 = 44%
R + G + B ~ 47%. #738270 is middle color (not dark and not light).
R + G + B = 115 + 130 + 112 = 357 (100%)
R 115 of 357 ~ 32.21%
G 130 of 357 ~ 36.41%
B 112 of 357 ~ 31.37'%
#738270 color CMYK value is (12,0,14,49).
CMYK: (12,0,14,49)
C12M0Y14K49 (12%, 0%, 14%, 49%)
(0.12 / 0.00 / 0.14 / 0.49)
Color #738270 in popluar color models
73 | 82 | 70 | |
---|---|---|---|
RGB | 115 | 130 | 112 |
HSL | 110° | 7.44% | 47.45% |
HSB/HSV | 110° | 13.85% | 50.98% |
CMYK | 11.54% | 0.00% | 13.85% |
49.02% |
Color #738270 in popluar number systems.
HEX | 73 | 82 | 70 |
Decimal | 115 | 130 | 112 |
Binary | 1110011 | 10000010 | 1110000 |
Octal | 163 | 202 | 160 |
Shades of #738270
Tints of #738270
Examples of css and html codes for elements with #738270 color. Also use rgb(115,130,112) instead hex code.
.myTextColor { color: #738270; }
<p style="color:#738270">This sample text font color is #738270.</p>
This text font color is #738270.
.myBgColor { background-color: #738270; }
<div style="background-color:#738270">Inner text</div>
This div background color is #738270.
.myBorderColor { border: 1px solid #738270; }
<div style="border:3px solid #738270">Div</div>
This div border color is #738270.
.myOpacity80 { color: #738270; opacity: 0.8; }
<p style="color:#738270;opacity:0.8;">80%</p>
Text with #738270 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #738270;}
<p style="text-shadow: 3px 3px 1px #738270">Text here.</p>
This text has shadow with #738270 color.
.textShadow {text-shadow: 3px 3px 1px #738270', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #738270, 5px 5px 20px red">Text here.</p>
This text has shadow with #738270 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#738270, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#738270, Direction=45, Strength=4)">Text</p>
This text has shadow with #738270 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #738270;
-webkit-box-shadow: 1px 1px 3px 2px #738270;
box-shadow: 1px 1px 3px 2px #738270;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #738270; -webkit-box-shadow: 1px 1px 3px 2px #738270; box-shadow:1px 1px 3px 2px #738270;">
Div content here
</div>
This text has color #738270 on black background.
This text has color #738270 on white background.
This text has black color on #738270 background.
This text has white color on #738270 background.
Complementary color for #hex is #8C7D8F.