HEX: #473849
RGB: (71,56,73)
#473849 contains red, green and blue colors in about the same proportion. #473849 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.
#473849 color RGB value is (71,56,73).
RGB: (71,56,73) (28%,22%,29%)
R 71 of 255 = 28%
G 56 of 255 = 22%
B 73 of 255 = 29%
R + G + B ~ 26%. #473849 is quite dark color.
R + G + B =
71 + 56 + 73 = 200 (100%)
R 71 of 200 ~ 35.5%
G 56 of 200 ~ 28%
B 73 of 200 ~ 36.5%
#473849 rengi CMYK tonu (3,23,0,71).
CMYK: (3,23,0,71) C3M23Y0K71 (3%,23%,0%,71%) (0.03/0.23/0.00/0.71)
47 | 38 | 49 | |
---|---|---|---|
RGB | 71 | 56 | 73 |
HSL | 293° | 13.18% | 25.29% |
HSB/HSV | 293° | 23.29% | 28.63% |
CMYK | 2.74% | 23.29% | 0.00% |
71.37% |
HEX | 47 | 38 | 49 |
Decimal | 71 | 56 | 73 |
Binary | 1000111 | 111000 | 1001001 |
Octal | 107 | 70 | 111 |
Examples of css and html codes for elements with #473849 color. Also use rgb(71,56,73) instead hex code.
.myTextColor { color: #473849; }
<p style="color:#473849">This sample text font color is #473849.</p>
This text font color is #473849.
.myBgColor { background-color: #473849; }
<div style="background-color:#473849">Inner text</div>
This div background color is #473849.
.myBorderColor { border: 1px solid #473849; }
<div style="border:3px solid #473849">Div</div>
This div border color is #473849.
.myOpacity80 { color: #473849; opacity: 0.8; }
<p style="color:#473849;opacity:0.8;">80%</p>
Text with #473849 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473849;}
<p style="text-shadow: 3px 3px 1px #473849">Text here.</p>
This text has shadow with #473849 color.
.textShadow {text-shadow: 3px 3px 1px #473849, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473849, 5px 5px 20px red">Text here.</p>
This text has shadow with #473849 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473849, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473849, Direction=45, Strength=4)">Text</p>
This text has shadow with #473849 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #473849; -webkit-box-shadow: 1px 1px 3px 2px #473849; box-shadow: 1px 1px 3px 2px #473849; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #473849; -webkit-box-shadow: 1px 1px 3px 2px #473849; box-shadow:1px 1px 3px 2px #473849;">
Div content here</div>
This text has color #473849 on black background.
This text has color #473849 on white background.
This text has black color on #473849 background.
This text has white color on #473849 background.