HEX: #713055
RGB: (113,48,85)
#713055 contains mainly red and blue colors. Web safe color of #713055 is #663366 (or #636).
#713055 color RGB value is (113,48,85).
RGB: (113,48,85) (44%,19%,33%)
R 113 of 255 = 44%
G 48 of 255 = 19%
B 85 of 255 = 33%
R + G + B ~ 32%. #713055 is quite dark color.
R + G + B =
113 + 48 + 85 = 246 (100%)
R 113 of 246 ~ 45.93%
G 48 of 246 ~ 19.51%
B 85 of 246 ~ 34.55%
#713055 color CMYK value is (0,58,25,56).
CMYK: (0,58,25,56) C0M58Y25K56 (0%,58%,25%,56%) (0.00/0.58/0.25/0.56)
71 | 30 | 55 | |
---|---|---|---|
RGB | 113 | 48 | 85 |
HSL | 326° | 40.37% | 31.57% |
HSB/HSV | 326° | 57.52% | 44.31% |
CMYK | 0.00% | 57.52% | 24.78% |
55.69% |
HEX | 71 | 30 | 55 |
Decimal | 113 | 48 | 85 |
Binary | 1110001 | 110000 | 1010101 |
Octal | 161 | 60 | 125 |
Examples of css and html codes for elements with #713055 color. Also use rgb(113,48,85) instead hex code.
.myTextColor { color: #713055; }
<p style="color:#713055">This sample text font color is #713055.</p>
This text font color is #713055.
.myBgColor { background-color: #713055; }
<div style="background-color:#713055">Inner text</div>
This div background color is #713055.
.myBorderColor { border: 1px solid #713055; }
<div style="border:3px solid #713055">Div</div>
This div border color is #713055.
.myOpacity80 { color: #713055; opacity: 0.8; }
<p style="color:#713055;opacity:0.8;">80%</p>
Text with #713055 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #713055;}
<p style="text-shadow: 3px 3px 1px #713055">Text here.</p>
This text has shadow with #713055 color.
.textShadow {text-shadow: 3px 3px 1px #713055, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #713055, 5px 5px 20px red">Text here.</p>
This text has shadow with #713055 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#713055, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#713055, Direction=45, Strength=4)">Text</p>
This text has shadow with #713055 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #713055; -webkit-box-shadow: 1px 1px 3px 2px #713055; box-shadow: 1px 1px 3px 2px #713055; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #713055; -webkit-box-shadow: 1px 1px 3px 2px #713055; box-shadow:1px 1px 3px 2px #713055;">
Div content here</div>
This text has color #713055 on black background.
This text has color #713055 on white background.
This text has black color on #713055 background.
This text has white color on #713055 background.