HEX: #52837E
RGB: (82,131,126)
#52837E contains red, green and blue colors in about the same proportion. Web safe color of #52837E is #669966 (or #696).
#52837E color RGB value is (82,131,126).
RGB: (82,131,126) (32%,51%,49%)
R 82 of 255 = 32%
G 131 of 255 = 51%
B 126 of 255 = 49%
R + G + B ~ 44%. #52837E is middle color (not dark and not light).
R + G + B =
82 + 131 + 126 = 339 (100%)
R 82 of 339 ~ 24.19%
G 131 of 339 ~ 38.64%
B 126 of 339 ~ 37.17%
#52837E color CMYK value is (37,0,4,49).
CMYK: (37,0,4,49) C37M0Y4K49 (37%,0%,4%,49%) (0.37/0.00/0.04/0.49)
52 | 83 | 7E | |
---|---|---|---|
RGB | 82 | 131 | 126 |
HSL | 174° | 23.00% | 41.76% |
HSB/HSV | 174° | 37.40% | 51.37% |
CMYK | 37.40% | 0.00% | 3.82% |
48.63% |
HEX | 52 | 83 | 7E |
Decimal | 82 | 131 | 126 |
Binary | 1010010 | 10000011 | 1111110 |
Octal | 122 | 203 | 176 |
Examples of css and html codes for elements with #52837E color. Also use rgb(82,131,126) instead hex code.
.myTextColor { color: #52837E; }
<p style="color:#52837E">This sample text font color is #52837E.</p>
This text font color is #52837E.
.myBgColor { background-color: #52837E; }
<div style="background-color:#52837E">Inner text</div>
This div background color is #52837E.
.myBorderColor { border: 1px solid #52837E; }
<div style="border:3px solid #52837E">Div</div>
This div border color is #52837E.
.myOpacity80 { color: #52837E; opacity: 0.8; }
<p style="color:#52837E;opacity:0.8;">80%</p>
Text with #52837E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #52837E;}
<p style="text-shadow: 3px 3px 1px #52837E">Text here.</p>
This text has shadow with #52837E color.
.textShadow {text-shadow: 3px 3px 1px #52837E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #52837E, 5px 5px 20px red">Text here.</p>
This text has shadow with #52837E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52837E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#52837E, Direction=45, Strength=4)">Text</p>
This text has shadow with #52837E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #52837E; -webkit-box-shadow: 1px 1px 3px 2px #52837E; box-shadow: 1px 1px 3px 2px #52837E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #52837E; -webkit-box-shadow: 1px 1px 3px 2px #52837E; box-shadow:1px 1px 3px 2px #52837E;">
Div content here</div>
This text has color #52837E on black background.
This text has color #52837E on white background.
This text has black color on #52837E background.
This text has white color on #52837E background.