color details

Color Details
#404044 Color Hex

#404044 color RGB value is (4, 4, 4).
#404044 hex color red value is 4, green value is 4, and blue value is 4.
Cylindrical-coordinate representations (HSL) of color #404044 hue: 0, saturation: 0 and lightness: 0.02.

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

Color Spaces
Color spaces of #404044Value
RGB64, 64, 68
HSL0.67, 0.03, 0.26
HSV240°, 6°, 27°
XYZ4.99, 5.17, 6.2
Base Numbers
Base Red Green Blue
Binary 1000000 1000000 1000100
Octal 100 100 104
Decimal 64 64 68
Hex 40 40 44

RGB Percentages for Color #404044

32.65%
32.65%
34.69%

CMYK Percentages of the Color #404044

5.88%
5.88%
73.33%
CSS Codes for Color #404044
.mybgColor {background-color: #404044;}
.myforeColor {color: #404044;}
.myborderColor {border:3px solid #404044;}
Text Font Color #404044

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

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

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

The background color of this div is #404044
Border Color #404044

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

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

<p style="text-shadow: 4px 4px 2px rgba(64, 64, 68, 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 #404044;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top