HEX: #52834A
RGB: (82,131,74)
#52834A contains red, green and blue colors in about the same proportion. Web safe color of #52834A is #669933 (or #693).
#52834A color RGB value is (82,131,74).
RGB: (82,131,74) (32%,51%,29%)
R 82 of 255 = 32%
G 131 of 255 = 51%
B 74 of 255 = 29%
R + G + B ~ 37%. #52834A is quite dark color.
R + G + B =
82 + 131 + 74 = 287 (100%)
R 82 of 287 ~ 28.57%
G 131 of 287 ~ 45.64%
B 74 of 287 ~ 25.78%
#52834A color CMYK value is (37,0,44,49).
CMYK: (37,0,44,49) C37M0Y44K49 (37%,0%,44%,49%) (0.37/0.00/0.44/0.49)
52 | 83 | 4A | |
---|---|---|---|
RGB | 82 | 131 | 74 |
HSL | 112° | 27.80% | 40.20% |
HSB/HSV | 112° | 43.51% | 51.37% |
CMYK | 37.40% | 0.00% | 43.51% |
48.63% |
HEX | 52 | 83 | 4A |
Decimal | 82 | 131 | 74 |
Binary | 1010010 | 10000011 | 1001010 |
Octal | 122 | 203 | 112 |
Examples of css and html codes for elements with #52834A color. Also use rgb(82,131,74) instead hex code.
.myTextColor { color: #52834A; }
<p style="color:#52834A">This sample text font color is #52834A.</p>
This text font color is #52834A.
.myBgColor { background-color: #52834A; }
<div style="background-color:#52834A">Inner text</div>
This div background color is #52834A.
.myBorderColor { border: 1px solid #52834A; }
<div style="border:3px solid #52834A">Div</div>
This div border color is #52834A.
.myOpacity80 { color: #52834A; opacity: 0.8; }
<p style="color:#52834A;opacity:0.8;">80%</p>
Text with #52834A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #52834A;}
<p style="text-shadow: 3px 3px 1px #52834A">Text here.</p>
This text has shadow with #52834A color.
.textShadow {text-shadow: 3px 3px 1px #52834A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #52834A, 5px 5px 20px red">Text here.</p>
This text has shadow with #52834A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52834A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#52834A, Direction=45, Strength=4)">Text</p>
This text has shadow with #52834A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #52834A; -webkit-box-shadow: 1px 1px 3px 2px #52834A; box-shadow: 1px 1px 3px 2px #52834A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #52834A; -webkit-box-shadow: 1px 1px 3px 2px #52834A; box-shadow:1px 1px 3px 2px #52834A;">
Div content here</div>
This text has color #52834A on black background.
This text has color #52834A on white background.
This text has black color on #52834A background.
This text has white color on #52834A background.