HEX: #527276
RGB: (82,114,118)
#527276 contains red, green and blue colors in about the same proportion. Web safe color of #527276 is #666666 (or #666).
#527276 color RGB value is (82,114,118).
RGB: (82,114,118) (32%,45%,46%)
R 82 of 255 = 32%
G 114 of 255 = 45%
B 118 of 255 = 46%
R + G + B ~ 41%. #527276 is middle color (not dark and not light).
R + G + B =
82 + 114 + 118 = 314 (100%)
R 82 of 314 ~ 26.11%
G 114 of 314 ~ 36.31%
B 118 of 314 ~ 37.58%
#527276 color CMYK value is (31,3,0,54).
CMYK: (31,3,0,54) C31M3Y0K54 (31%,3%,0%,54%) (0.31/0.03/0.00/0.54)
52 | 72 | 76 | |
---|---|---|---|
RGB | 82 | 114 | 118 |
HSL | 187° | 18.00% | 39.22% |
HSB/HSV | 187° | 30.51% | 46.27% |
CMYK | 30.51% | 3.39% | 0.00% |
53.73% |
HEX | 52 | 72 | 76 |
Decimal | 82 | 114 | 118 |
Binary | 1010010 | 1110010 | 1110110 |
Octal | 122 | 162 | 166 |
Examples of css and html codes for elements with #527276 color. Also use rgb(82,114,118) instead hex code.
.myTextColor { color: #527276; }
<p style="color:#527276">This sample text font color is #527276.</p>
This text font color is #527276.
.myBgColor { background-color: #527276; }
<div style="background-color:#527276">Inner text</div>
This div background color is #527276.
.myBorderColor { border: 1px solid #527276; }
<div style="border:3px solid #527276">Div</div>
This div border color is #527276.
.myOpacity80 { color: #527276; opacity: 0.8; }
<p style="color:#527276;opacity:0.8;">80%</p>
Text with #527276 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #527276;}
<p style="text-shadow: 3px 3px 1px #527276">Text here.</p>
This text has shadow with #527276 color.
.textShadow {text-shadow: 3px 3px 1px #527276, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #527276, 5px 5px 20px red">Text here.</p>
This text has shadow with #527276 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#527276, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#527276, Direction=45, Strength=4)">Text</p>
This text has shadow with #527276 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #527276; -webkit-box-shadow: 1px 1px 3px 2px #527276; box-shadow: 1px 1px 3px 2px #527276; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #527276; -webkit-box-shadow: 1px 1px 3px 2px #527276; box-shadow:1px 1px 3px 2px #527276;">
Div content here</div>
This text has color #527276 on black background.
This text has color #527276 on white background.
This text has black color on #527276 background.
This text has white color on #527276 background.