HEX: #376544
RGB: (55,101,68)
#376544 contains red, green and blue colors in about the same proportion. Web safe color of #376544 is #336633 (or #363).
#376544 color RGB value is (55,101,68).
RGB: (55,101,68) (22%,40%,27%)
R 55 of 255 = 22%
G 101 of 255 = 40%
B 68 of 255 = 27%
R + G + B ~ 30%. #376544 is quite dark color.
R + G + B =
55 + 101 + 68 = 224 (100%)
R 55 of 224 ~ 24.55%
G 101 of 224 ~ 45.09%
B 68 of 224 ~ 30.36%
#376544 color CMYK value is (46,0,33,60).
CMYK: (46,0,33,60) C46M0Y33K60 (46%,0%,33%,60%) (0.46/0.00/0.33/0.60)
37 | 65 | 44 | |
---|---|---|---|
RGB | 55 | 101 | 68 |
HSL | 137° | 29.49% | 30.59% |
HSB/HSV | 137° | 45.54% | 39.61% |
CMYK | 45.54% | 0.00% | 32.67% |
60.39% |
HEX | 37 | 65 | 44 |
Decimal | 55 | 101 | 68 |
Binary | 110111 | 1100101 | 1000100 |
Octal | 67 | 145 | 104 |
Examples of css and html codes for elements with #376544 color. Also use rgb(55,101,68) instead hex code.
.myTextColor { color: #376544; }
<p style="color:#376544">This sample text font color is #376544.</p>
This text font color is #376544.
.myBgColor { background-color: #376544; }
<div style="background-color:#376544">Inner text</div>
This div background color is #376544.
.myBorderColor { border: 1px solid #376544; }
<div style="border:3px solid #376544">Div</div>
This div border color is #376544.
.myOpacity80 { color: #376544; opacity: 0.8; }
<p style="color:#376544;opacity:0.8;">80%</p>
Text with #376544 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #376544;}
<p style="text-shadow: 3px 3px 1px #376544">Text here.</p>
This text has shadow with #376544 color.
.textShadow {text-shadow: 3px 3px 1px #376544, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #376544, 5px 5px 20px red">Text here.</p>
This text has shadow with #376544 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#376544, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#376544, Direction=45, Strength=4)">Text</p>
This text has shadow with #376544 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #376544; -webkit-box-shadow: 1px 1px 3px 2px #376544; box-shadow: 1px 1px 3px 2px #376544; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #376544; -webkit-box-shadow: 1px 1px 3px 2px #376544; box-shadow:1px 1px 3px 2px #376544;">
Div content here</div>
This text has color #376544 on black background.
This text has color #376544 on white background.
This text has black color on #376544 background.
This text has white color on #376544 background.