#34563a color RGB value is (3, 69, 99).
#34563a hex color red value is 3, green value is 69, and blue value is 99.
Cylindrical-coordinate representations (HSL) of color #34563a
hue: 198.75,
saturation: 0.94 and lightness: 0.2.
The process color (four-color CMYK) of #34563a color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #34563a is #ff9999. Color #34563a contains mainly RED.
| Color spaces of #34563a | Value |
|---|---|
| RGB | 52, 86, 58 |
| HSL | 0.36, 0.25, 0.27 |
| HSV | 131°, 40°, 34° |
| XYZ | 5.51, 7.69, 5.2 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 110100 | 1010110 | 111010 |
| Octal | 64 | 126 | 72 |
| Decimal | 52 | 86 | 58 |
| Hex | 34 | 56 | 3A |
Shades of #34563a
Tints of #34563a
.mybgColor {background-color: #34563a;}
.myforeColor {color: #34563a;}
.myborderColor {border:3px solid #34563a;}
<p style="color:#34563a">Text here</p>
This sample text is styled with the font color #34563a. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#34563a">Div content here</div>
<div style="border:3px solid #34563a">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(52, 86, 58, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #34563a; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #34563a;
-webkit-box-shadow: 1px 1px 3px #34563a;
box-shadow: 1px 1px 3px #34563a; }
<p style="text-shadow: 4px 4px 2px rgba(52, 86, 58, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #34563a;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #34563a;
-webkit-box-shadow: 1px 1px 3px #34563a;
box-shadow: 1px 1px 3px #34563a;">Div content here</div>
