HEX: #583340
RGB: (88,51,64)
#583340 contains red, green and blue colors in about the same proportion. Web safe color of #583340 is #663333 (or #633).
#583340 color RGB value is (88,51,64).
RGB: (88,51,64) (35%,20%,25%)
R 88 of 255 = 35%
G 51 of 255 = 20%
B 64 of 255 = 25%
R + G + B ~ 27%. #583340 is quite dark color.
R + G + B =
88 + 51 + 64 = 203 (100%)
R 88 of 203 ~ 43.35%
G 51 of 203 ~ 25.12%
B 64 of 203 ~ 31.53%
#583340 color CMYK value is (0,42,27,65).
CMYK: (0,42,27,65) C0M42Y27K65 (0%,42%,27%,65%) (0.00/0.42/0.27/0.65)
58 | 33 | 40 | |
---|---|---|---|
RGB | 88 | 51 | 64 |
HSL | 339° | 26.62% | 27.25% |
HSB/HSV | 339° | 42.05% | 34.51% |
CMYK | 0.00% | 42.05% | 27.27% |
65.49% |
HEX | 58 | 33 | 40 |
Decimal | 88 | 51 | 64 |
Binary | 1011000 | 110011 | 1000000 |
Octal | 130 | 63 | 100 |
Examples of css and html codes for elements with #583340 color. Also use rgb(88,51,64) instead hex code.
.myTextColor { color: #583340; }
<p style="color:#583340">This sample text font color is #583340.</p>
This text font color is #583340.
.myBgColor { background-color: #583340; }
<div style="background-color:#583340">Inner text</div>
This div background color is #583340.
.myBorderColor { border: 1px solid #583340; }
<div style="border:3px solid #583340">Div</div>
This div border color is #583340.
.myOpacity80 { color: #583340; opacity: 0.8; }
<p style="color:#583340;opacity:0.8;">80%</p>
Text with #583340 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #583340;}
<p style="text-shadow: 3px 3px 1px #583340">Text here.</p>
This text has shadow with #583340 color.
.textShadow {text-shadow: 3px 3px 1px #583340, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #583340, 5px 5px 20px red">Text here.</p>
This text has shadow with #583340 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#583340, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#583340, Direction=45, Strength=4)">Text</p>
This text has shadow with #583340 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #583340; -webkit-box-shadow: 1px 1px 3px 2px #583340; box-shadow: 1px 1px 3px 2px #583340; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #583340; -webkit-box-shadow: 1px 1px 3px 2px #583340; box-shadow:1px 1px 3px 2px #583340;">
Div content here</div>
This text has color #583340 on black background.
This text has color #583340 on white background.
This text has black color on #583340 background.
This text has white color on #583340 background.