HEX: #377792
RGB: (55,119,146)
#377792 contains mainly green and blue colors. Web safe color of #377792 is #336699 (or #369).
#377792 color RGB value is (55,119,146).
RGB: (55,119,146)
(22%, 47%, 57%)
R 55 of 255 = 22%
G 119 of 255 = 47%
B 146 of 255 = 57%
R + G + B ~ 42%. #377792 is middle color (not dark and not light).
R + G + B = 55 + 119 + 146 = 320 (100%)
R 55 of 320 ~ 17.19%
G 119 of 320 ~ 37.19%
B 146 of 320 ~ 45.63'%
#377792 color CMYK value is (62,18,0,43).
CMYK: (62,18,0,43) C62M18Y0K43 (62%,18%,0%,43%) (0.62/0.18/0.00/0.43)
Color #377792 in popluar color models
37 | 77 | 92 | |
---|---|---|---|
RGB | 55 | 119 | 146 |
HSL | 198° | 45.27% | 39.41% |
HSB/HSV | 198° | 62.33% | 57.25% |
CMYK | 62.33% | 18.49% | 0.00% |
42.75% |
Color #377792 in popluar number systems.
HEX | 37 | 77 | 92 |
Decimal | 55 | 119 | 146 |
Binary | 110111 | 1110111 | 10010010 |
Octal | 67 | 167 | 222 |
Shades of #377792
Tints of #377792
Examples of css and html codes for elements with #377792 color. Also use rgb(55,119,146) instead hex code.
.myTextColor { color: #377792; }
<p style="color:#377792">This sample text font color is #377792.</p>
This text font color is #377792.
.myBgColor { background-color: #377792; }
<div style="background-color:#377792">Inner text</div>
This div background color is #377792.
.myBorderColor { border: 1px solid #377792; }
<div style="border:3px solid #377792">Div</div>
This div border color is #377792.
.myOpacity80 { color: #377792; opacity: 0.8; }
<p style="color:#377792;opacity:0.8;">80%</p>
Text with #377792 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #377792;}
<p style="text-shadow: 3px 3px 1px #377792">Text here.</p>
This text has shadow with #377792 color.
.textShadow {text-shadow: 3px 3px 1px #377792', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #377792, 5px 5px 20px red">Text here.</p>
This text has shadow with #377792 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#377792, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#377792, Direction=45, Strength=4)">Text</p>
This text has shadow with #377792 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #377792;
-webkit-box-shadow: 1px 1px 3px 2px #377792;
box-shadow: 1px 1px 3px 2px #377792;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #377792; -webkit-box-shadow: 1px 1px 3px 2px #377792; box-shadow:1px 1px 3px 2px #377792;">
Div content here
</div>
This text has color #377792 on black background.
This text has color #377792 on white background.
This text has black color on #377792 background.
This text has white color on #377792 background.
Complementary color for #hex is #C8886D.