HEX: #376075
RGB: (55,96,117)
#376075 contains mainly green and blue colors. Web safe color of #376075 is #336666 (or #366).
#376075 color RGB value is (55,96,117).
RGB: (55,96,117) (22%,38%,46%)
R 55 of 255 = 22%
G 96 of 255 = 38%
B 117 of 255 = 46%
R + G + B ~ 35%. #376075 is quite dark color.
R + G + B =
55 + 96 + 117 = 268 (100%)
R 55 of 268 ~ 20.52%
G 96 of 268 ~ 35.82%
B 117 of 268 ~ 43.66%
#376075 color CMYK value is (53,18,0,54).
CMYK: (53,18,0,54) C53M18Y0K54 (53%,18%,0%,54%) (0.53/0.18/0.00/0.54)
37 | 60 | 75 | |
---|---|---|---|
RGB | 55 | 96 | 117 |
HSL | 200° | 36.05% | 33.73% |
HSB/HSV | 200° | 52.99% | 45.88% |
CMYK | 52.99% | 17.95% | 0.00% |
54.12% |
HEX | 37 | 60 | 75 |
Decimal | 55 | 96 | 117 |
Binary | 110111 | 1100000 | 1110101 |
Octal | 67 | 140 | 165 |
Examples of css and html codes for elements with #376075 color. Also use rgb(55,96,117) instead hex code.
.myTextColor { color: #376075; }
<p style="color:#376075">This sample text font color is #376075.</p>
This text font color is #376075.
.myBgColor { background-color: #376075; }
<div style="background-color:#376075">Inner text</div>
This div background color is #376075.
.myBorderColor { border: 1px solid #376075; }
<div style="border:3px solid #376075">Div</div>
This div border color is #376075.
.myOpacity80 { color: #376075; opacity: 0.8; }
<p style="color:#376075;opacity:0.8;">80%</p>
Text with #376075 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #376075;}
<p style="text-shadow: 3px 3px 1px #376075">Text here.</p>
This text has shadow with #376075 color.
.textShadow {text-shadow: 3px 3px 1px #376075, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #376075, 5px 5px 20px red">Text here.</p>
This text has shadow with #376075 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#376075, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#376075, Direction=45, Strength=4)">Text</p>
This text has shadow with #376075 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #376075; -webkit-box-shadow: 1px 1px 3px 2px #376075; box-shadow: 1px 1px 3px 2px #376075; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #376075; -webkit-box-shadow: 1px 1px 3px 2px #376075; box-shadow:1px 1px 3px 2px #376075;">
Div content here</div>
This text has color #376075 on black background.
This text has color #376075 on white background.
This text has black color on #376075 background.
This text has white color on #376075 background.