HEX: #716D8A
RGB: (113,109,138)
#716D8A contains red, green and blue colors in about the same proportion. Web safe color of #716D8A is #666699 (or #669).
#716D8A color RGB value is (113,109,138).
RGB: (113,109,138) (44%,43%,54%)
R 113 of 255 = 44%
G 109 of 255 = 43%
B 138 of 255 = 54%
R + G + B ~ 47%. #716D8A is middle color (not dark and not light).
R + G + B =
113 + 109 + 138 = 360 (100%)
R 113 of 360 ~ 31.39%
G 109 of 360 ~ 30.28%
B 138 of 360 ~ 38.33%
#716D8A color CMYK value is (18,21,0,46).
CMYK: (18,21,0,46) C18M21Y0K46 (18%,21%,0%,46%) (0.18/0.21/0.00/0.46)
71 | 6D | 8A | |
---|---|---|---|
RGB | 113 | 109 | 138 |
HSL | 248° | 11.74% | 48.43% |
HSB/HSV | 248° | 21.01% | 54.12% |
CMYK | 18.12% | 21.01% | 0.00% |
45.88% |
HEX | 71 | 6D | 8A |
Decimal | 113 | 109 | 138 |
Binary | 1110001 | 1101101 | 10001010 |
Octal | 161 | 155 | 212 |
Examples of css and html codes for elements with #716D8A color. Also use rgb(113,109,138) instead hex code.
.myTextColor { color: #716D8A; }
<p style="color:#716D8A">This sample text font color is #716D8A.</p>
This text font color is #716D8A.
.myBgColor { background-color: #716D8A; }
<div style="background-color:#716D8A">Inner text</div>
This div background color is #716D8A.
.myBorderColor { border: 1px solid #716D8A; }
<div style="border:3px solid #716D8A">Div</div>
This div border color is #716D8A.
.myOpacity80 { color: #716D8A; opacity: 0.8; }
<p style="color:#716D8A;opacity:0.8;">80%</p>
Text with #716D8A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #716D8A;}
<p style="text-shadow: 3px 3px 1px #716D8A">Text here.</p>
This text has shadow with #716D8A color.
.textShadow {text-shadow: 3px 3px 1px #716D8A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #716D8A, 5px 5px 20px red">Text here.</p>
This text has shadow with #716D8A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#716D8A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#716D8A, Direction=45, Strength=4)">Text</p>
This text has shadow with #716D8A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #716D8A; -webkit-box-shadow: 1px 1px 3px 2px #716D8A; box-shadow: 1px 1px 3px 2px #716D8A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #716D8A; -webkit-box-shadow: 1px 1px 3px 2px #716D8A; box-shadow:1px 1px 3px 2px #716D8A;">
Div content here</div>
This text has color #716D8A on black background.
This text has color #716D8A on white background.
This text has black color on #716D8A background.
This text has white color on #716D8A background.