HEX: #58337E
RGB: (88,51,126)
#58337E contains mainly red and blue colors. Web safe color of #58337E is #663366 (or #636).
#58337E color RGB value is (88,51,126).
RGB: (88,51,126) (35%,20%,49%)
R 88 of 255 = 35%
G 51 of 255 = 20%
B 126 of 255 = 49%
R + G + B ~ 35%. #58337E is quite dark color.
R + G + B =
88 + 51 + 126 = 265 (100%)
R 88 of 265 ~ 33.21%
G 51 of 265 ~ 19.25%
B 126 of 265 ~ 47.55%
#58337E color CMYK value is (30,60,0,51).
CMYK: (30,60,0,51) C30M60Y0K51 (30%,60%,0%,51%) (0.30/0.60/0.00/0.51)
58 | 33 | 7E | |
---|---|---|---|
RGB | 88 | 51 | 126 |
HSL | 270° | 42.37% | 34.71% |
HSB/HSV | 270° | 59.52% | 49.41% |
CMYK | 30.16% | 59.52% | 0.00% |
50.59% |
HEX | 58 | 33 | 7E |
Decimal | 88 | 51 | 126 |
Binary | 1011000 | 110011 | 1111110 |
Octal | 130 | 63 | 176 |
Examples of css and html codes for elements with #58337E color. Also use rgb(88,51,126) instead hex code.
.myTextColor { color: #58337E; }
<p style="color:#58337E">This sample text font color is #58337E.</p>
This text font color is #58337E.
.myBgColor { background-color: #58337E; }
<div style="background-color:#58337E">Inner text</div>
This div background color is #58337E.
.myBorderColor { border: 1px solid #58337E; }
<div style="border:3px solid #58337E">Div</div>
This div border color is #58337E.
.myOpacity80 { color: #58337E; opacity: 0.8; }
<p style="color:#58337E;opacity:0.8;">80%</p>
Text with #58337E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58337E;}
<p style="text-shadow: 3px 3px 1px #58337E">Text here.</p>
This text has shadow with #58337E color.
.textShadow {text-shadow: 3px 3px 1px #58337E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58337E, 5px 5px 20px red">Text here.</p>
This text has shadow with #58337E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58337E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58337E, Direction=45, Strength=4)">Text</p>
This text has shadow with #58337E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #58337E; -webkit-box-shadow: 1px 1px 3px 2px #58337E; box-shadow: 1px 1px 3px 2px #58337E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #58337E; -webkit-box-shadow: 1px 1px 3px 2px #58337E; box-shadow:1px 1px 3px 2px #58337E;">
Div content here</div>
This text has color #58337E on black background.
This text has color #58337E on white background.
This text has black color on #58337E background.
This text has white color on #58337E background.