Color Hex Logo

#041d0c Color Hex

#041D0C
(4,29,12)
0 Favorites   0 Comments

Color spaces of #041d0c

RGB 42912
HSL0.390.760.06
HSV139°86°11°
CMYK 0.860.000.59   0.89
XYZ0.55580.93110.4983
Yxy0.93110.28000.4690
Hunter Lab9.6494-6.60483.6928
CIE-Lab8.4038-13.45537.3618

#041d0c color RGB value is (4,29,12).

#041d0c hex color red value is 4, green value is 29 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #041d0c hue: 0.39 , saturation: 0.76 and the lightness value of 041d0c is 0.06.

The process color (four color CMYK) of #041d0c color hex is 0.86, 0.00, 0.59, 0.89. Web safe color of #041d0c is #003300. Color #041d0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011101 00001100
Octal 4 35 14
Decimal 4 29 12
Hex 4 1D C

RGB Percentages of Color #041d0c

%8.89
%64.44
%26.67

CMYK Percentages of Color #041d0c

%86
%0
%59
%89

Triadic Colors of #041d0c

#041d0c #0c041d #1d0c04

Analogous Colors of #041d0c

#041d0c #041d19 #091d04

Monochromatic Colors of #041d0c

#041d0c

Complementary Color

#041d0c #1d0415

#041d0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041d0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#041d0c Color CSS Codes

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

#041d0c Text Font Color

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

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


#041d0c Background Color

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

This div background color is #041d0c


#041d0c Border Color

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

This div border color is #041d0c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,29,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #041d0c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #041d0c;
  -webkit-box-shadow: 1px 1px 3px 2px #041d0c;
  box-shadow:         1px 1px 3px 2px #041d0c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041d0c


Comments

No comments written yet.

Please login to write comment.