HEX: #377C4D
RGB: (55,124,77)
#377C4D contains mainly green and blue colors. Web safe color of #377C4D is #336633 (or #363).
#377C4D color RGB value is (55,124,77).
RGB: (55,124,77)
(22%, 49%, 30%)
R 55 of 255 = 22%
G 124 of 255 = 49%
B 77 of 255 = 30%
R + G + B ~ 34%. #377C4D is quite dark color.
R + G + B = 55 + 124 + 77 = 256 (100%)
R 55 of 256 ~ 21.48%
G 124 of 256 ~ 48.44%
B 77 of 256 ~ 30.08'%
#377C4D color CMYK value is (56,0,38,51).
CMYK: (56,0,38,51)
C56M0Y38K51 (56%, 0%, 38%, 51%)
(0.56 / 0.00 / 0.38 / 0.51)
Color #377C4D in popluar color models
37 | 7C | 4D | |
---|---|---|---|
RGB | 55 | 124 | 77 |
HSL | 139° | 38.55% | 35.10% |
HSB/HSV | 139° | 55.65% | 48.63% |
CMYK | 55.65% | 0.00% | 37.90% |
51.37% |
Color #377C4D in popluar number systems.
HEX | 37 | 7C | 4D |
Decimal | 55 | 124 | 77 |
Binary | 110111 | 1111100 | 1001101 |
Octal | 67 | 174 | 115 |
Shades of #377C4D
Tints of #377C4D
Examples of css and html codes for elements with #377C4D color. Also use rgb(55,124,77) instead hex code.
.myTextColor { color: #377C4D; }
<p style="color:#377C4D">This sample text font color is #377C4D.</p>
This text font color is #377C4D.
.myBgColor { background-color: #377C4D; }
<div style="background-color:#377C4D">Inner text</div>
This div background color is #377C4D.
.myBorderColor { border: 1px solid #377C4D; }
<div style="border:3px solid #377C4D">Div</div>
This div border color is #377C4D.
.myOpacity80 { color: #377C4D; opacity: 0.8; }
<p style="color:#377C4D;opacity:0.8;">80%</p>
Text with #377C4D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #377C4D;}
<p style="text-shadow: 3px 3px 1px #377C4D">Text here.</p>
This text has shadow with #377C4D color.
.textShadow {text-shadow: 3px 3px 1px #377C4D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #377C4D, 5px 5px 20px red">Text here.</p>
This text has shadow with #377C4D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#377C4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#377C4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #377C4D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #377C4D;
-webkit-box-shadow: 1px 1px 3px 2px #377C4D;
box-shadow: 1px 1px 3px 2px #377C4D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #377C4D; -webkit-box-shadow: 1px 1px 3px 2px #377C4D; box-shadow:1px 1px 3px 2px #377C4D;">
Div content here
</div>
This text has color #377C4D on black background.
This text has color #377C4D on white background.
This text has black color on #377C4D background.
This text has white color on #377C4D background.
Complementary color for #hex is #C883B2.