HEX: #375482
RGB: (55,84,130)
#375482 contains mainly green and blue colors. Web safe color of #375482 is #336699 (or #369).
#375482 color RGB value is (55,84,130).
RGB: (55,84,130) (22%,33%,51%)
R 55 of 255 = 22%
G 84 of 255 = 33%
B 130 of 255 = 51%
R + G + B ~ 35%. #375482 is quite dark color.
R + G + B =
55 + 84 + 130 = 269 (100%)
R 55 of 269 ~ 20.45%
G 84 of 269 ~ 31.23%
B 130 of 269 ~ 48.33%
#375482 color CMYK value is (58,35,0,49).
CMYK: (58,35,0,49) C58M35Y0K49 (58%,35%,0%,49%) (0.58/0.35/0.00/0.49)
37 | 54 | 82 | |
---|---|---|---|
RGB | 55 | 84 | 130 |
HSL | 217° | 40.54% | 36.27% |
HSB/HSV | 217° | 57.69% | 50.98% |
CMYK | 57.69% | 35.38% | 0.00% |
49.02% |
HEX | 37 | 54 | 82 |
Decimal | 55 | 84 | 130 |
Binary | 110111 | 1010100 | 10000010 |
Octal | 67 | 124 | 202 |
Examples of css and html codes for elements with #375482 color. Also use rgb(55,84,130) instead hex code.
.myTextColor { color: #375482; }
<p style="color:#375482">This sample text font color is #375482.</p>
This text font color is #375482.
.myBgColor { background-color: #375482; }
<div style="background-color:#375482">Inner text</div>
This div background color is #375482.
.myBorderColor { border: 1px solid #375482; }
<div style="border:3px solid #375482">Div</div>
This div border color is #375482.
.myOpacity80 { color: #375482; opacity: 0.8; }
<p style="color:#375482;opacity:0.8;">80%</p>
Text with #375482 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #375482;}
<p style="text-shadow: 3px 3px 1px #375482">Text here.</p>
This text has shadow with #375482 color.
.textShadow {text-shadow: 3px 3px 1px #375482, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #375482, 5px 5px 20px red">Text here.</p>
This text has shadow with #375482 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#375482, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#375482, Direction=45, Strength=4)">Text</p>
This text has shadow with #375482 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #375482; -webkit-box-shadow: 1px 1px 3px 2px #375482; box-shadow: 1px 1px 3px 2px #375482; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #375482; -webkit-box-shadow: 1px 1px 3px 2px #375482; box-shadow:1px 1px 3px 2px #375482;">
Div content here</div>
This text has color #375482 on black background.
This text has color #375482 on white background.
This text has black color on #375482 background.
This text has white color on #375482 background.