HEX: #557740
RGB: (85,119,64)
#557740 contains red, green and blue colors in about the same proportion. Web safe color of #557740 is #666633 (or #663).
#557740 color RGB value is (85,119,64).
RGB: (85,119,64) (33%,47%,25%)
R 85 of 255 = 33%
G 119 of 255 = 47%
B 64 of 255 = 25%
R + G + B ~ 35%. #557740 is quite dark color.
R + G + B =
85 + 119 + 64 = 268 (100%)
R 85 of 268 ~ 31.72%
G 119 of 268 ~ 44.4%
B 64 of 268 ~ 23.88%
#557740 color CMYK value is (29,0,46,53).
CMYK: (29,0,46,53) C29M0Y46K53 (29%,0%,46%,53%) (0.29/0.00/0.46/0.53)
55 | 77 | 40 | |
---|---|---|---|
RGB | 85 | 119 | 64 |
HSL | 97° | 30.05% | 35.88% |
HSB/HSV | 97° | 46.22% | 46.67% |
CMYK | 28.57% | 0.00% | 46.22% |
53.33% |
HEX | 55 | 77 | 40 |
Decimal | 85 | 119 | 64 |
Binary | 1010101 | 1110111 | 1000000 |
Octal | 125 | 167 | 100 |
Examples of css and html codes for elements with #557740 color. Also use rgb(85,119,64) instead hex code.
.myTextColor { color: #557740; }
<p style="color:#557740">This sample text font color is #557740.</p>
This text font color is #557740.
.myBgColor { background-color: #557740; }
<div style="background-color:#557740">Inner text</div>
This div background color is #557740.
.myBorderColor { border: 1px solid #557740; }
<div style="border:3px solid #557740">Div</div>
This div border color is #557740.
.myOpacity80 { color: #557740; opacity: 0.8; }
<p style="color:#557740;opacity:0.8;">80%</p>
Text with #557740 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #557740;}
<p style="text-shadow: 3px 3px 1px #557740">Text here.</p>
This text has shadow with #557740 color.
.textShadow {text-shadow: 3px 3px 1px #557740, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #557740, 5px 5px 20px red">Text here.</p>
This text has shadow with #557740 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#557740, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#557740, Direction=45, Strength=4)">Text</p>
This text has shadow with #557740 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #557740; -webkit-box-shadow: 1px 1px 3px 2px #557740; box-shadow: 1px 1px 3px 2px #557740; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #557740; -webkit-box-shadow: 1px 1px 3px 2px #557740; box-shadow:1px 1px 3px 2px #557740;">
Div content here</div>
This text has color #557740 on black background.
This text has color #557740 on white background.
This text has black color on #557740 background.
This text has white color on #557740 background.