HEX: #477D4D
RGB: (71,125,77)
#477D4D contains red, green and blue colors in about the same proportion. #477D4D ‘ nin web güvenlik rengi #336633 (ya da #363) dir.
#477D4D color RGB value is (71,125,77).
RGB: (71,125,77)
(28%, 49%, 30%)
R 71 of 255 = 28%
G 125 of 255 = 49%
B 77 of 255 = 30%
R + G + B ~ 36%. #477D4D is quite dark color.
R + G + B = 71 + 125 + 77 = 273 (100%)
R 71 of 273 ~ 26.01%
G 125 of 273 ~ 45.79%
B 77 of 273 ~ 28.21'%
#477D4D rengi CMYK tonu (43,0,38,51).
CMYK: (43,0,38,51)
C43M0Y38K51 (43%, 0%, 38%, 51%)
(0.43 / 0.00 / 0.38 / 0.51)
Color #477D4D in popluar color models
47 | 7D | 4D | |
---|---|---|---|
RGB | 71 | 125 | 77 |
HSL | 127° | 27.55% | 38.43% |
HSB/HSV | 127° | 43.20% | 49.02% |
CMYK | 43.20% | 0.00% | 38.40% |
50.98% |
Color #477D4D in popluar number systems.
HEX | 47 | 7D | 4D |
Decimal | 71 | 125 | 77 |
Binary | 1000111 | 1111101 | 1001101 |
Octal | 107 | 175 | 115 |
Shades of #477D4D
Tints of #477D4D
Examples of css and html codes for elements with #477D4D color. Also use rgb(71,125,77) instead hex code.
.myTextColor { color: #477D4D; }
<p style="color:#477D4D">This sample text font color is #477D4D.</p>
This text font color is #477D4D.
.myBgColor { background-color: #477D4D; }
<div style="background-color:#477D4D">Inner text</div>
This div background color is #477D4D.
.myBorderColor { border: 1px solid #477D4D; }
<div style="border:3px solid #477D4D">Div</div>
This div border color is #477D4D.
.myOpacity80 { color: #477D4D; opacity: 0.8; }
<p style="color:#477D4D;opacity:0.8;">80%</p>
Text with #477D4D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477D4D;}
<p style="text-shadow: 3px 3px 1px #477D4D">Text here.</p>
This text has shadow with #477D4D color.
.textShadow {text-shadow: 3px 3px 1px #477D4D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477D4D, 5px 5px 20px red">Text here.</p>
This text has shadow with #477D4D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477D4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477D4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #477D4D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #477D4D;
-webkit-box-shadow: 1px 1px 3px 2px #477D4D;
box-shadow: 1px 1px 3px 2px #477D4D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #477D4D; -webkit-box-shadow: 1px 1px 3px 2px #477D4D; box-shadow:1px 1px 3px 2px #477D4D;">
Div content here
</div>
This text has color #477D4D on black background.
This text has color #477D4D on white background.
This text has black color on #477D4D background.
This text has white color on #477D4D background.
Complementary color for #hex is #B882B2.