Color Hex Logo

#04333a Color Hex

#04333A
(4,51,58)
0 Favorites   0 Comments

Color spaces of #04333a

RGB 45158
HSL0.520.870.12
HSV188°93°23°
CMYK 0.930.120.00   0.77
XYZ1.99762.69904.4187
Yxy2.69900.21910.2961
Hunter Lab16.4286-7.0458-4.4468
CIE-Lab18.7957-11.9981-8.7366

#04333a color RGB value is (4,51,58).

#04333a hex color red value is 4, green value is 51 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #04333a hue: 0.52 , saturation: 0.87 and the lightness value of 04333a is 0.12.

The process color (four color CMYK) of #04333a color hex is 0.93, 0.12, 0.00, 0.77. Web safe color of #04333a is #003333. Color #04333a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00110011 00111010
Octal 4 63 72
Decimal 4 51 58
Hex 4 33 3A

RGB Percentages of Color #04333a

%3.54
%45.13
%51.33

CMYK Percentages of Color #04333a

%93
%12
%0
%77

Triadic Colors of #04333a

#04333a #3a0433 #333a04

Analogous Colors of #04333a

#04333a #04183a #043a26

Monochromatic Colors of #04333a

#04333a

Complementary Color

#04333a #3a0b04

#04333a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04333a Color Preview on White Background

Lorem ipsum dolor sit amet.

#04333a Color CSS Codes

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

#04333a Text Font Color

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

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


#04333a Background Color

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

This div background color is #04333a


#04333a Border Color

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

This div border color is #04333a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04333a


Comments

No comments written yet.

Please login to write comment.