#3a6c4f hex color information.
RGB value of #3a6c4f is (58,108,79)
Change page background color to #3a6c4f
| Reset
| RGB | 58 | 108 | 79 |
|---|---|---|---|
| HSL | 0.40 | 0.30 | 0.33 |
| HSV | 145° | 46° | 42° |
| CMYK | 0.46 | 0.00 | 0.27 0.58 |
| XYZ | 8.5188 | 12.1892 | 9.3009 |
| Yxy | 12.1892 | 0.2839 | 0.4062 |
| Hunter Lab | 34.9130 | -17.5437 | 8.6442 |
| CIE-Lab | 41.5153 | -24.1501 | 11.0827 |
#3a6c4f hex color red value is 58, green value is 108 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #3a6c4f hue: 0.40 , saturation: 0.30 and the lightness value of 3a6c4f is 0.33.
The process color (four color CMYK) of #3a6c4f hex color is 0.46, 0.00, 0.27, 0.58. Web safe color of #3a6c4f is #336666
Color #3a6c4f contains mostly GREEN color.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 00111010 | 01101100 | 01001111 |
| Octal | 72 | 154 | 117 |
| Decimal | 58 | 108 | 79 |
| Hexadecimal | 3A | 6C | 4F |
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
.mybgcolor {background-color:#3a6c4f; }
.myforecolor {color:#3a6c4f; }
.mybordercolor {border:3px solid #3a6c4f; }
This sample text font color is #3a6c4f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
<p style="color:#3a6c4f">Text here</p>
This div background color is #3a6c4f
<div style="background-color:#3a6c4f">
Div content here</div>
This div border color is #3a6c4f
<div style="border:3px solid #3a6c4f">
Div here</div>
| #3a6c4f | border color |
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(58,108,79, 0.8);
}
.textShadowHex {
text-shadow: 4px 4px 2px #3a6c4f;
}
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #3a6c4f;
-webkit-box-shadow: 1px 1px 3px 2px #3a6c4f;
box-shadow: 1px 1px 3px 2px #3a6c4f;
}
<p style="text-shadow: 4px 4px 2px rgba(58,108,79, 0.8);">Text here</p>
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px #3a6c4f">Text here</p>
This text has shadow with hex values.
This div box has shadow with color #3a6c4f
<div style="-moz-box-shadow: 1px 1px 3px 2px #3a6c4f; -webkit-box-shadow: 1px 1px 3px 2px #3a6c4f; box-shadow: 1px 1px 3px 2px #3a6c4f;">
Div content here</div>