HEX: #71484B
RGB: (113,72,75)
#71484B contains red, green and blue colors in about the same proportion. Web safe color of #71484B is #663333 (or #633).
#71484B color RGB value is (113,72,75).
RGB: (113,72,75)
(44%, 28%, 29%)
R 113 of 255 = 44%
G 72 of 255 = 28%
B 75 of 255 = 29%
R + G + B ~ 34%. #71484B is quite dark color.
R + G + B = 113 + 72 + 75 = 260 (100%)
R 113 of 260 ~ 43.46%
G 72 of 260 ~ 27.69%
B 75 of 260 ~ 28.85'%
#71484B color CMYK value is (0,36,34,56).
CMYK: (0,36,34,56)
C0M36Y34K56 (0%, 36%, 34%, 56%)
(0.00 / 0.36 / 0.34 / 0.56)
Color #71484B in popluar color models
71 | 48 | 4B | |
---|---|---|---|
RGB | 113 | 72 | 75 |
HSL | 356° | 22.16% | 36.27% |
HSB/HSV | 356° | 36.28% | 44.31% |
CMYK | 0.00% | 36.28% | 33.63% |
55.69% |
Color #71484B in popluar number systems.
HEX | 71 | 48 | 4B |
Decimal | 113 | 72 | 75 |
Binary | 1110001 | 1001000 | 1001011 |
Octal | 161 | 110 | 113 |
Shades of #71484B
Tints of #71484B
Examples of css and html codes for elements with #71484B color. Also use rgb(113,72,75) instead hex code.
.myTextColor { color: #71484B; }
<p style="color:#71484B">This sample text font color is #71484B.</p>
This text font color is #71484B.
.myBgColor { background-color: #71484B; }
<div style="background-color:#71484B">Inner text</div>
This div background color is #71484B.
.myBorderColor { border: 1px solid #71484B; }
<div style="border:3px solid #71484B">Div</div>
This div border color is #71484B.
.myOpacity80 { color: #71484B; opacity: 0.8; }
<p style="color:#71484B;opacity:0.8;">80%</p>
Text with #71484B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71484B;}
<p style="text-shadow: 3px 3px 1px #71484B">Text here.</p>
This text has shadow with #71484B color.
.textShadow {text-shadow: 3px 3px 1px #71484B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71484B, 5px 5px 20px red">Text here.</p>
This text has shadow with #71484B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71484B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71484B, Direction=45, Strength=4)">Text</p>
This text has shadow with #71484B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71484B;
-webkit-box-shadow: 1px 1px 3px 2px #71484B;
box-shadow: 1px 1px 3px 2px #71484B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71484B; -webkit-box-shadow: 1px 1px 3px 2px #71484B; box-shadow:1px 1px 3px 2px #71484B;">
Div content here
</div>
This text has color #71484B on black background.
This text has color #71484B on white background.
This text has black color on #71484B background.
This text has white color on #71484B background.
Complementary color for #hex is #8EB7B4.