Color Hex Logo

#04332c Color Hex

#04332C
(4,51,44)
0 Favorites   0 Comments

Color spaces of #04332c

RGB 45144
HSL0.480.850.11
HSV171°92°20°
CMYK 0.920.000.14   0.80
XYZ1.68852.57532.7910
Yxy2.57530.23930.3650
Hunter Lab16.0477-9.30230.9218
CIE-Lab18.2558-17.19020.0919

#04332c color RGB value is (4,51,44).

#04332c hex color red value is 4, green value is 51 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #04332c hue: 0.48 , saturation: 0.85 and the lightness value of 04332c is 0.11.

The process color (four color CMYK) of #04332c color hex is 0.92, 0.00, 0.14, 0.80. Web safe color of #04332c is #003333. Color #04332c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00110011 00101100
Octal 4 63 54
Decimal 4 51 44
Hex 4 33 2C

RGB Percentages of Color #04332c

%4.04
%51.52
%44.44

CMYK Percentages of Color #04332c

%92
%0
%14
%80

Triadic Colors of #04332c

#04332c #2c0433 #332c04

Analogous Colors of #04332c

#04332c #042333 #043315

Monochromatic Colors of #04332c

#04332c

Complementary Color

#04332c #33040b

#04332c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04332c Color Preview on White Background

Lorem ipsum dolor sit amet.

#04332c Color CSS Codes

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

#04332c Text Font Color

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

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


#04332c Background Color

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

This div background color is #04332c


#04332c Border Color

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

This div border color is #04332c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04332c

#04332c Color Palettes


Comments

No comments written yet.

Please login to write comment.