Color Hex Logo

#03342a Color Hex

#03342A
(3,52,42)
0 Favorites   0 Comments

Color spaces of #03342a

RGB 35242
HSL0.470.890.11
HSV168°94°20°
CMYK 0.940.000.19   0.80
XYZ1.68352.64252.6118
Yxy2.64250.24270.3809
Hunter Lab16.2558-9.96161.8530
CIE-Lab18.5512-18.59241.8913

#03342a color RGB value is (3,52,42).

#03342a hex color red value is 3, green value is 52 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #03342a hue: 0.47 , saturation: 0.89 and the lightness value of 03342a is 0.11.

The process color (four color CMYK) of #03342a color hex is 0.94, 0.00, 0.19, 0.80. Web safe color of #03342a is #003333. Color #03342a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110100 00101010
Octal 3 64 52
Decimal 3 52 42
Hex 3 34 2A

RGB Percentages of Color #03342a

%3.09
%53.61
%43.30

CMYK Percentages of Color #03342a

%94
%0
%19
%80

Triadic Colors of #03342a

#03342a #2a0334 #342a03

Analogous Colors of #03342a

#03342a #032634 #033412

Monochromatic Colors of #03342a

#03342a

Complementary Color

#03342a #34030d

#03342a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03342a Color Preview on White Background

Lorem ipsum dolor sit amet.

#03342a Color CSS Codes

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

#03342a Text Font Color

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

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


#03342a Background Color

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

This div background color is #03342a


#03342a Border Color

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

This div border color is #03342a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03342a


Comments

No comments written yet.

Please login to write comment.