Color Hex Logo

#01330c Color Hex

#01330C
(1,51,12)
0 Favorites   0 Comments

Color spaces of #01330c

RGB 15112
HSL0.370.960.10
HSV133°98°20°
CMYK 0.980.000.76   0.80
XYZ1.26272.40070.7446
Yxy2.40070.28650.5446
Hunter Lab15.4942-12.56807.9967
CIE-Lab17.4634-25.819319.4591

#01330c color RGB value is (1,51,12).

#01330c hex color red value is 1, green value is 51 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #01330c hue: 0.37 , saturation: 0.96 and the lightness value of 01330c is 0.10.

The process color (four color CMYK) of #01330c color hex is 0.98, 0.00, 0.76, 0.80. Web safe color of #01330c is #003300. Color #01330c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110011 00001100
Octal 1 63 14
Decimal 1 51 12
Hex 1 33 C

RGB Percentages of Color #01330c

%1.56
%79.69
%18.75

CMYK Percentages of Color #01330c

%98
%0
%76
%80

Triadic Colors of #01330c

#01330c #0c0133 #330c01

Analogous Colors of #01330c

#01330c #013325 #0f3301

Monochromatic Colors of #01330c

#01330c

Complementary Color

#01330c #330128

#01330c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01330c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01330c Color CSS Codes

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

#01330c Text Font Color

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

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


#01330c Background Color

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

This div background color is #01330c


#01330c Border Color

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

This div border color is #01330c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01330c


Comments

No comments written yet.

Please login to write comment.