#20613d color RGB value is (2, 6, 19).
#20613d hex color red value is 2, green value is 6, and blue value is 19.
Cylindrical-coordinate representations (HSL) of color #20613d
hue: 225.88,
saturation: 0.81 and lightness: 0.04.
The process color (four-color CMYK) of #20613d color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #20613d is #ff9999. Color #20613d contains mainly RED.
| Color spaces of #20613d | Value |
|---|---|
| RGB | 32, 97, 61 |
| HSL | 0.41, 0.5, 0.25 |
| HSV | 147°, 67°, 38° |
| XYZ | 5.71, 9.19, 5.89 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 100000 | 1100001 | 111101 |
| Octal | 40 | 141 | 75 |
| Decimal | 32 | 97 | 61 |
| Hex | 20 | 61 | 3D |
Shades of #20613d
Tints of #20613d
.mybgColor {background-color: #20613d;}
.myforeColor {color: #20613d;}
.myborderColor {border:3px solid #20613d;}
<p style="color:#20613d">Text here</p>
This sample text is styled with the font color #20613d. 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:#20613d">Div content here</div>
<div style="border:3px solid #20613d">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(32, 97, 61, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #20613d; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #20613d;
-webkit-box-shadow: 1px 1px 3px #20613d;
box-shadow: 1px 1px 3px #20613d; }
<p style="text-shadow: 4px 4px 2px rgba(32, 97, 61, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #20613d;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #20613d;
-webkit-box-shadow: 1px 1px 3px #20613d;
box-shadow: 1px 1px 3px #20613d;">Div content here</div>
