Color Hex Logo

#04292f Color Hex

#04292F
(4,41,47)
0 Favorites   0 Comments

Color spaces of #04292f

RGB 44147
HSL0.520.840.10
HSV188°91°18°
CMYK 0.910.130.00   0.82
XYZ1.35611.81692.9686
Yxy1.81690.22080.2958
Hunter Lab13.4792-5.6304-3.6223
CIE-Lab14.4954-10.1756-7.6167

#04292f color RGB value is (4,41,47).

#04292f hex color red value is 4, green value is 41 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #04292f hue: 0.52 , saturation: 0.84 and the lightness value of 04292f is 0.10.

The process color (four color CMYK) of #04292f color hex is 0.91, 0.13, 0.00, 0.82. Web safe color of #04292f is #003333. Color #04292f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101001 00101111
Octal 4 51 57
Decimal 4 41 47
Hex 4 29 2F

RGB Percentages of Color #04292f

%4.35
%44.57
%51.09

CMYK Percentages of Color #04292f

%91
%13
%0
%82

Triadic Colors of #04292f

#04292f #2f0429 #292f04

Analogous Colors of #04292f

#04292f #04142f #042f20

Monochromatic Colors of #04292f

#04292f

Complementary Color

#04292f #2f0a04

#04292f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04292f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04292f Color CSS Codes

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

#04292f Text Font Color

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

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


#04292f Background Color

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

This div background color is #04292f


#04292f Border Color

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

This div border color is #04292f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04292f


Comments

No comments written yet.

Please login to write comment.