Color Hex Logo

#01322e Color Hex

#01322E
(1,50,46)
0 Favorites   0 Comments

Color spaces of #01322e

RGB 15046
HSL0.490.960.10
HSV175°98°20°
CMYK 0.980.000.08   0.80
XYZ1.64632.48492.9776
Yxy2.48490.23160.3496
Hunter Lab15.7636-8.9442-0.1649
CIE-Lab17.8502-16.5379-1.8934

#01322e color RGB value is (1,50,46).

#01322e hex color red value is 1, green value is 50 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #01322e hue: 0.49 , saturation: 0.96 and the lightness value of 01322e is 0.10.

The process color (four color CMYK) of #01322e color hex is 0.98, 0.00, 0.08, 0.80. Web safe color of #01322e is #003333. Color #01322e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110010 00101110
Octal 1 62 56
Decimal 1 50 46
Hex 1 32 2E

RGB Percentages of Color #01322e

%1.03
%51.55
%47.42

CMYK Percentages of Color #01322e

%98
%0
%8
%80

Triadic Colors of #01322e

#01322e #2e0132 #322e01

Analogous Colors of #01322e

#01322e #011e32 #013216

Monochromatic Colors of #01322e

#01322e

Complementary Color

#01322e #320105

#01322e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01322e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01322e Color CSS Codes

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

#01322e Text Font Color

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

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


#01322e Background Color

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

This div background color is #01322e


#01322e Border Color

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

This div border color is #01322e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01322e


Comments

No comments written yet.

Please login to write comment.