HEX: #376D77
RGB: (55,109,119)
#376D77 contains mainly green and blue colors. Web safe color of #376D77 is #336666 (or #366).
#376D77 color RGB value is (55,109,119).
RGB: (55,109,119)
(22%, 43%, 47%)
R 55 of 255 = 22%
G 109 of 255 = 43%
B 119 of 255 = 47%
R + G + B ~ 37%. #376D77 is quite dark color.
R + G + B = 55 + 109 + 119 = 283 (100%)
R 55 of 283 ~ 19.43%
G 109 of 283 ~ 38.52%
B 119 of 283 ~ 42.05'%
#376D77 color CMYK value is (54,8,0,53).
CMYK: (54,8,0,53)
C54M8Y0K53 (54%, 8%, 0%, 53%)
(0.54 / 0.08 / 0.00 / 0.53)
Color #376D77 in popluar color models
37 | 6D | 77 | |
---|---|---|---|
RGB | 55 | 109 | 119 |
HSL | 189° | 36.78% | 34.12% |
HSB/HSV | 189° | 53.78% | 46.67% |
CMYK | 53.78% | 8.40% | 0.00% |
53.33% |
Color #376D77 in popluar number systems.
HEX | 37 | 6D | 77 |
Decimal | 55 | 109 | 119 |
Binary | 110111 | 1101101 | 1110111 |
Octal | 67 | 155 | 167 |
Shades of #376D77
Tints of #376D77
Examples of css and html codes for elements with #376D77 color. Also use rgb(55,109,119) instead hex code.
.myTextColor { color: #376D77; }
<p style="color:#376D77">This sample text font color is #376D77.</p>
This text font color is #376D77.
.myBgColor { background-color: #376D77; }
<div style="background-color:#376D77">Inner text</div>
This div background color is #376D77.
.myBorderColor { border: 1px solid #376D77; }
<div style="border:3px solid #376D77">Div</div>
This div border color is #376D77.
.myOpacity80 { color: #376D77; opacity: 0.8; }
<p style="color:#376D77;opacity:0.8;">80%</p>
Text with #376D77 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #376D77;}
<p style="text-shadow: 3px 3px 1px #376D77">Text here.</p>
This text has shadow with #376D77 color.
.textShadow {text-shadow: 3px 3px 1px #376D77', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #376D77, 5px 5px 20px red">Text here.</p>
This text has shadow with #376D77 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#376D77, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#376D77, Direction=45, Strength=4)">Text</p>
This text has shadow with #376D77 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #376D77;
-webkit-box-shadow: 1px 1px 3px 2px #376D77;
box-shadow: 1px 1px 3px 2px #376D77;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #376D77; -webkit-box-shadow: 1px 1px 3px 2px #376D77; box-shadow:1px 1px 3px 2px #376D77;">
Div content here
</div>
This text has color #376D77 on black background.
This text has color #376D77 on white background.
This text has black color on #376D77 background.
This text has white color on #376D77 background.
Complementary color for #hex is #C89288.