HEX: #477C4F
RGB: (71,124,79)
#477C4F contains red, green and blue colors in about the same proportion. #477C4F ‘ nin web güvenlik rengi #336666 (ya da #366) dir.
#477C4F color RGB value is (71,124,79).
RGB: (71,124,79)
(28%, 49%, 31%)
R 71 of 255 = 28%
G 124 of 255 = 49%
B 79 of 255 = 31%
R + G + B ~ 36%. #477C4F is quite dark color.
R + G + B = 71 + 124 + 79 = 274 (100%)
R 71 of 274 ~ 25.91%
G 124 of 274 ~ 45.26%
B 79 of 274 ~ 28.83'%
#477C4F rengi CMYK tonu (43,0,36,51).
CMYK: (43,0,36,51)
C43M0Y36K51 (43%, 0%, 36%, 51%)
(0.43 / 0.00 / 0.36 / 0.51)
Color #477C4F in popluar color models
47 | 7C | 4F | |
---|---|---|---|
RGB | 71 | 124 | 79 |
HSL | 129° | 27.18% | 38.24% |
HSB/HSV | 129° | 42.74% | 48.63% |
CMYK | 42.74% | 0.00% | 36.29% |
51.37% |
Color #477C4F in popluar number systems.
HEX | 47 | 7C | 4F |
Decimal | 71 | 124 | 79 |
Binary | 1000111 | 1111100 | 1001111 |
Octal | 107 | 174 | 117 |
Shades of #477C4F
Tints of #477C4F
Examples of css and html codes for elements with #477C4F color. Also use rgb(71,124,79) instead hex code.
.myTextColor { color: #477C4F; }
<p style="color:#477C4F">This sample text font color is #477C4F.</p>
This text font color is #477C4F.
.myBgColor { background-color: #477C4F; }
<div style="background-color:#477C4F">Inner text</div>
This div background color is #477C4F.
.myBorderColor { border: 1px solid #477C4F; }
<div style="border:3px solid #477C4F">Div</div>
This div border color is #477C4F.
.myOpacity80 { color: #477C4F; opacity: 0.8; }
<p style="color:#477C4F;opacity:0.8;">80%</p>
Text with #477C4F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477C4F;}
<p style="text-shadow: 3px 3px 1px #477C4F">Text here.</p>
This text has shadow with #477C4F color.
.textShadow {text-shadow: 3px 3px 1px #477C4F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477C4F, 5px 5px 20px red">Text here.</p>
This text has shadow with #477C4F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477C4F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477C4F, Direction=45, Strength=4)">Text</p>
This text has shadow with #477C4F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #477C4F;
-webkit-box-shadow: 1px 1px 3px 2px #477C4F;
box-shadow: 1px 1px 3px 2px #477C4F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #477C4F; -webkit-box-shadow: 1px 1px 3px 2px #477C4F; box-shadow:1px 1px 3px 2px #477C4F;">
Div content here
</div>
This text has color #477C4F on black background.
This text has color #477C4F on white background.
This text has black color on #477C4F background.
This text has white color on #477C4F background.
Complementary color for #hex is #B883B0.