HEX: #53393A
RGB: (83,57,58)
#53393A contains red, green and blue colors in about the same proportion. Web safe color of #53393A is #663333 (or #633).
#53393A color RGB value is (83,57,58).
RGB: (83,57,58)
(33%, 22%, 23%)
R 83 of 255 = 33%
G 57 of 255 = 22%
B 58 of 255 = 23%
R + G + B ~ 26%. #53393A is quite dark color.
R + G + B = 83 + 57 + 58 = 198 (100%)
R 83 of 198 ~ 41.92%
G 57 of 198 ~ 28.79%
B 58 of 198 ~ 29.29'%
#53393A color CMYK value is (0,31,30,67).
CMYK: (0,31,30,67)
C0M31Y30K67 (0%, 31%, 30%, 67%)
(0.00 / 0.31 / 0.30 / 0.67)
Color #53393A in popluar color models
53 | 39 | 3A | |
---|---|---|---|
RGB | 83 | 57 | 58 |
HSL | 358° | 18.57% | 27.45% |
HSB/HSV | 358° | 31.33% | 32.55% |
CMYK | 0.00% | 31.33% | 30.12% |
67.45% |
Color #53393A in popluar number systems.
HEX | 53 | 39 | 3A |
Decimal | 83 | 57 | 58 |
Binary | 1010011 | 111001 | 111010 |
Octal | 123 | 71 | 72 |
Shades of #53393A
Tints of #53393A
Examples of css and html codes for elements with #53393A color. Also use rgb(83,57,58) instead hex code.
.myTextColor { color: #53393A; }
<p style="color:#53393A">This sample text font color is #53393A.</p>
This text font color is #53393A.
.myBgColor { background-color: #53393A; }
<div style="background-color:#53393A">Inner text</div>
This div background color is #53393A.
.myBorderColor { border: 1px solid #53393A; }
<div style="border:3px solid #53393A">Div</div>
This div border color is #53393A.
.myOpacity80 { color: #53393A; opacity: 0.8; }
<p style="color:#53393A;opacity:0.8;">80%</p>
Text with #53393A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #53393A;}
<p style="text-shadow: 3px 3px 1px #53393A">Text here.</p>
This text has shadow with #53393A color.
.textShadow {text-shadow: 3px 3px 1px #53393A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #53393A, 5px 5px 20px red">Text here.</p>
This text has shadow with #53393A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53393A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#53393A, Direction=45, Strength=4)">Text</p>
This text has shadow with #53393A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #53393A;
-webkit-box-shadow: 1px 1px 3px 2px #53393A;
box-shadow: 1px 1px 3px 2px #53393A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53393A; -webkit-box-shadow: 1px 1px 3px 2px #53393A; box-shadow:1px 1px 3px 2px #53393A;">
Div content here
</div>
This text has color #53393A on black background.
This text has color #53393A on white background.
This text has black color on #53393A background.
This text has white color on #53393A background.
Complementary color for #hex is #ACC6C5.