HEX: #738D6B
RGB: (115,141,107)
#738D6B contains red, green and blue colors in about the same proportion. Web safe color of #738D6B is #669966 (or #696).
#738D6B color RGB value is (115,141,107).
RGB: (115,141,107)
(45%, 55%, 42%)
R 115 of 255 = 45%
G 141 of 255 = 55%
B 107 of 255 = 42%
R + G + B ~ 47%. #738D6B is middle color (not dark and not light).
R + G + B = 115 + 141 + 107 = 363 (100%)
R 115 of 363 ~ 31.68%
G 141 of 363 ~ 38.84%
B 107 of 363 ~ 29.48'%
#738D6B color CMYK value is (18,0,24,45).
CMYK: (18,0,24,45)
C18M0Y24K45 (18%, 0%, 24%, 45%)
(0.18 / 0.00 / 0.24 / 0.45)
Color #738D6B in popluar color models
73 | 8D | 6B | |
---|---|---|---|
RGB | 115 | 141 | 107 |
HSL | 106° | 13.71% | 48.63% |
HSB/HSV | 106° | 24.11% | 55.29% |
CMYK | 18.44% | 0.00% | 24.11% |
44.71% |
Color #738D6B in popluar number systems.
HEX | 73 | 8D | 6B |
Decimal | 115 | 141 | 107 |
Binary | 1110011 | 10001101 | 1101011 |
Octal | 163 | 215 | 153 |
Shades of #738D6B
Tints of #738D6B
Examples of css and html codes for elements with #738D6B color. Also use rgb(115,141,107) instead hex code.
.myTextColor { color: #738D6B; }
<p style="color:#738D6B">This sample text font color is #738D6B.</p>
This text font color is #738D6B.
.myBgColor { background-color: #738D6B; }
<div style="background-color:#738D6B">Inner text</div>
This div background color is #738D6B.
.myBorderColor { border: 1px solid #738D6B; }
<div style="border:3px solid #738D6B">Div</div>
This div border color is #738D6B.
.myOpacity80 { color: #738D6B; opacity: 0.8; }
<p style="color:#738D6B;opacity:0.8;">80%</p>
Text with #738D6B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #738D6B;}
<p style="text-shadow: 3px 3px 1px #738D6B">Text here.</p>
This text has shadow with #738D6B color.
.textShadow {text-shadow: 3px 3px 1px #738D6B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #738D6B, 5px 5px 20px red">Text here.</p>
This text has shadow with #738D6B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#738D6B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#738D6B, Direction=45, Strength=4)">Text</p>
This text has shadow with #738D6B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #738D6B;
-webkit-box-shadow: 1px 1px 3px 2px #738D6B;
box-shadow: 1px 1px 3px 2px #738D6B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #738D6B; -webkit-box-shadow: 1px 1px 3px 2px #738D6B; box-shadow:1px 1px 3px 2px #738D6B;">
Div content here
</div>
This text has color #738D6B on black background.
This text has color #738D6B on white background.
This text has black color on #738D6B background.
This text has white color on #738D6B background.
Complementary color for #hex is #8C7294.