HEX: #53743F
RGB: (83,116,63)
#53743F contains red, green and blue colors in about the same proportion. Web safe color of #53743F is #666633 (or #663).
#53743F color RGB value is (83,116,63).
RGB: (83,116,63)
(33%, 45%, 25%)
R 83 of 255 = 33%
G 116 of 255 = 45%
B 63 of 255 = 25%
R + G + B ~ 34%. #53743F is quite dark color.
R + G + B = 83 + 116 + 63 = 262 (100%)
R 83 of 262 ~ 31.68%
G 116 of 262 ~ 44.27%
B 63 of 262 ~ 24.05'%
#53743F color CMYK value is (28,0,46,55).
CMYK: (28,0,46,55) C28M0Y46K55 (28%,0%,46%,55%) (0.28/0.00/0.46/0.55)
Color #53743F in popluar color models
53 | 74 | 3F | |
---|---|---|---|
RGB | 83 | 116 | 63 |
HSL | 97° | 29.61% | 35.10% |
HSB/HSV | 97° | 45.69% | 45.49% |
CMYK | 28.45% | 0.00% | 45.69% |
54.51% |
Color #53743F in popluar number systems.
HEX | 53 | 74 | 3F |
Decimal | 83 | 116 | 63 |
Binary | 1010011 | 1110100 | 111111 |
Octal | 123 | 164 | 77 |
Shades of #53743F
Tints of #53743F
Examples of css and html codes for elements with #53743F color. Also use rgb(83,116,63) instead hex code.
.myTextColor { color: #53743F; }
<p style="color:#53743F">This sample text font color is #53743F.</p>
This text font color is #53743F.
.myBgColor { background-color: #53743F; }
<div style="background-color:#53743F">Inner text</div>
This div background color is #53743F.
.myBorderColor { border: 1px solid #53743F; }
<div style="border:3px solid #53743F">Div</div>
This div border color is #53743F.
.myOpacity80 { color: #53743F; opacity: 0.8; }
<p style="color:#53743F;opacity:0.8;">80%</p>
Text with #53743F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #53743F;}
<p style="text-shadow: 3px 3px 1px #53743F">Text here.</p>
This text has shadow with #53743F color.
.textShadow {text-shadow: 3px 3px 1px #53743F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #53743F, 5px 5px 20px red">Text here.</p>
This text has shadow with #53743F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53743F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#53743F, Direction=45, Strength=4)">Text</p>
This text has shadow with #53743F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #53743F;
-webkit-box-shadow: 1px 1px 3px 2px #53743F;
box-shadow: 1px 1px 3px 2px #53743F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53743F; -webkit-box-shadow: 1px 1px 3px 2px #53743F; box-shadow:1px 1px 3px 2px #53743F;">
Div content here
</div>
This text has color #53743F on black background.
This text has color #53743F on white background.
This text has black color on #53743F background.
This text has white color on #53743F background.
Complementary color for #hex is #AC8BC0.