HEX: #71361B
RGB: (113,54,27)
#71361B contains mainly red and green colors. Web safe color of #71361B is #663333 (or #633).
#71361B color RGB value is (113,54,27).
RGB: (113,54,27)
(44%, 21%, 11%)
R 113 of 255 = 44%
G 54 of 255 = 21%
B 27 of 255 = 11%
R + G + B ~ 25%. #71361B is quite dark color.
R + G + B = 113 + 54 + 27 = 194 (100%)
R 113 of 194 ~ 58.25%
G 54 of 194 ~ 27.84%
B 27 of 194 ~ 13.92'%
#71361B color CMYK value is (0,52,76,56).
CMYK: (0,52,76,56)
C0M52Y76K56 (0%, 52%, 76%, 56%)
(0.00 / 0.52 / 0.76 / 0.56)
Color #71361B in popluar color models
71 | 36 | 1B | |
---|---|---|---|
RGB | 113 | 54 | 27 |
HSL | 19° | 61.43% | 27.45% |
HSB/HSV | 19° | 76.11% | 44.31% |
CMYK | 0.00% | 52.21% | 76.11% |
55.69% |
Color #71361B in popluar number systems.
HEX | 71 | 36 | 1B |
Decimal | 113 | 54 | 27 |
Binary | 1110001 | 110110 | 11011 |
Octal | 161 | 66 | 33 |
Shades of #71361B
Tints of #71361B
Examples of css and html codes for elements with #71361B color. Also use rgb(113,54,27) instead hex code.
.myTextColor { color: #71361B; }
<p style="color:#71361B">This sample text font color is #71361B.</p>
This text font color is #71361B.
.myBgColor { background-color: #71361B; }
<div style="background-color:#71361B">Inner text</div>
This div background color is #71361B.
.myBorderColor { border: 1px solid #71361B; }
<div style="border:3px solid #71361B">Div</div>
This div border color is #71361B.
.myOpacity80 { color: #71361B; opacity: 0.8; }
<p style="color:#71361B;opacity:0.8;">80%</p>
Text with #71361B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71361B;}
<p style="text-shadow: 3px 3px 1px #71361B">Text here.</p>
This text has shadow with #71361B color.
.textShadow {text-shadow: 3px 3px 1px #71361B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71361B, 5px 5px 20px red">Text here.</p>
This text has shadow with #71361B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71361B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71361B, Direction=45, Strength=4)">Text</p>
This text has shadow with #71361B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71361B;
-webkit-box-shadow: 1px 1px 3px 2px #71361B;
box-shadow: 1px 1px 3px 2px #71361B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71361B; -webkit-box-shadow: 1px 1px 3px 2px #71361B; box-shadow:1px 1px 3px 2px #71361B;">
Div content here
</div>
This text has color #71361B on black background.
This text has color #71361B on white background.
This text has black color on #71361B background.
This text has white color on #71361B background.
Complementary color for #hex is #8EC9E4.