HEX: #37715B
RGB: (55,113,91)
#37715B contains red, green and blue colors in about the same proportion. Web safe color of #37715B is #336666 (or #366).
#37715B color RGB value is (55,113,91).
RGB: (55,113,91)
(22%, 44%, 36%)
R 55 of 255 = 22%
G 113 of 255 = 44%
B 91 of 255 = 36%
R + G + B ~ 34%. #37715B is quite dark color.
R + G + B = 55 + 113 + 91 = 259 (100%)
R 55 of 259 ~ 21.24%
G 113 of 259 ~ 43.63%
B 91 of 259 ~ 35.14'%
#37715B color CMYK value is (51,0,19,56).
CMYK: (51,0,19,56)
C51M0Y19K56 (51%, 0%, 19%, 56%)
(0.51 / 0.00 / 0.19 / 0.56)
Color #37715B in popluar color models
37 | 71 | 5B | |
---|---|---|---|
RGB | 55 | 113 | 91 |
HSL | 157° | 34.52% | 32.94% |
HSB/HSV | 157° | 51.33% | 44.31% |
CMYK | 51.33% | 0.00% | 19.47% |
55.69% |
Color #37715B in popluar number systems.
HEX | 37 | 71 | 5B |
Decimal | 55 | 113 | 91 |
Binary | 110111 | 1110001 | 1011011 |
Octal | 67 | 161 | 133 |
Shades of #37715B
Tints of #37715B
Examples of css and html codes for elements with #37715B color. Also use rgb(55,113,91) instead hex code.
.myTextColor { color: #37715B; }
<p style="color:#37715B">This sample text font color is #37715B.</p>
This text font color is #37715B.
.myBgColor { background-color: #37715B; }
<div style="background-color:#37715B">Inner text</div>
This div background color is #37715B.
.myBorderColor { border: 1px solid #37715B; }
<div style="border:3px solid #37715B">Div</div>
This div border color is #37715B.
.myOpacity80 { color: #37715B; opacity: 0.8; }
<p style="color:#37715B;opacity:0.8;">80%</p>
Text with #37715B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #37715B;}
<p style="text-shadow: 3px 3px 1px #37715B">Text here.</p>
This text has shadow with #37715B color.
.textShadow {text-shadow: 3px 3px 1px #37715B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #37715B, 5px 5px 20px red">Text here.</p>
This text has shadow with #37715B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#37715B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#37715B, Direction=45, Strength=4)">Text</p>
This text has shadow with #37715B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #37715B;
-webkit-box-shadow: 1px 1px 3px 2px #37715B;
box-shadow: 1px 1px 3px 2px #37715B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #37715B; -webkit-box-shadow: 1px 1px 3px 2px #37715B; box-shadow:1px 1px 3px 2px #37715B;">
Div content here
</div>
This text has color #37715B on black background.
This text has color #37715B on white background.
This text has black color on #37715B background.
This text has white color on #37715B background.
Complementary color for #hex is #C88EA4.