color details

Color Details
#34563a Color Hex

#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
Color spaces of #34563aValue
RGB52, 86, 58
HSL0.36, 0.25, 0.27
HSV131°, 40°, 34°
XYZ5.51, 7.69, 5.2
Base Numbers
Base Red Green Blue
Binary 110100 1010110 111010
Octal 64 126 72
Decimal 52 86 58
Hex 34 56 3A

RGB Percentages for Color #34563a

26.53%
43.88%
29.59%

CMYK Percentages of the Color #34563a

39.53%
32.56%
66.27%
CSS Codes for Color #34563a
.mybgColor {background-color: #34563a;}
.myforeColor {color: #34563a;}
.myborderColor {border:3px solid #34563a;}
Text Font Color #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,

Background Color #34563a

<div style="background-color:#34563a">Div content here</div>

The background color of this div is #34563a
Border Color #34563a

<div style="border:3px solid #34563a">Div here</div>

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

<p style="text-shadow: 4px 4px 2px rgba(52, 86, 58, 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 #34563a;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #34563a

Scroll to Top