Color Hex Logo

#046d1c Color Hex

#046D1C
(4,109,28)
0 Favorites   0 Comments

Color spaces of #046d1c

RGB 410928
HSL0.370.930.22
HSV134°96°43°
CMYK 0.960.000.74   0.57
XYZ5.728311.04692.9290
Yxy11.04690.29070.5606
Hunter Lab33.2369-27.400518.0409
CIE-Lab39.6593-43.876536.0382

#046d1c color RGB value is (4,109,28).

#046d1c hex color red value is 4, green value is 109 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #046d1c hue: 0.37 , saturation: 0.93 and the lightness value of 046d1c is 0.22.

The process color (four color CMYK) of #046d1c color hex is 0.96, 0.00, 0.74, 0.57. Web safe color of #046d1c is #006633. Color #046d1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101101 00011100
Octal 4 155 34
Decimal 4 109 28
Hex 4 6D 1C

RGB Percentages of Color #046d1c

%2.84
%77.30
%19.86

CMYK Percentages of Color #046d1c

%96
%0
%74
%57

Triadic Colors of #046d1c

#046d1c #1c046d #6d1c04

Analogous Colors of #046d1c

#046d1c #046d51 #216d04

Monochromatic Colors of #046d1c

#046d1c

Complementary Color

#046d1c #6d0455

#046d1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046d1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#046d1c Color CSS Codes

.mybgcolor {background-color:#046d1c; } 
.myforecolor {color:#046d1c; }
.mybordercolor {border:3px solid #046d1c; }

#046d1c Text Font Color

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

This sample text font color is #046d1c
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.


#046d1c Background Color

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

This div background color is #046d1c


#046d1c Border Color

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

This div border color is #046d1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,109,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #046d1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #046d1c;
  -webkit-box-shadow: 1px 1px 3px 2px #046d1c;
  box-shadow:         1px 1px 3px 2px #046d1c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,109,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #046d1c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046d1c


Comments

No comments written yet.

Please login to write comment.