HEX: #71738D
RGB: (113,115,141)
#71738D contains red, green and blue colors in about the same proportion. Web safe color of #71738D is #666699 (or #669).
#71738D color RGB value is (113,115,141).
RGB: (113,115,141)
(44%, 45%, 55%)
R 113 of 255 = 44%
G 115 of 255 = 45%
B 141 of 255 = 55%
R + G + B ~ 48%. #71738D is middle color (not dark and not light).
R + G + B = 113 + 115 + 141 = 369 (100%)
R 113 of 369 ~ 30.62%
G 115 of 369 ~ 31.17%
B 141 of 369 ~ 38.21'%
#71738D color CMYK value is (20,18,0,45).
CMYK: (20,18,0,45)
C20M18Y0K45 (20%, 18%, 0%, 45%)
(0.20 / 0.18 / 0.00 / 0.45)
Color #71738D in popluar color models
71 | 73 | 8D | |
---|---|---|---|
RGB | 113 | 115 | 141 |
HSL | 236° | 11.02% | 49.80% |
HSB/HSV | 236° | 19.86% | 55.29% |
CMYK | 19.86% | 18.44% | 0.00% |
44.71% |
Color #71738D in popluar number systems.
HEX | 71 | 73 | 8D |
Decimal | 113 | 115 | 141 |
Binary | 1110001 | 1110011 | 10001101 |
Octal | 161 | 163 | 215 |
Shades of #71738D
Tints of #71738D
Examples of css and html codes for elements with #71738D color. Also use rgb(113,115,141) instead hex code.
.myTextColor { color: #71738D; }
<p style="color:#71738D">This sample text font color is #71738D.</p>
This text font color is #71738D.
.myBgColor { background-color: #71738D; }
<div style="background-color:#71738D">Inner text</div>
This div background color is #71738D.
.myBorderColor { border: 1px solid #71738D; }
<div style="border:3px solid #71738D">Div</div>
This div border color is #71738D.
.myOpacity80 { color: #71738D; opacity: 0.8; }
<p style="color:#71738D;opacity:0.8;">80%</p>
Text with #71738D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71738D;}
<p style="text-shadow: 3px 3px 1px #71738D">Text here.</p>
This text has shadow with #71738D color.
.textShadow {text-shadow: 3px 3px 1px #71738D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71738D, 5px 5px 20px red">Text here.</p>
This text has shadow with #71738D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71738D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71738D, Direction=45, Strength=4)">Text</p>
This text has shadow with #71738D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71738D;
-webkit-box-shadow: 1px 1px 3px 2px #71738D;
box-shadow: 1px 1px 3px 2px #71738D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71738D; -webkit-box-shadow: 1px 1px 3px 2px #71738D; box-shadow:1px 1px 3px 2px #71738D;">
Div content here
</div>
This text has color #71738D on black background.
This text has color #71738D on white background.
This text has black color on #71738D background.
This text has white color on #71738D background.
Complementary color for #hex is #8E8C72.