HEX: #337187
RGB: (51,113,135)
#337187 contains mainly green and blue colors. Web safe color of #337187 is #336699 (or #369).
#337187 color RGB value is (51,113,135).
RGB: (51,113,135) (20%,44%,53%)
R 51 of 255 = 20%
G 113 of 255 = 44%
B 135 of 255 = 53%
R + G + B ~ 39%. #337187 is quite dark color.
R + G + B =
51 + 113 + 135 = 299 (100%)
R 51 of 299 ~ 17.06%
G 113 of 299 ~ 37.79%
B 135 of 299 ~ 45.15%
#337187 color CMYK value is (62,16,0,47).
CMYK: (62,16,0,47) C62M16Y0K47 (62%,16%,0%,47%) (0.62/0.16/0.00/0.47)
33 | 71 | 87 | |
---|---|---|---|
RGB | 51 | 113 | 135 |
HSL | 196° | 45.16% | 36.47% |
HSB/HSV | 196° | 62.22% | 52.94% |
CMYK | 62.22% | 16.30% | 0.00% |
47.06% |
HEX | 33 | 71 | 87 |
Decimal | 51 | 113 | 135 |
Binary | 110011 | 1110001 | 10000111 |
Octal | 63 | 161 | 207 |
Examples of css and html codes for elements with #337187 color. Also use rgb(51,113,135) instead hex code.
.myTextColor { color: #337187; }
<p style="color:#337187">This sample text font color is #337187.</p>
This text font color is #337187.
.myBgColor { background-color: #337187; }
<div style="background-color:#337187">Inner text</div>
This div background color is #337187.
.myBorderColor { border: 1px solid #337187; }
<div style="border:3px solid #337187">Div</div>
This div border color is #337187.
.myOpacity80 { color: #337187; opacity: 0.8; }
<p style="color:#337187;opacity:0.8;">80%</p>
Text with #337187 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #337187;}
<p style="text-shadow: 3px 3px 1px #337187">Text here.</p>
This text has shadow with #337187 color.
.textShadow {text-shadow: 3px 3px 1px #337187, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #337187, 5px 5px 20px red">Text here.</p>
This text has shadow with #337187 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#337187, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#337187, Direction=45, Strength=4)">Text</p>
This text has shadow with #337187 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #337187; -webkit-box-shadow: 1px 1px 3px 2px #337187; box-shadow: 1px 1px 3px 2px #337187; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #337187; -webkit-box-shadow: 1px 1px 3px 2px #337187; box-shadow:1px 1px 3px 2px #337187;">
Div content here</div>
This text has color #337187 on black background.
This text has color #337187 on white background.
This text has black color on #337187 background.
This text has white color on #337187 background.