HEX: #373446
RGB: (55,52,70)
#373446 contains red, green and blue colors in about the same proportion. Web safe color of #373446 is #333333 (or #333).
#373446 color RGB value is (55,52,70).
RGB: (55,52,70) (22%,20%,27%)
R 55 of 255 = 22%
G 52 of 255 = 20%
B 70 of 255 = 27%
R + G + B ~ 23%. #373446 is dark color.
R + G + B =
55 + 52 + 70 = 177 (100%)
R 55 of 177 ~ 31.07%
G 52 of 177 ~ 29.38%
B 70 of 177 ~ 39.55%
#373446 color CMYK value is (21,26,0,73).
CMYK: (21,26,0,73) C21M26Y0K73 (21%,26%,0%,73%) (0.21/0.26/0.00/0.73)
37 | 34 | 46 | |
---|---|---|---|
RGB | 55 | 52 | 70 |
HSL | 250° | 14.75% | 23.92% |
HSB/HSV | 250° | 25.71% | 27.45% |
CMYK | 21.43% | 25.71% | 0.00% |
72.55% |
HEX | 37 | 34 | 46 |
Decimal | 55 | 52 | 70 |
Binary | 110111 | 110100 | 1000110 |
Octal | 67 | 64 | 106 |
Examples of css and html codes for elements with #373446 color. Also use rgb(55,52,70) instead hex code.
.myTextColor { color: #373446; }
<p style="color:#373446">This sample text font color is #373446.</p>
This text font color is #373446.
.myBgColor { background-color: #373446; }
<div style="background-color:#373446">Inner text</div>
This div background color is #373446.
.myBorderColor { border: 1px solid #373446; }
<div style="border:3px solid #373446">Div</div>
This div border color is #373446.
.myOpacity80 { color: #373446; opacity: 0.8; }
<p style="color:#373446;opacity:0.8;">80%</p>
Text with #373446 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #373446;}
<p style="text-shadow: 3px 3px 1px #373446">Text here.</p>
This text has shadow with #373446 color.
.textShadow {text-shadow: 3px 3px 1px #373446, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #373446, 5px 5px 20px red">Text here.</p>
This text has shadow with #373446 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#373446, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#373446, Direction=45, Strength=4)">Text</p>
This text has shadow with #373446 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #373446; -webkit-box-shadow: 1px 1px 3px 2px #373446; box-shadow: 1px 1px 3px 2px #373446; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #373446; -webkit-box-shadow: 1px 1px 3px 2px #373446; box-shadow:1px 1px 3px 2px #373446;">
Div content here</div>
This text has color #373446 on black background.
This text has color #373446 on white background.
This text has black color on #373446 background.
This text has white color on #373446 background.