HEX: #537E4A
RGB: (83,126,74)
#537E4A contains red, green and blue colors in about the same proportion. Web safe color of #537E4A is #666633 (or #663).
#537E4A color RGB value is (83,126,74).
RGB: (83,126,74)
(33%, 49%, 29%)
R 83 of 255 = 33%
G 126 of 255 = 49%
B 74 of 255 = 29%
R + G + B ~ 37%. #537E4A is quite dark color.
R + G + B = 83 + 126 + 74 = 283 (100%)
R 83 of 283 ~ 29.33%
G 126 of 283 ~ 44.52%
B 74 of 283 ~ 26.15'%
#537E4A color CMYK value is (34,0,41,51).
CMYK: (34,0,41,51)
C34M0Y41K51 (34%, 0%, 41%, 51%)
(0.34 / 0.00 / 0.41 / 0.51)
Color #537E4A in popluar color models
53 | 7E | 4A | |
---|---|---|---|
RGB | 83 | 126 | 74 |
HSL | 110° | 26.00% | 39.22% |
HSB/HSV | 110° | 41.27% | 49.41% |
CMYK | 34.13% | 0.00% | 41.27% |
50.59% |
Color #537E4A in popluar number systems.
HEX | 53 | 7E | 4A |
Decimal | 83 | 126 | 74 |
Binary | 1010011 | 1111110 | 1001010 |
Octal | 123 | 176 | 112 |
Shades of #537E4A
Tints of #537E4A
Examples of css and html codes for elements with #537E4A color. Also use rgb(83,126,74) instead hex code.
.myTextColor { color: #537E4A; }
<p style="color:#537E4A">This sample text font color is #537E4A.</p>
This text font color is #537E4A.
.myBgColor { background-color: #537E4A; }
<div style="background-color:#537E4A">Inner text</div>
This div background color is #537E4A.
.myBorderColor { border: 1px solid #537E4A; }
<div style="border:3px solid #537E4A">Div</div>
This div border color is #537E4A.
.myOpacity80 { color: #537E4A; opacity: 0.8; }
<p style="color:#537E4A;opacity:0.8;">80%</p>
Text with #537E4A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #537E4A;}
<p style="text-shadow: 3px 3px 1px #537E4A">Text here.</p>
This text has shadow with #537E4A color.
.textShadow {text-shadow: 3px 3px 1px #537E4A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #537E4A, 5px 5px 20px red">Text here.</p>
This text has shadow with #537E4A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#537E4A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#537E4A, Direction=45, Strength=4)">Text</p>
This text has shadow with #537E4A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #537E4A;
-webkit-box-shadow: 1px 1px 3px 2px #537E4A;
box-shadow: 1px 1px 3px 2px #537E4A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #537E4A; -webkit-box-shadow: 1px 1px 3px 2px #537E4A; box-shadow:1px 1px 3px 2px #537E4A;">
Div content here
</div>
This text has color #537E4A on black background.
This text has color #537E4A on white background.
This text has black color on #537E4A background.
This text has white color on #537E4A background.
Complementary color for #hex is #AC81B5.