HEX: #71386B
RGB: (113,56,107)
#71386B contains red, green and blue colors in about the same proportion. Web safe color of #71386B is #663366 (or #636).
#71386B color RGB value is (113,56,107).
RGB: (113,56,107)
(44%, 22%, 42%)
R 113 of 255 = 44%
G 56 of 255 = 22%
B 107 of 255 = 42%
R + G + B ~ 36%. #71386B is quite dark color.
R + G + B = 113 + 56 + 107 = 276 (100%)
R 113 of 276 ~ 40.94%
G 56 of 276 ~ 20.29%
B 107 of 276 ~ 38.77'%
#71386B color CMYK value is (0,50,5,56).
CMYK: (0,50,5,56)
C0M50Y5K56 (0%, 50%, 5%, 56%)
(0.00 / 0.50 / 0.05 / 0.56)
Color #71386B in popluar color models
71 | 38 | 6B | |
---|---|---|---|
RGB | 113 | 56 | 107 |
HSL | 306° | 33.73% | 33.14% |
HSB/HSV | 306° | 50.44% | 44.31% |
CMYK | 0.00% | 50.44% | 5.31% |
55.69% |
Color #71386B in popluar number systems.
HEX | 71 | 38 | 6B |
Decimal | 113 | 56 | 107 |
Binary | 1110001 | 111000 | 1101011 |
Octal | 161 | 70 | 153 |
Shades of #71386B
Tints of #71386B
Examples of css and html codes for elements with #71386B color. Also use rgb(113,56,107) instead hex code.
.myTextColor { color: #71386B; }
<p style="color:#71386B">This sample text font color is #71386B.</p>
This text font color is #71386B.
.myBgColor { background-color: #71386B; }
<div style="background-color:#71386B">Inner text</div>
This div background color is #71386B.
.myBorderColor { border: 1px solid #71386B; }
<div style="border:3px solid #71386B">Div</div>
This div border color is #71386B.
.myOpacity80 { color: #71386B; opacity: 0.8; }
<p style="color:#71386B;opacity:0.8;">80%</p>
Text with #71386B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71386B;}
<p style="text-shadow: 3px 3px 1px #71386B">Text here.</p>
This text has shadow with #71386B color.
.textShadow {text-shadow: 3px 3px 1px #71386B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71386B, 5px 5px 20px red">Text here.</p>
This text has shadow with #71386B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71386B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71386B, Direction=45, Strength=4)">Text</p>
This text has shadow with #71386B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71386B;
-webkit-box-shadow: 1px 1px 3px 2px #71386B;
box-shadow: 1px 1px 3px 2px #71386B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71386B; -webkit-box-shadow: 1px 1px 3px 2px #71386B; box-shadow:1px 1px 3px 2px #71386B;">
Div content here
</div>
This text has color #71386B on black background.
This text has color #71386B on white background.
This text has black color on #71386B background.
This text has white color on #71386B background.
Complementary color for #hex is #8EC794.