color details

Color Details
#20613d Color Hex

#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
Color spaces of #20613dValue
RGB32, 97, 61
HSL0.41, 0.5, 0.25
HSV147°, 67°, 38°
XYZ5.71, 9.19, 5.89
Base Numbers
Base Red Green Blue
Binary 100000 1100001 111101
Octal 40 141 75
Decimal 32 97 61
Hex 20 61 3D

RGB Percentages for Color #20613d

16.84%
51.05%
32.11%

CMYK Percentages of the Color #20613d

67.01%
37.11%
61.96%
CSS Codes for Color #20613d
.mybgColor {background-color: #20613d;}
.myforeColor {color: #20613d;}
.myborderColor {border:3px solid #20613d;}
Text Font Color #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,

Background Color #20613d

<div style="background-color:#20613d">Div content here</div>

The background color of this div is #20613d
Border Color #20613d

<div style="border:3px solid #20613d">Div here</div>

The border color of this div is #20613d
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32, 97, 61, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #20613d;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #20613d

Scroll to Top