HEX: #713366
RGB: (113,51,102)
#713366 contains mainly red and blue colors. Web safe color of #713366 is #663366 (or #636).
#713366 color RGB value is (113,51,102).
RGB: (113,51,102) (44%,20%,40%)
R 113 of 255 = 44%
G 51 of 255 = 20%
B 102 of 255 = 40%
R + G + B ~ 35%. #713366 is quite dark color.
R + G + B =
113 + 51 + 102 = 266 (100%)
R 113 of 266 ~ 42.48%
G 51 of 266 ~ 19.17%
B 102 of 266 ~ 38.35%
#713366 color CMYK value is (0,55,10,56).
CMYK: (0,55,10,56) C0M55Y10K56 (0%,55%,10%,56%) (0.00/0.55/0.10/0.56)
71 | 33 | 66 | |
---|---|---|---|
RGB | 113 | 51 | 102 |
HSL | 311° | 37.80% | 32.16% |
HSB/HSV | 311° | 54.87% | 44.31% |
CMYK | 0.00% | 54.87% | 9.73% |
55.69% |
HEX | 71 | 33 | 66 |
Decimal | 113 | 51 | 102 |
Binary | 1110001 | 110011 | 1100110 |
Octal | 161 | 63 | 146 |
Examples of css and html codes for elements with #713366 color. Also use rgb(113,51,102) instead hex code.
.myTextColor { color: #713366; }
<p style="color:#713366">This sample text font color is #713366.</p>
This text font color is #713366.
.myBgColor { background-color: #713366; }
<div style="background-color:#713366">Inner text</div>
This div background color is #713366.
.myBorderColor { border: 1px solid #713366; }
<div style="border:3px solid #713366">Div</div>
This div border color is #713366.
.myOpacity80 { color: #713366; opacity: 0.8; }
<p style="color:#713366;opacity:0.8;">80%</p>
Text with #713366 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #713366;}
<p style="text-shadow: 3px 3px 1px #713366">Text here.</p>
This text has shadow with #713366 color.
.textShadow {text-shadow: 3px 3px 1px #713366, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #713366, 5px 5px 20px red">Text here.</p>
This text has shadow with #713366 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#713366, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#713366, Direction=45, Strength=4)">Text</p>
This text has shadow with #713366 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #713366; -webkit-box-shadow: 1px 1px 3px 2px #713366; box-shadow: 1px 1px 3px 2px #713366; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #713366; -webkit-box-shadow: 1px 1px 3px 2px #713366; box-shadow:1px 1px 3px 2px #713366;">
Div content here</div>
This text has color #713366 on black background.
This text has color #713366 on white background.
This text has black color on #713366 background.
This text has white color on #713366 background.