HEX: #373476
RGB: (55,52,118)
#373476 contains mainly blue color. Web safe color of #373476 is #333366 (or #336).
#373476 color RGB value is (55,52,118).
RGB: (55,52,118) (22%,20%,46%)
R 55 of 255 = 22%
G 52 of 255 = 20%
B 118 of 255 = 46%
R + G + B ~ 29%. #373476 is quite dark color.
R + G + B =
55 + 52 + 118 = 225 (100%)
R 55 of 225 ~ 24.44%
G 52 of 225 ~ 23.11%
B 118 of 225 ~ 52.44%
#373476 color CMYK value is (53,56,0,54).
CMYK: (53,56,0,54) C53M56Y0K54 (53%,56%,0%,54%) (0.53/0.56/0.00/0.54)
37 | 34 | 76 | |
---|---|---|---|
RGB | 55 | 52 | 118 |
HSL | 243° | 38.82% | 33.33% |
HSB/HSV | 243° | 55.93% | 46.27% |
CMYK | 53.39% | 55.93% | 0.00% |
53.73% |
HEX | 37 | 34 | 76 |
Decimal | 55 | 52 | 118 |
Binary | 110111 | 110100 | 1110110 |
Octal | 67 | 64 | 166 |
Examples of css and html codes for elements with #373476 color. Also use rgb(55,52,118) instead hex code.
.myTextColor { color: #373476; }
<p style="color:#373476">This sample text font color is #373476.</p>
This text font color is #373476.
.myBgColor { background-color: #373476; }
<div style="background-color:#373476">Inner text</div>
This div background color is #373476.
.myBorderColor { border: 1px solid #373476; }
<div style="border:3px solid #373476">Div</div>
This div border color is #373476.
.myOpacity80 { color: #373476; opacity: 0.8; }
<p style="color:#373476;opacity:0.8;">80%</p>
Text with #373476 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #373476;}
<p style="text-shadow: 3px 3px 1px #373476">Text here.</p>
This text has shadow with #373476 color.
.textShadow {text-shadow: 3px 3px 1px #373476, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #373476, 5px 5px 20px red">Text here.</p>
This text has shadow with #373476 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#373476, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#373476, Direction=45, Strength=4)">Text</p>
This text has shadow with #373476 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #373476; -webkit-box-shadow: 1px 1px 3px 2px #373476; box-shadow: 1px 1px 3px 2px #373476; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #373476; -webkit-box-shadow: 1px 1px 3px 2px #373476; box-shadow:1px 1px 3px 2px #373476;">
Div content here</div>
This text has color #373476 on black background.
This text has color #373476 on white background.
This text has black color on #373476 background.
This text has white color on #373476 background.