HEX: #71566D
RGB: (113,86,109)
#71566D contains red, green and blue colors in about the same proportion. Web safe color of #71566D is #666666 (or #666).
#71566D color RGB value is (113,86,109).
RGB: (113,86,109) (44%,34%,43%)
R 113 of 255 = 44%
G 86 of 255 = 34%
B 109 of 255 = 43%
R + G + B ~ 40%. #71566D is middle color (not dark and not light).
R + G + B =
113 + 86 + 109 = 308 (100%)
R 113 of 308 ~ 36.69%
G 86 of 308 ~ 27.92%
B 109 of 308 ~ 35.39%
#71566D color CMYK value is (0,24,4,56).
CMYK: (0,24,4,56) C0M24Y4K56 (0%,24%,4%,56%) (0.00/0.24/0.04/0.56)
71 | 56 | 6D | |
---|---|---|---|
RGB | 113 | 86 | 109 |
HSL | 309° | 13.57% | 39.02% |
HSB/HSV | 309° | 23.89% | 44.31% |
CMYK | 0.00% | 23.89% | 3.54% |
55.69% |
HEX | 71 | 56 | 6D |
Decimal | 113 | 86 | 109 |
Binary | 1110001 | 1010110 | 1101101 |
Octal | 161 | 126 | 155 |
Examples of css and html codes for elements with #71566D color. Also use rgb(113,86,109) instead hex code.
.myTextColor { color: #71566D; }
<p style="color:#71566D">This sample text font color is #71566D.</p>
This text font color is #71566D.
.myBgColor { background-color: #71566D; }
<div style="background-color:#71566D">Inner text</div>
This div background color is #71566D.
.myBorderColor { border: 1px solid #71566D; }
<div style="border:3px solid #71566D">Div</div>
This div border color is #71566D.
.myOpacity80 { color: #71566D; opacity: 0.8; }
<p style="color:#71566D;opacity:0.8;">80%</p>
Text with #71566D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71566D;}
<p style="text-shadow: 3px 3px 1px #71566D">Text here.</p>
This text has shadow with #71566D color.
.textShadow {text-shadow: 3px 3px 1px #71566D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71566D, 5px 5px 20px red">Text here.</p>
This text has shadow with #71566D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71566D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71566D, Direction=45, Strength=4)">Text</p>
This text has shadow with #71566D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71566D; -webkit-box-shadow: 1px 1px 3px 2px #71566D; box-shadow: 1px 1px 3px 2px #71566D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71566D; -webkit-box-shadow: 1px 1px 3px 2px #71566D; box-shadow:1px 1px 3px 2px #71566D;">
Div content here</div>
This text has color #71566D on black background.
This text has color #71566D on white background.
This text has black color on #71566D background.
This text has white color on #71566D background.