Color Hex Logo

#041005 Color Hex

#041005
(4,16,5)
0 Favorites   0 Comments

Color spaces of #041005

RGB 4165
HSL0.350.600.04
HSV125°75°
CMYK 0.750.000.69   0.94
XYZ0.26280.40740.2084
Yxy0.40740.29910.4637
Hunter Lab6.3828-3.82052.5321
CIE-Lab3.6800-5.09683.3640

#041005 color RGB value is (4,16,5).

#041005 hex color red value is 4, green value is 16 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #041005 hue: 0.35 , saturation: 0.60 and the lightness value of 041005 is 0.04.

The process color (four color CMYK) of #041005 color hex is 0.75, 0.00, 0.69, 0.94. Web safe color of #041005 is #000000. Color #041005 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010000 00000101
Octal 4 20 5
Decimal 4 16 5
Hex 4 10 5

RGB Percentages of Color #041005

%16.00
%64.00
%20.00

CMYK Percentages of Color #041005

%75
%0
%69
%94

Triadic Colors of #041005

#041005 #050410 #100504

Analogous Colors of #041005

#041005 #04100b #091004

Monochromatic Colors of #041005

#041005

Complementary Color

#041005 #10040f

#041005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041005 Color CSS Codes

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

#041005 Text Font Color

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

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


#041005 Background Color

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

This div background color is #041005


#041005 Border Color

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

This div border color is #041005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041005


Comments

No comments written yet.

Please login to write comment.