Color Hex Logo

#01330d Color Hex

#01330D
(1,51,13)
0 Favorites   0 Comments

Color spaces of #01330d

RGB 15113
HSL0.370.960.10
HSV134°98°20°
CMYK 0.980.000.75   0.80
XYZ1.26902.40320.7777
Yxy2.40320.28520.5401
Hunter Lab15.5023-12.51717.8772
CIE-Lab17.4751-25.672719.0056

#01330d color RGB value is (1,51,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110011 00001101
Octal 1 63 15
Decimal 1 51 13
Hex 1 33 D

RGB Percentages of Color #01330d

%1.54
%78.46
%20.00

CMYK Percentages of Color #01330d

%98
%0
%75
%80

Triadic Colors of #01330d

#01330d #0d0133 #330d01

Analogous Colors of #01330d

#01330d #013326 #0e3301

Monochromatic Colors of #01330d

#01330d

Complementary Color

#01330d #330127

#01330d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01330d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01330d Color CSS Codes

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

#01330d Text Font Color

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

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


#01330d Background Color

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

This div background color is #01330d


#01330d Border Color

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

This div border color is #01330d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01330d


Comments

No comments written yet.

Please login to write comment.