HEX: #37704B
RGB: (55,112,75)
#37704B contains red, green and blue colors in about the same proportion. Web safe color of #37704B is #336633 (or #363).
#37704B color RGB value is (55,112,75).
RGB: (55,112,75)
(22%, 44%, 29%)
R 55 of 255 = 22%
G 112 of 255 = 44%
B 75 of 255 = 29%
R + G + B ~ 32%. #37704B is quite dark color.
R + G + B = 55 + 112 + 75 = 242 (100%)
R 55 of 242 ~ 22.73%
G 112 of 242 ~ 46.28%
B 75 of 242 ~ 30.99'%
#37704B color CMYK value is (51,0,33,56).
CMYK: (51,0,33,56)
C51M0Y33K56 (51%, 0%, 33%, 56%)
(0.51 / 0.00 / 0.33 / 0.56)
Color #37704B in popluar color models
37 | 70 | 4B | |
---|---|---|---|
RGB | 55 | 112 | 75 |
HSL | 141° | 34.13% | 32.75% |
HSB/HSV | 141° | 50.89% | 43.92% |
CMYK | 50.89% | 0.00% | 33.04% |
56.08% |
Color #37704B in popluar number systems.
HEX | 37 | 70 | 4B |
Decimal | 55 | 112 | 75 |
Binary | 110111 | 1110000 | 1001011 |
Octal | 67 | 160 | 113 |
Shades of #37704B
Tints of #37704B
Examples of css and html codes for elements with #37704B color. Also use rgb(55,112,75) instead hex code.
.myTextColor { color: #37704B; }
<p style="color:#37704B">This sample text font color is #37704B.</p>
This text font color is #37704B.
.myBgColor { background-color: #37704B; }
<div style="background-color:#37704B">Inner text</div>
This div background color is #37704B.
.myBorderColor { border: 1px solid #37704B; }
<div style="border:3px solid #37704B">Div</div>
This div border color is #37704B.
.myOpacity80 { color: #37704B; opacity: 0.8; }
<p style="color:#37704B;opacity:0.8;">80%</p>
Text with #37704B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #37704B;}
<p style="text-shadow: 3px 3px 1px #37704B">Text here.</p>
This text has shadow with #37704B color.
.textShadow {text-shadow: 3px 3px 1px #37704B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #37704B, 5px 5px 20px red">Text here.</p>
This text has shadow with #37704B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#37704B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#37704B, Direction=45, Strength=4)">Text</p>
This text has shadow with #37704B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #37704B;
-webkit-box-shadow: 1px 1px 3px 2px #37704B;
box-shadow: 1px 1px 3px 2px #37704B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #37704B; -webkit-box-shadow: 1px 1px 3px 2px #37704B; box-shadow:1px 1px 3px 2px #37704B;">
Div content here
</div>
This text has color #37704B on black background.
This text has color #37704B on white background.
This text has black color on #37704B background.
This text has white color on #37704B background.
Complementary color for #hex is #C88FB4.