Color Hex Logo

#03442b Color Hex

#03442B
(3,68,43)
0 Favorites   0 Comments

Color spaces of #03442b

RGB 36843
HSL0.440.920.14
HSV157°96°27°
CMYK 0.960.000.37   0.73
XYZ2.54074.32802.9870
Yxy4.32800.25780.4391
Hunter Lab20.8038-14.60726.0499
CIE-Lab24.7274-26.04919.9006

#03442b color RGB value is (3,68,43).

#03442b hex color red value is 3, green value is 68 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #03442b hue: 0.44 , saturation: 0.92 and the lightness value of 03442b is 0.14.

The process color (four color CMYK) of #03442b color hex is 0.96, 0.00, 0.37, 0.73. Web safe color of #03442b is #003333. Color #03442b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01000100 00101011
Octal 3 104 53
Decimal 3 68 43
Hex 3 44 2B

RGB Percentages of Color #03442b

%2.63
%59.65
%37.72

CMYK Percentages of Color #03442b

%96
%0
%37
%73

Triadic Colors of #03442b

#03442b #2b0344 #442b03

Analogous Colors of #03442b

#03442b #033d44 #03440b

Monochromatic Colors of #03442b

#03442b

Complementary Color

#03442b #44031c

#03442b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03442b Color Preview on White Background

Lorem ipsum dolor sit amet.

#03442b Color CSS Codes

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

#03442b Text Font Color

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

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


#03442b Background Color

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

This div background color is #03442b


#03442b Border Color

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

This div border color is #03442b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,68,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03442b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03442b;
  -webkit-box-shadow: 1px 1px 3px 2px #03442b;
  box-shadow:         1px 1px 3px 2px #03442b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03442b


Comments

No comments written yet.

Please login to write comment.