HEX: #366247
RGB: (54,98,71)
#366247 contains red, green and blue colors in about the same proportion. Web safe color of #366247 is #336633 (or #363).
#366247 color RGB value is (54,98,71).
RGB: (54,98,71) (21%,38%,28%)
R 54 of 255 = 21%
G 98 of 255 = 38%
B 71 of 255 = 28%
R + G + B ~ 29%. #366247 is quite dark color.
R + G + B =
54 + 98 + 71 = 223 (100%)
R 54 of 223 ~ 24.22%
G 98 of 223 ~ 43.95%
B 71 of 223 ~ 31.84%
#366247 color CMYK value is (45,0,28,62).
CMYK: (45,0,28,62) C45M0Y28K62 (45%,0%,28%,62%) (0.45/0.00/0.28/0.62)
36 | 62 | 47 | |
---|---|---|---|
RGB | 54 | 98 | 71 |
HSL | 143° | 28.95% | 29.80% |
HSB/HSV | 143° | 44.90% | 38.43% |
CMYK | 44.90% | 0.00% | 27.55% |
61.57% |
HEX | 36 | 62 | 47 |
Decimal | 54 | 98 | 71 |
Binary | 110110 | 1100010 | 1000111 |
Octal | 66 | 142 | 107 |
Examples of css and html codes for elements with #366247 color. Also use rgb(54,98,71) instead hex code.
.myTextColor { color: #366247; }
<p style="color:#366247">This sample text font color is #366247.</p>
This text font color is #366247.
.myBgColor { background-color: #366247; }
<div style="background-color:#366247">Inner text</div>
This div background color is #366247.
.myBorderColor { border: 1px solid #366247; }
<div style="border:3px solid #366247">Div</div>
This div border color is #366247.
.myOpacity80 { color: #366247; opacity: 0.8; }
<p style="color:#366247;opacity:0.8;">80%</p>
Text with #366247 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #366247;}
<p style="text-shadow: 3px 3px 1px #366247">Text here.</p>
This text has shadow with #366247 color.
.textShadow {text-shadow: 3px 3px 1px #366247, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #366247, 5px 5px 20px red">Text here.</p>
This text has shadow with #366247 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#366247, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#366247, Direction=45, Strength=4)">Text</p>
This text has shadow with #366247 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #366247; -webkit-box-shadow: 1px 1px 3px 2px #366247; box-shadow: 1px 1px 3px 2px #366247; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #366247; -webkit-box-shadow: 1px 1px 3px 2px #366247; box-shadow:1px 1px 3px 2px #366247;">
Div content here</div>
This text has color #366247 on black background.
This text has color #366247 on white background.
This text has black color on #366247 background.
This text has white color on #366247 background.