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