HEX: #51475D
RGB: (81,71,93)
#51475D contains red, green and blue colors in about the same proportion. Web safe color of #51475D is #663366 (or #636).
#51475D color RGB value is (81,71,93).
RGB: (81,71,93)
(32%, 28%, 36%)
R 81 of 255 = 32%
G 71 of 255 = 28%
B 93 of 255 = 36%
R + G + B ~ 32%. #51475D is quite dark color.
R + G + B = 81 + 71 + 93 = 245 (100%)
R 81 of 245 ~ 33.06%
G 71 of 245 ~ 28.98%
B 93 of 245 ~ 37.96'%
#51475D color CMYK value is (13,24,0,64).
CMYK: (13,24,0,64)
C13M24Y0K64 (13%, 24%, 0%, 64%)
(0.13 / 0.24 / 0.00 / 0.64)
Color #51475D in popluar color models
51 | 47 | 5D | |
---|---|---|---|
RGB | 81 | 71 | 93 |
HSL | 267° | 13.41% | 32.16% |
HSB/HSV | 267° | 23.66% | 36.47% |
CMYK | 12.90% | 23.66% | 0.00% |
63.53% |
Color #51475D in popluar number systems.
HEX | 51 | 47 | 5D |
Decimal | 81 | 71 | 93 |
Binary | 1010001 | 1000111 | 1011101 |
Octal | 121 | 107 | 135 |
Shades of #51475D
Tints of #51475D
Examples of css and html codes for elements with #51475D color. Also use rgb(81,71,93) instead hex code.
.myTextColor { color: #51475D; }
<p style="color:#51475D">This sample text font color is #51475D.</p>
This text font color is #51475D.
.myBgColor { background-color: #51475D; }
<div style="background-color:#51475D">Inner text</div>
This div background color is #51475D.
.myBorderColor { border: 1px solid #51475D; }
<div style="border:3px solid #51475D">Div</div>
This div border color is #51475D.
.myOpacity80 { color: #51475D; opacity: 0.8; }
<p style="color:#51475D;opacity:0.8;">80%</p>
Text with #51475D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51475D;}
<p style="text-shadow: 3px 3px 1px #51475D">Text here.</p>
This text has shadow with #51475D color.
.textShadow {text-shadow: 3px 3px 1px #51475D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51475D, 5px 5px 20px red">Text here.</p>
This text has shadow with #51475D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51475D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51475D, Direction=45, Strength=4)">Text</p>
This text has shadow with #51475D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #51475D;
-webkit-box-shadow: 1px 1px 3px 2px #51475D;
box-shadow: 1px 1px 3px 2px #51475D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51475D; -webkit-box-shadow: 1px 1px 3px 2px #51475D; box-shadow:1px 1px 3px 2px #51475D;">
Div content here
</div>
This text has color #51475D on black background.
This text has color #51475D on white background.
This text has black color on #51475D background.
This text has white color on #51475D background.
Complementary color for #hex is #AEB8A2.