HEX: #53B48D
RGB: (83,180,141)
#53B48D contains mainly green and blue colors. Web safe color of #53B48D is #66CC99 (or #6C9).
#53B48D color RGB value is (83,180,141).
RGB: (83,180,141)
(33%, 71%, 55%)
R 83 of 255 = 33%
G 180 of 255 = 71%
B 141 of 255 = 55%
R + G + B ~ 53%. #53B48D is middle color (not dark and not light).
R + G + B = 83 + 180 + 141 = 404 (100%)
R 83 of 404 ~ 20.54%
G 180 of 404 ~ 44.55%
B 141 of 404 ~ 34.9'%
#53B48D color CMYK value is (54,0,22,29).
CMYK: (54,0,22,29) C54M0Y22K29 (54%,0%,22%,29%) (0.54/0.00/0.22/0.29)
Color #53B48D in popluar color models
53 | B4 | 8D | |
---|---|---|---|
RGB | 83 | 180 | 141 |
HSL | 156° | 39.27% | 51.57% |
HSB/HSV | 156° | 53.89% | 70.59% |
CMYK | 53.89% | 0.00% | 21.67% |
29.41% |
Color #53B48D in popluar number systems.
HEX | 53 | B4 | 8D |
Decimal | 83 | 180 | 141 |
Binary | 1010011 | 10110100 | 10001101 |
Octal | 123 | 264 | 215 |
Shades of #53B48D
Tints of #53B48D
Examples of css and html codes for elements with #53B48D color. Also use rgb(83,180,141) instead hex code.
.myTextColor { color: #53B48D; }
<p style="color:#53B48D">This sample text font color is #53B48D.</p>
This text font color is #53B48D.
.myBgColor { background-color: #53B48D; }
<div style="background-color:#53B48D">Inner text</div>
This div background color is #53B48D.
.myBorderColor { border: 1px solid #53B48D; }
<div style="border:3px solid #53B48D">Div</div>
This div border color is #53B48D.
.myOpacity80 { color: #53B48D; opacity: 0.8; }
<p style="color:#53B48D;opacity:0.8;">80%</p>
Text with #53B48D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #53B48D;}
<p style="text-shadow: 3px 3px 1px #53B48D">Text here.</p>
This text has shadow with #53B48D color.
.textShadow {text-shadow: 3px 3px 1px #53B48D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #53B48D, 5px 5px 20px red">Text here.</p>
This text has shadow with #53B48D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53B48D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#53B48D, Direction=45, Strength=4)">Text</p>
This text has shadow with #53B48D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #53B48D;
-webkit-box-shadow: 1px 1px 3px 2px #53B48D;
box-shadow: 1px 1px 3px 2px #53B48D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53B48D; -webkit-box-shadow: 1px 1px 3px 2px #53B48D; box-shadow:1px 1px 3px 2px #53B48D;">
Div content here
</div>
This text has color #53B48D on black background.
This text has color #53B48D on white background.
This text has black color on #53B48D background.
This text has white color on #53B48D background.
Complementary color for #hex is #AC4B72.