HEX: #718291
RGB: (113,130,145)
#718291 contains red, green and blue colors in about the same proportion. Web safe color of #718291 is #669999 (or #699).
#718291 color RGB value is (113,130,145).
RGB: (113,130,145) (44%,51%,57%)
R 113 of 255 = 44%
G 130 of 255 = 51%
B 145 of 255 = 57%
R + G + B ~ 51%. #718291 is middle color (not dark and not light).
R + G + B =
113 + 130 + 145 = 388 (100%)
R 113 of 388 ~ 29.12%
G 130 of 388 ~ 33.51%
B 145 of 388 ~ 37.37%
#718291 color CMYK value is (22,10,0,43).
CMYK: (22,10,0,43) C22M10Y0K43 (22%,10%,0%,43%) (0.22/0.10/0.00/0.43)
71 | 82 | 91 | |
---|---|---|---|
RGB | 113 | 130 | 145 |
HSL | 208° | 12.70% | 50.59% |
HSB/HSV | 208° | 22.07% | 56.86% |
CMYK | 22.07% | 10.34% | 0.00% |
43.14% |
HEX | 71 | 82 | 91 |
Decimal | 113 | 130 | 145 |
Binary | 1110001 | 10000010 | 10010001 |
Octal | 161 | 202 | 221 |
Examples of css and html codes for elements with #718291 color. Also use rgb(113,130,145) instead hex code.
.myTextColor { color: #718291; }
<p style="color:#718291">This sample text font color is #718291.</p>
This text font color is #718291.
.myBgColor { background-color: #718291; }
<div style="background-color:#718291">Inner text</div>
This div background color is #718291.
.myBorderColor { border: 1px solid #718291; }
<div style="border:3px solid #718291">Div</div>
This div border color is #718291.
.myOpacity80 { color: #718291; opacity: 0.8; }
<p style="color:#718291;opacity:0.8;">80%</p>
Text with #718291 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #718291;}
<p style="text-shadow: 3px 3px 1px #718291">Text here.</p>
This text has shadow with #718291 color.
.textShadow {text-shadow: 3px 3px 1px #718291, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #718291, 5px 5px 20px red">Text here.</p>
This text has shadow with #718291 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#718291, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#718291, Direction=45, Strength=4)">Text</p>
This text has shadow with #718291 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #718291; -webkit-box-shadow: 1px 1px 3px 2px #718291; box-shadow: 1px 1px 3px 2px #718291; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #718291; -webkit-box-shadow: 1px 1px 3px 2px #718291; box-shadow:1px 1px 3px 2px #718291;">
Div content here</div>
This text has color #718291 on black background.
This text has color #718291 on white background.
This text has black color on #718291 background.
This text has white color on #718291 background.