HEX: #51725D
RGB: (81,114,93)
#51725D contains red, green and blue colors in about the same proportion. Web safe color of #51725D is #666666 (or #666).
#51725D color RGB value is (81,114,93).
RGB: (81,114,93)
(32%, 45%, 36%)
R 81 of 255 = 32%
G 114 of 255 = 45%
B 93 of 255 = 36%
R + G + B ~ 38%. #51725D is quite dark color.
R + G + B = 81 + 114 + 93 = 288 (100%)
R 81 of 288 ~ 28.13%
G 114 of 288 ~ 39.58%
B 93 of 288 ~ 32.29'%
#51725D color CMYK value is (29,0,18,55).
CMYK: (29,0,18,55) C29M0Y18K55 (29%,0%,18%,55%) (0.29/0.00/0.18/0.55)
Color #51725D in popluar color models
51 | 72 | 5D | |
---|---|---|---|
RGB | 81 | 114 | 93 |
HSL | 142° | 16.92% | 38.24% |
HSB/HSV | 142° | 28.95% | 44.71% |
CMYK | 28.95% | 0.00% | 18.42% |
55.29% |
Color #51725D in popluar number systems.
HEX | 51 | 72 | 5D |
Decimal | 81 | 114 | 93 |
Binary | 1010001 | 1110010 | 1011101 |
Octal | 121 | 162 | 135 |
Shades of #51725D
Tints of #51725D
Examples of css and html codes for elements with #51725D color. Also use rgb(81,114,93) instead hex code.
.myTextColor { color: #51725D; }
<p style="color:#51725D">This sample text font color is #51725D.</p>
This text font color is #51725D.
.myBgColor { background-color: #51725D; }
<div style="background-color:#51725D">Inner text</div>
This div background color is #51725D.
.myBorderColor { border: 1px solid #51725D; }
<div style="border:3px solid #51725D">Div</div>
This div border color is #51725D.
.myOpacity80 { color: #51725D; opacity: 0.8; }
<p style="color:#51725D;opacity:0.8;">80%</p>
Text with #51725D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51725D;}
<p style="text-shadow: 3px 3px 1px #51725D">Text here.</p>
This text has shadow with #51725D color.
.textShadow {text-shadow: 3px 3px 1px #51725D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51725D, 5px 5px 20px red">Text here.</p>
This text has shadow with #51725D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51725D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51725D, Direction=45, Strength=4)">Text</p>
This text has shadow with #51725D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #51725D;
-webkit-box-shadow: 1px 1px 3px 2px #51725D;
box-shadow: 1px 1px 3px 2px #51725D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51725D; -webkit-box-shadow: 1px 1px 3px 2px #51725D; box-shadow:1px 1px 3px 2px #51725D;">
Div content here
</div>
This text has color #51725D on black background.
This text has color #51725D on white background.
This text has black color on #51725D background.
This text has white color on #51725D background.
Complementary color for #hex is #AE8DA2.