Color Hex Logo

#033219 Color Hex

#033219
(3,50,25)
0 Favorites   0 Comments

Color spaces of #033219

RGB 35025
HSL0.410.890.10
HSV148°94°20°
CMYK 0.940.000.50   0.80
XYZ1.35362.37081.3060
Yxy2.37080.26910.4713
Hunter Lab15.3974-11.25345.7492
CIE-Lab17.3239-22.441911.6735

#033219 color RGB value is (3,50,25).

#033219 hex color red value is 3, green value is 50 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #033219 hue: 0.41 , saturation: 0.89 and the lightness value of 033219 is 0.10.

The process color (four color CMYK) of #033219 color hex is 0.94, 0.00, 0.50, 0.80. Web safe color of #033219 is #003300. Color #033219 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110010 00011001
Octal 3 62 31
Decimal 3 50 25
Hex 3 32 19

RGB Percentages of Color #033219

%3.85
%64.10
%32.05

CMYK Percentages of Color #033219

%94
%0
%50
%80

Triadic Colors of #033219

#033219 #190332 #321903

Analogous Colors of #033219

#033219 #033231 #043203

Monochromatic Colors of #033219

#033219

Complementary Color

#033219 #32031c

#033219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#033219 Color CSS Codes

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

#033219 Text Font Color

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

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


#033219 Background Color

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

This div background color is #033219


#033219 Border Color

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

This div border color is #033219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033219


Comments

No comments written yet.

Please login to write comment.