HEX: #375749
RGB: (55,87,73)
#375749 contains red, green and blue colors in about the same proportion. Web safe color of #375749 is #336633 (or #363).
#375749 color RGB value is (55,87,73).
RGB: (55,87,73)
(22%, 34%, 29%)
R 55 of 255 = 22%
G 87 of 255 = 34%
B 73 of 255 = 29%
R + G + B ~ 28%. #375749 is quite dark color.
R + G + B = 55 + 87 + 73 = 215 (100%)
R 55 of 215 ~ 25.58%
G 87 of 215 ~ 40.47%
B 73 of 215 ~ 33.95'%
#375749 color CMYK value is (37,0,16,66).
CMYK: (37,0,16,66)
C37M0Y16K66 (37%, 0%, 16%, 66%)
(0.37 / 0.00 / 0.16 / 0.66)
Color #375749 in popluar color models
37 | 57 | 49 | |
---|---|---|---|
RGB | 55 | 87 | 73 |
HSL | 154° | 22.54% | 27.84% |
HSB/HSV | 154° | 36.78% | 34.12% |
CMYK | 36.78% | 0.00% | 16.09% |
65.88% |
Color #375749 in popluar number systems.
HEX | 37 | 57 | 49 |
Decimal | 55 | 87 | 73 |
Binary | 110111 | 1010111 | 1001001 |
Octal | 67 | 127 | 111 |
Shades of #375749
Tints of #375749
Examples of css and html codes for elements with #375749 color. Also use rgb(55,87,73) instead hex code.
.myTextColor { color: #375749; }
<p style="color:#375749">This sample text font color is #375749.</p>
This text font color is #375749.
.myBgColor { background-color: #375749; }
<div style="background-color:#375749">Inner text</div>
This div background color is #375749.
.myBorderColor { border: 1px solid #375749; }
<div style="border:3px solid #375749">Div</div>
This div border color is #375749.
.myOpacity80 { color: #375749; opacity: 0.8; }
<p style="color:#375749;opacity:0.8;">80%</p>
Text with #375749 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #375749;}
<p style="text-shadow: 3px 3px 1px #375749">Text here.</p>
This text has shadow with #375749 color.
.textShadow {text-shadow: 3px 3px 1px #375749', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #375749, 5px 5px 20px red">Text here.</p>
This text has shadow with #375749 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#375749, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#375749, Direction=45, Strength=4)">Text</p>
This text has shadow with #375749 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #375749;
-webkit-box-shadow: 1px 1px 3px 2px #375749;
box-shadow: 1px 1px 3px 2px #375749;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #375749; -webkit-box-shadow: 1px 1px 3px 2px #375749; box-shadow:1px 1px 3px 2px #375749;">
Div content here
</div>
This text has color #375749 on black background.
This text has color #375749 on white background.
This text has black color on #375749 background.
This text has white color on #375749 background.
Complementary color for #hex is #C8A8B6.