color details

Color Details
#3a2627 Color Hex

#3a2627 color RGB value is (3, 162, 98).
#3a2627 hex color red value is 3, green value is 162, and blue value is 98.
Cylindrical-coordinate representations (HSL) of color #3a2627 hue: 155.85, saturation: 0.96 and lightness: 0.32.

The process color (four-color CMYK) of #3a2627 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #3a2627 is #ff9999. Color #3a2627 contains mainly RED.

Color Spaces
Color spaces of #3a2627Value
RGB58, 38, 39
HSL0.99, 0.21, 0.19
HSV357°, 34°, 23°
XYZ2.8, 2.43, 2.24
Base Numbers
Base Red Green Blue
Binary 111010 100110 100111
Octal 72 46 47
Decimal 58 38 39
Hex 3A 26 27

RGB Percentages for Color #3a2627

42.96%
28.15%
28.89%

CMYK Percentages of the Color #3a2627

34.48%
32.76%
77.25%
CSS Codes for Color #3a2627
.mybgColor {background-color: #3a2627;}
.myforeColor {color: #3a2627;}
.myborderColor {border:3px solid #3a2627;}
Text Font Color #3a2627

<p style="color:#3a2627">Text here</p>

This sample text is styled with the font color #3a2627. 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 #3a2627

<div style="background-color:#3a2627">Div content here</div>

The background color of this div is #3a2627
Border Color #3a2627

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

The border color of this div is #3a2627
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(58, 38, 39, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #3a2627;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #3a2627;
-webkit-box-shadow: 1px 1px 3px #3a2627;
box-shadow: 1px 1px 3px #3a2627;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58, 38, 39, 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 #3a2627;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #3a2627; -webkit-box-shadow: 1px 1px 3px #3a2627; box-shadow: 1px 1px 3px #3a2627;">Div content here</div>

This div box has a shadow with a specified color. #3a2627

Scroll to Top