HEX: #47383A
RGB: (71,56,58)
#47383A contains red, green and blue colors in about the same proportion. Web safe color of #47383A is #333333 (or #333).
#47383A color RGB value is (71,56,58).
RGB: (71,56,58)
(28%, 22%, 23%)
R 71 of 255 = 28%
G 56 of 255 = 22%
B 58 of 255 = 23%
R + G + B ~ 24%. #47383A is dark color.
R + G + B = 71 + 56 + 58 = 185 (100%)
R 71 of 185 ~ 38.38%
G 56 of 185 ~ 30.27%
B 58 of 185 ~ 31.35'%
#47383A color CMYK value is (0,21,18,72).
CMYK: (0,21,18,72)
C0M21Y18K72 (0%, 21%, 18%, 72%)
(0.00 / 0.21 / 0.18 / 0.72)
Color #47383A in popluar color models
47 | 38 | 3A | |
---|---|---|---|
RGB | 71 | 56 | 58 |
HSL | 352° | 11.81% | 24.90% |
HSB/HSV | 352° | 21.13% | 27.84% |
CMYK | 0.00% | 21.13% | 18.31% |
72.16% |
Color #47383A in popluar number systems.
HEX | 47 | 38 | 3A |
Decimal | 71 | 56 | 58 |
Binary | 1000111 | 111000 | 111010 |
Octal | 107 | 70 | 72 |
Shades of #47383A
Tints of #47383A
Examples of css and html codes for elements with #47383A color. Also use rgb(71,56,58) instead hex code.
.myTextColor { color: #47383A; }
<p style="color:#47383A">This sample text font color is #47383A.</p>
This text font color is #47383A.
.myBgColor { background-color: #47383A; }
<div style="background-color:#47383A">Inner text</div>
This div background color is #47383A.
.myBorderColor { border: 1px solid #47383A; }
<div style="border:3px solid #47383A">Div</div>
This div border color is #47383A.
.myOpacity80 { color: #47383A; opacity: 0.8; }
<p style="color:#47383A;opacity:0.8;">80%</p>
Text with #47383A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47383A;}
<p style="text-shadow: 3px 3px 1px #47383A">Text here.</p>
This text has shadow with #47383A color.
.textShadow {text-shadow: 3px 3px 1px #47383A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47383A, 5px 5px 20px red">Text here.</p>
This text has shadow with #47383A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47383A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47383A, Direction=45, Strength=4)">Text</p>
This text has shadow with #47383A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47383A;
-webkit-box-shadow: 1px 1px 3px 2px #47383A;
box-shadow: 1px 1px 3px 2px #47383A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47383A; -webkit-box-shadow: 1px 1px 3px 2px #47383A; box-shadow:1px 1px 3px 2px #47383A;">
Div content here
</div>
This text has color #47383A on black background.
This text has color #47383A on white background.
This text has black color on #47383A background.
This text has white color on #47383A background.
Complementary color for #hex is #B8C7C5.