HEX: #47774D
RGB: (71,119,77)
#47774D contains red, green and blue colors in about the same proportion. Web safe color of #47774D is #336633 (or #363).
#47774D color RGB value is (71,119,77).
RGB: (71,119,77) (28%,47%,30%)
R 71 of 255 = 28%
G 119 of 255 = 47%
B 77 of 255 = 30%
R + G + B ~ 35%. #47774D is quite dark color.
R + G + B =
71 + 119 + 77 = 267 (100%)
R 71 of 267 ~ 26.59%
G 119 of 267 ~ 44.57%
B 77 of 267 ~ 28.84%
#47774D color CMYK value is (40,0,35,53).
CMYK: (40,0,35,53) C40M0Y35K53 (40%,0%,35%,53%) (0.40/0.00/0.35/0.53)
47 | 77 | 4D | |
---|---|---|---|
RGB | 71 | 119 | 77 |
HSL | 128° | 25.26% | 37.25% |
HSB/HSV | 128° | 40.34% | 46.67% |
CMYK | 40.34% | 0.00% | 35.29% |
53.33% |
HEX | 47 | 77 | 4D |
Decimal | 71 | 119 | 77 |
Binary | 1000111 | 1110111 | 1001101 |
Octal | 107 | 167 | 115 |
Examples of css and html codes for elements with #47774D color. Also use rgb(71,119,77) instead hex code.
.myTextColor { color: #47774D; }
<p style="color:#47774D">This sample text font color is #47774D.</p>
This text font color is #47774D.
.myBgColor { background-color: #47774D; }
<div style="background-color:#47774D">Inner text</div>
This div background color is #47774D.
.myBorderColor { border: 1px solid #47774D; }
<div style="border:3px solid #47774D">Div</div>
This div border color is #47774D.
.myOpacity80 { color: #47774D; opacity: 0.8; }
<p style="color:#47774D;opacity:0.8;">80%</p>
Text with #47774D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47774D;}
<p style="text-shadow: 3px 3px 1px #47774D">Text here.</p>
This text has shadow with #47774D color.
.textShadow {text-shadow: 3px 3px 1px #47774D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47774D, 5px 5px 20px red">Text here.</p>
This text has shadow with #47774D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47774D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47774D, Direction=45, Strength=4)">Text</p>
This text has shadow with #47774D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47774D; -webkit-box-shadow: 1px 1px 3px 2px #47774D; box-shadow: 1px 1px 3px 2px #47774D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #47774D; -webkit-box-shadow: 1px 1px 3px 2px #47774D; box-shadow:1px 1px 3px 2px #47774D;">
Div content here</div>
This text has color #47774D on black background.
This text has color #47774D on white background.
This text has black color on #47774D background.
This text has white color on #47774D background.