HEX: #708B37
RGB: (112,139,55)
#708B37 contains mainly red and green colors. Web safe color of #708B37 is #669933 (or #693).
#708B37 color RGB value is (112,139,55).
RGB: (112,139,55)
(44%, 55%, 22%)
R 112 of 255 = 44%
G 139 of 255 = 55%
B 55 of 255 = 22%
R + G + B ~ 40%. #708B37 is middle color (not dark and not light).
R + G + B = 112 + 139 + 55 = 306 (100%)
R 112 of 306 ~ 36.6%
G 139 of 306 ~ 45.42%
B 55 of 306 ~ 17.97'%
#708B37 color CMYK value is (19,0,60,45).
CMYK: (19,0,60,45) C19M0Y60K45 (19%,0%,60%,45%) (0.19/0.00/0.60/0.45)
Color #708B37 in popluar color models
70 | 8B | 37 | |
---|---|---|---|
RGB | 112 | 139 | 55 |
HSL | 79° | 43.30% | 38.04% |
HSB/HSV | 79° | 60.43% | 54.51% |
CMYK | 19.42% | 0.00% | 60.43% |
45.49% |
Color #708B37 in popluar number systems.
HEX | 70 | 8B | 37 |
Decimal | 112 | 139 | 55 |
Binary | 1110000 | 10001011 | 110111 |
Octal | 160 | 213 | 67 |
Shades of #708B37
Tints of #708B37
Examples of css and html codes for elements with #708B37 color. Also use rgb(112,139,55) instead hex code.
.myTextColor { color: #708B37; }
<p style="color:#708B37">This sample text font color is #708B37.</p>
This text font color is #708B37.
.myBgColor { background-color: #708B37; }
<div style="background-color:#708B37">Inner text</div>
This div background color is #708B37.
.myBorderColor { border: 1px solid #708B37; }
<div style="border:3px solid #708B37">Div</div>
This div border color is #708B37.
.myOpacity80 { color: #708B37; opacity: 0.8; }
<p style="color:#708B37;opacity:0.8;">80%</p>
Text with #708B37 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #708B37;}
<p style="text-shadow: 3px 3px 1px #708B37">Text here.</p>
This text has shadow with #708B37 color.
.textShadow {text-shadow: 3px 3px 1px #708B37', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #708B37, 5px 5px 20px red">Text here.</p>
This text has shadow with #708B37 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#708B37, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#708B37, Direction=45, Strength=4)">Text</p>
This text has shadow with #708B37 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #708B37;
-webkit-box-shadow: 1px 1px 3px 2px #708B37;
box-shadow: 1px 1px 3px 2px #708B37;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #708B37; -webkit-box-shadow: 1px 1px 3px 2px #708B37; box-shadow:1px 1px 3px 2px #708B37;">
Div content here
</div>
This text has color #708B37 on black background.
This text has color #708B37 on white background.
This text has black color on #708B37 background.
This text has white color on #708B37 background.
Complementary color for #hex is #8F74C8.