HEX: #364347
RGB: (54,67,71)
#364347 contains red, green and blue colors in about the same proportion. Web safe color of #364347 is #333333 (or #333).
#364347 color RGB value is (54,67,71).
RGB: (54,67,71) (21%,26%,28%)
R 54 of 255 = 21%
G 67 of 255 = 26%
B 71 of 255 = 28%
R + G + B ~ 25%. #364347 is quite dark color.
R + G + B =
54 + 67 + 71 = 192 (100%)
R 54 of 192 ~ 28.13%
G 67 of 192 ~ 34.9%
B 71 of 192 ~ 36.98%
#364347 color CMYK value is (24,6,0,72).
CMYK: (24,6,0,72) C24M6Y0K72 (24%,6%,0%,72%) (0.24/0.06/0.00/0.72)
36 | 43 | 47 | |
---|---|---|---|
RGB | 54 | 67 | 71 |
HSL | 194° | 13.60% | 24.51% |
HSB/HSV | 194° | 23.94% | 27.84% |
CMYK | 23.94% | 5.63% | 0.00% |
72.16% |
HEX | 36 | 43 | 47 |
Decimal | 54 | 67 | 71 |
Binary | 110110 | 1000011 | 1000111 |
Octal | 66 | 103 | 107 |
Examples of css and html codes for elements with #364347 color. Also use rgb(54,67,71) instead hex code.
.myTextColor { color: #364347; }
<p style="color:#364347">This sample text font color is #364347.</p>
This text font color is #364347.
.myBgColor { background-color: #364347; }
<div style="background-color:#364347">Inner text</div>
This div background color is #364347.
.myBorderColor { border: 1px solid #364347; }
<div style="border:3px solid #364347">Div</div>
This div border color is #364347.
.myOpacity80 { color: #364347; opacity: 0.8; }
<p style="color:#364347;opacity:0.8;">80%</p>
Text with #364347 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #364347;}
<p style="text-shadow: 3px 3px 1px #364347">Text here.</p>
This text has shadow with #364347 color.
.textShadow {text-shadow: 3px 3px 1px #364347, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #364347, 5px 5px 20px red">Text here.</p>
This text has shadow with #364347 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#364347, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#364347, Direction=45, Strength=4)">Text</p>
This text has shadow with #364347 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #364347; -webkit-box-shadow: 1px 1px 3px 2px #364347; box-shadow: 1px 1px 3px 2px #364347; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #364347; -webkit-box-shadow: 1px 1px 3px 2px #364347; box-shadow:1px 1px 3px 2px #364347;">
Div content here</div>
This text has color #364347 on black background.
This text has color #364347 on white background.
This text has black color on #364347 background.
This text has white color on #364347 background.