HEX: #71504D
RGB: (113,80,77)
#71504D contains red, green and blue colors in about the same proportion. Web safe color of #71504D is #666633 (or #663).
#71504D color RGB value is (113,80,77).
RGB: (113,80,77)
(44%, 31%, 30%)
R 113 of 255 = 44%
G 80 of 255 = 31%
B 77 of 255 = 30%
R + G + B ~ 35%. #71504D is quite dark color.
R + G + B = 113 + 80 + 77 = 270 (100%)
R 113 of 270 ~ 41.85%
G 80 of 270 ~ 29.63%
B 77 of 270 ~ 28.52'%
#71504D color CMYK value is (0,29,32,56).
CMYK: (0,29,32,56) C0M29Y32K56 (0%,29%,32%,56%) (0.00/0.29/0.32/0.56)
Color #71504D in popluar color models
71 | 50 | 4D | |
---|---|---|---|
RGB | 113 | 80 | 77 |
HSL | 5° | 18.95% | 37.25% |
HSB/HSV | 5° | 31.86% | 44.31% |
CMYK | 0.00% | 29.20% | 31.86% |
55.69% |
Color #71504D in popluar number systems.
HEX | 71 | 50 | 4D |
Decimal | 113 | 80 | 77 |
Binary | 1110001 | 1010000 | 1001101 |
Octal | 161 | 120 | 115 |
Shades of #71504D
Tints of #71504D
Examples of css and html codes for elements with #71504D color. Also use rgb(113,80,77) instead hex code.
.myTextColor { color: #71504D; }
<p style="color:#71504D">This sample text font color is #71504D.</p>
This text font color is #71504D.
.myBgColor { background-color: #71504D; }
<div style="background-color:#71504D">Inner text</div>
This div background color is #71504D.
.myBorderColor { border: 1px solid #71504D; }
<div style="border:3px solid #71504D">Div</div>
This div border color is #71504D.
.myOpacity80 { color: #71504D; opacity: 0.8; }
<p style="color:#71504D;opacity:0.8;">80%</p>
Text with #71504D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71504D;}
<p style="text-shadow: 3px 3px 1px #71504D">Text here.</p>
This text has shadow with #71504D color.
.textShadow {text-shadow: 3px 3px 1px #71504D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71504D, 5px 5px 20px red">Text here.</p>
This text has shadow with #71504D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71504D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71504D, Direction=45, Strength=4)">Text</p>
This text has shadow with #71504D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71504D;
-webkit-box-shadow: 1px 1px 3px 2px #71504D;
box-shadow: 1px 1px 3px 2px #71504D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71504D; -webkit-box-shadow: 1px 1px 3px 2px #71504D; box-shadow:1px 1px 3px 2px #71504D;">
Div content here
</div>
This text has color #71504D on black background.
This text has color #71504D on white background.
This text has black color on #71504D background.
This text has white color on #71504D background.
Complementary color for #hex is #8EAFB2.