HEX: #355549
RGB: (53,85,73)
#355549 contains red, green and blue colors in about the same proportion. Web safe color of #355549 is #336633 (or #363).
#355549 color RGB value is (53,85,73).
RGB: (53,85,73) (21%,33%,29%)
R 53 of 255 = 21%
G 85 of 255 = 33%
B 73 of 255 = 29%
R + G + B ~ 28%. #355549 is quite dark color.
R + G + B =
53 + 85 + 73 = 211 (100%)
R 53 of 211 ~ 25.12%
G 85 of 211 ~ 40.28%
B 73 of 211 ~ 34.6%
#355549 color CMYK value is (38,0,14,67).
CMYK: (38,0,14,67) C38M0Y14K67 (38%,0%,14%,67%) (0.38/0.00/0.14/0.67)
35 | 55 | 49 | |
---|---|---|---|
RGB | 53 | 85 | 73 |
HSL | 158° | 23.19% | 27.06% |
HSB/HSV | 158° | 37.65% | 33.33% |
CMYK | 37.65% | 0.00% | 14.12% |
66.67% |
HEX | 35 | 55 | 49 |
Decimal | 53 | 85 | 73 |
Binary | 110101 | 1010101 | 1001001 |
Octal | 65 | 125 | 111 |
Examples of css and html codes for elements with #355549 color. Also use rgb(53,85,73) instead hex code.
.myTextColor { color: #355549; }
<p style="color:#355549">This sample text font color is #355549.</p>
This text font color is #355549.
.myBgColor { background-color: #355549; }
<div style="background-color:#355549">Inner text</div>
This div background color is #355549.
.myBorderColor { border: 1px solid #355549; }
<div style="border:3px solid #355549">Div</div>
This div border color is #355549.
.myOpacity80 { color: #355549; opacity: 0.8; }
<p style="color:#355549;opacity:0.8;">80%</p>
Text with #355549 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #355549;}
<p style="text-shadow: 3px 3px 1px #355549">Text here.</p>
This text has shadow with #355549 color.
.textShadow {text-shadow: 3px 3px 1px #355549, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #355549, 5px 5px 20px red">Text here.</p>
This text has shadow with #355549 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#355549, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#355549, Direction=45, Strength=4)">Text</p>
This text has shadow with #355549 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #355549; -webkit-box-shadow: 1px 1px 3px 2px #355549; box-shadow: 1px 1px 3px 2px #355549; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #355549; -webkit-box-shadow: 1px 1px 3px 2px #355549; box-shadow:1px 1px 3px 2px #355549;">
Div content here</div>
This text has color #355549 on black background.
This text has color #355549 on white background.
This text has black color on #355549 background.
This text has white color on #355549 background.