HEX: #376F76
RGB: (55,111,118)
#376F76 contains mainly green and blue colors. Web safe color of #376F76 is #336666 (or #366).
#376F76 color RGB value is (55,111,118).
RGB: (55,111,118)
(22%, 44%, 46%)
R 55 of 255 = 22%
G 111 of 255 = 44%
B 118 of 255 = 46%
R + G + B ~ 37%. #376F76 is quite dark color.
R + G + B = 55 + 111 + 118 = 284 (100%)
R 55 of 284 ~ 19.37%
G 111 of 284 ~ 39.08%
B 118 of 284 ~ 41.55'%
#376F76 color CMYK value is (53,6,0,54).
CMYK: (53,6,0,54)
C53M6Y0K54 (53%, 6%, 0%, 54%)
(0.53 / 0.06 / 0.00 / 0.54)
Color #376F76 in popluar color models
37 | 6F | 76 | |
---|---|---|---|
RGB | 55 | 111 | 118 |
HSL | 187° | 36.42% | 33.92% |
HSB/HSV | 187° | 53.39% | 46.27% |
CMYK | 53.39% | 5.93% | 0.00% |
53.73% |
Color #376F76 in popluar number systems.
HEX | 37 | 6F | 76 |
Decimal | 55 | 111 | 118 |
Binary | 110111 | 1101111 | 1110110 |
Octal | 67 | 157 | 166 |
Shades of #376F76
Tints of #376F76
Examples of css and html codes for elements with #376F76 color. Also use rgb(55,111,118) instead hex code.
.myTextColor { color: #376F76; }
<p style="color:#376F76">This sample text font color is #376F76.</p>
This text font color is #376F76.
.myBgColor { background-color: #376F76; }
<div style="background-color:#376F76">Inner text</div>
This div background color is #376F76.
.myBorderColor { border: 1px solid #376F76; }
<div style="border:3px solid #376F76">Div</div>
This div border color is #376F76.
.myOpacity80 { color: #376F76; opacity: 0.8; }
<p style="color:#376F76;opacity:0.8;">80%</p>
Text with #376F76 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #376F76;}
<p style="text-shadow: 3px 3px 1px #376F76">Text here.</p>
This text has shadow with #376F76 color.
.textShadow {text-shadow: 3px 3px 1px #376F76', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #376F76, 5px 5px 20px red">Text here.</p>
This text has shadow with #376F76 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#376F76, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#376F76, Direction=45, Strength=4)">Text</p>
This text has shadow with #376F76 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #376F76;
-webkit-box-shadow: 1px 1px 3px 2px #376F76;
box-shadow: 1px 1px 3px 2px #376F76;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #376F76; -webkit-box-shadow: 1px 1px 3px 2px #376F76; box-shadow:1px 1px 3px 2px #376F76;">
Div content here
</div>
This text has color #376F76 on black background.
This text has color #376F76 on white background.
This text has black color on #376F76 background.
This text has white color on #376F76 background.
Complementary color for #hex is #C89089.