color details

Color Details
#484c3f Color Hex

#484c3f color RGB value is (4, 132, 195).
#484c3f hex color red value is 4, green value is 132, and blue value is 195.
Cylindrical-coordinate representations (HSL) of color #484c3f hue: 199.79, saturation: 0.96 and lightness: 0.39.

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

Color Spaces
Color spaces of #484c3fValue
RGB72, 76, 63
HSL0.22, 0.09, 0.27
HSV78°, 17°, 30°
XYZ6.15, 6.91, 5.71
Base Numbers
Base Red Green Blue
Binary 1001000 1001100 111111
Octal 110 114 77
Decimal 72 76 63
Hex 48 4C 3F

RGB Percentages for Color #484c3f

34.12%
36.02%
29.86%

CMYK Percentages of the Color #484c3f

5.26%
17.11%
70.2%
CSS Codes for Color #484c3f
.mybgColor {background-color: #484c3f;}
.myforeColor {color: #484c3f;}
.myborderColor {border:3px solid #484c3f;}
Text Font Color #484c3f

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

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

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

The background color of this div is #484c3f
Border Color #484c3f

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

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

<p style="text-shadow: 4px 4px 2px rgba(72, 76, 63, 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 #484c3f;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #484c3f

Scroll to Top