Color Hex Logo

#041104 Color Hex

#041104
(4,17,4)
0 Favorites   0 Comments

Color spaces of #041104

RGB 4174
HSL0.330.620.04
HSV120°76°
CMYK 0.760.000.76   0.93
XYZ0.27240.43550.1846
Yxy0.43550.30520.4880
Hunter Lab6.5992-4.18062.9610
CIE-Lab3.9338-5.79764.1421

#041104 color RGB value is (4,17,4).

#041104 hex color red value is 4, green value is 17 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #041104 hue: 0.33 , saturation: 0.62 and the lightness value of 041104 is 0.04.

The process color (four color CMYK) of #041104 color hex is 0.76, 0.00, 0.76, 0.93. Web safe color of #041104 is #000000. Color #041104 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010001 00000100
Octal 4 21 4
Decimal 4 17 4
Hex 4 11 4

RGB Percentages of Color #041104

%16.00
%68.00
%16.00

CMYK Percentages of Color #041104

%76
%0
%76
%93

Triadic Colors of #041104

#041104 #040411 #110404

Analogous Colors of #041104

#041104 #04110b #0b1104

Monochromatic Colors of #041104

#041104

Complementary Color

#041104 #110411

#041104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041104 Color CSS Codes

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

#041104 Text Font Color

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

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


#041104 Background Color

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

This div background color is #041104


#041104 Border Color

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

This div border color is #041104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041104


Comments

No comments written yet.

Please login to write comment.