HEX: #377987
RGB: (55,121,135)
#377987 contains mainly green and blue colors. Web safe color of #377987 is #336699 (or #369).
#377987 color RGB value is (55,121,135).
RGB: (55,121,135)
(22%, 47%, 53%)
R 55 of 255 = 22%
G 121 of 255 = 47%
B 135 of 255 = 53%
R + G + B ~ 41%. #377987 is middle color (not dark and not light).
R + G + B = 55 + 121 + 135 = 311 (100%)
R 55 of 311 ~ 17.68%
G 121 of 311 ~ 38.91%
B 135 of 311 ~ 43.41'%
#377987 color CMYK value is (59,10,0,47).
CMYK: (59,10,0,47)
C59M10Y0K47 (59%, 10%, 0%, 47%)
(0.59 / 0.10 / 0.00 / 0.47)
Color #377987 in popluar color models
37 | 79 | 87 | |
---|---|---|---|
RGB | 55 | 121 | 135 |
HSL | 191° | 42.11% | 37.25% |
HSB/HSV | 191° | 59.26% | 52.94% |
CMYK | 59.26% | 10.37% | 0.00% |
47.06% |
Color #377987 in popluar number systems.
HEX | 37 | 79 | 87 |
Decimal | 55 | 121 | 135 |
Binary | 110111 | 1111001 | 10000111 |
Octal | 67 | 171 | 207 |
Shades of #377987
Tints of #377987
Examples of css and html codes for elements with #377987 color. Also use rgb(55,121,135) instead hex code.
.myTextColor { color: #377987; }
<p style="color:#377987">This sample text font color is #377987.</p>
This text font color is #377987.
.myBgColor { background-color: #377987; }
<div style="background-color:#377987">Inner text</div>
This div background color is #377987.
.myBorderColor { border: 1px solid #377987; }
<div style="border:3px solid #377987">Div</div>
This div border color is #377987.
.myOpacity80 { color: #377987; opacity: 0.8; }
<p style="color:#377987;opacity:0.8;">80%</p>
Text with #377987 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #377987;}
<p style="text-shadow: 3px 3px 1px #377987">Text here.</p>
This text has shadow with #377987 color.
.textShadow {text-shadow: 3px 3px 1px #377987', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #377987, 5px 5px 20px red">Text here.</p>
This text has shadow with #377987 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#377987, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#377987, Direction=45, Strength=4)">Text</p>
This text has shadow with #377987 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #377987;
-webkit-box-shadow: 1px 1px 3px 2px #377987;
box-shadow: 1px 1px 3px 2px #377987;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #377987; -webkit-box-shadow: 1px 1px 3px 2px #377987; box-shadow:1px 1px 3px 2px #377987;">
Div content here
</div>
This text has color #377987 on black background.
This text has color #377987 on white background.
This text has black color on #377987 background.
This text has white color on #377987 background.
Complementary color for #hex is #C88678.