HEX: #474C20
RGB: (71,76,32)
#474C20 contains red, green and blue colors in about the same proportion. #474C20 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.
#474C20 color RGB value is (71,76,32).
RGB: (71,76,32)
(28%, 30%, 13%)
R 71 of 255 = 28%
G 76 of 255 = 30%
B 32 of 255 = 13%
R + G + B ~ 24%. #474C20 is dark color.
R + G + B = 71 + 76 + 32 = 179 (100%)
R 71 of 179 ~ 39.66%
G 76 of 179 ~ 42.46%
B 32 of 179 ~ 17.88'%
#474C20 rengi CMYK tonu (7,0,58,70).
CMYK: (7,0,58,70) C7M0Y58K70 (7%,0%,58%,70%) (0.07/0.00/0.58/0.70)
Color #474C20 in popluar color models
47 | 4C | 20 | |
---|---|---|---|
RGB | 71 | 76 | 32 |
HSL | 67° | 40.74% | 21.18% |
HSB/HSV | 67° | 57.89% | 29.80% |
CMYK | 6.58% | 0.00% | 57.89% |
70.20% |
Color #474C20 in popluar number systems.
HEX | 47 | 4C | 20 |
Decimal | 71 | 76 | 32 |
Binary | 1000111 | 1001100 | 100000 |
Octal | 107 | 114 | 40 |
Shades of #474C20
Tints of #474C20
Examples of css and html codes for elements with #474C20 color. Also use rgb(71,76,32) instead hex code.
.myTextColor { color: #474C20; }
<p style="color:#474C20">This sample text font color is #474C20.</p>
This text font color is #474C20.
.myBgColor { background-color: #474C20; }
<div style="background-color:#474C20">Inner text</div>
This div background color is #474C20.
.myBorderColor { border: 1px solid #474C20; }
<div style="border:3px solid #474C20">Div</div>
This div border color is #474C20.
.myOpacity80 { color: #474C20; opacity: 0.8; }
<p style="color:#474C20;opacity:0.8;">80%</p>
Text with #474C20 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474C20;}
<p style="text-shadow: 3px 3px 1px #474C20">Text here.</p>
This text has shadow with #474C20 color.
.textShadow {text-shadow: 3px 3px 1px #474C20', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474C20, 5px 5px 20px red">Text here.</p>
This text has shadow with #474C20 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474C20, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474C20, Direction=45, Strength=4)">Text</p>
This text has shadow with #474C20 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #474C20;
-webkit-box-shadow: 1px 1px 3px 2px #474C20;
box-shadow: 1px 1px 3px 2px #474C20;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #474C20; -webkit-box-shadow: 1px 1px 3px 2px #474C20; box-shadow:1px 1px 3px 2px #474C20;">
Div content here
</div>
This text has color #474C20 on black background.
This text has color #474C20 on white background.
This text has black color on #474C20 background.
This text has white color on #474C20 background.
Complementary color for #hex is #B8B3DF.