#040502

#040502 color hex

#040502 hex color information.
RGB value of #040502 is (4,5,2)
Change page background color to #040502 | Reset

#040502 rgb color chart

Color spaces of #040502

RGB 452
HSL0.220.430.01
HSV80°60°
CMYK 0.200.000.60   0.98
XYZ0.11530.13870.0781
Yxy0.13870.34720.4176
Hunter Lab3.7242-0.99121.3636
CIE-Lab1.2529-0.67711.0430

Shades of #040502

Tints of #040502

RGB Percentages of Color #040502

%36.36
%45.45
%18.18

CMYK Percentages of Color #040502

%20
%0
%60
%98

#040502 Color Info

#040502 hex color red value is 4, green value is 5 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #040502 hue: 0.22 , saturation: 0.43 and the lightness value of 040502 is 0.01.

The process color (four color CMYK) of #040502 hex color is 0.20, 0.00, 0.60, 0.98. Web safe color of #040502 is #000000

Color #040502 contains mostly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000101 00000010
Octal 4 5 2
Decimal 4 5 2
Hexadecimal 4 5 2

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #040502

Triadic Colors of #040502

#040502 #020305 #050203

Analogous Colors of #040502

#040502 #020502 #050402

Complementary Color of #040502

#040502 #030205

#040502 HSL Color Chart
#040502 hsl color chart
#040502 RGB Color Chart

#040502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#040502 Color CSS Codes

.mybgcolor {background-color:#040502; } 
.myforecolor {color:#040502; }
.mybordercolor {border:3px solid #040502; }
Sample text font color #040502

This sample text font color is #040502
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

html code
<p style="color:#040502">Text here</p>
#040502 background color

This div background color is #040502

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

This div border color is #040502

<div style="border:3px solid #040502">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #040502 Color Sample
#040502border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(4,5,2, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #040502; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #040502;
  -webkit-box-shadow: 1px 1px 3px 2px #040502;
  box-shadow:         1px 1px 3px 2px #040502; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,5,2, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #040502">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #040502

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top