Color Hex Logo

#013d2c Color Hex

#013D2C
(1,61,44)
0 Favorites   0 Comments

Color spaces of #013d2c

RGB 16144
HSL0.450.970.12
HSV163°98°24°
CMYK 0.980.000.28   0.76
XYZ2.13593.52582.9508
Yxy3.52580.24800.4094
Hunter Lab18.7771-12.55553.8266
CIE-Lab22.0374-22.85735.5072

#013d2c color RGB value is (1,61,44).

#013d2c hex color red value is 1, green value is 61 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #013d2c hue: 0.45 , saturation: 0.97 and the lightness value of 013d2c is 0.12.

The process color (four color CMYK) of #013d2c color hex is 0.98, 0.00, 0.28, 0.76. Web safe color of #013d2c is #003333. Color #013d2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111101 00101100
Octal 1 75 54
Decimal 1 61 44
Hex 1 3D 2C

RGB Percentages of Color #013d2c

%0.94
%57.55
%41.51

CMYK Percentages of Color #013d2c

%98
%0
%28
%76

Triadic Colors of #013d2c

#013d2c #2c013d #3d2c01

Analogous Colors of #013d2c

#013d2c #01303d #013d0e

Monochromatic Colors of #013d2c

#013d2c

Complementary Color

#013d2c #3d0112

#013d2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013d2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#013d2c Color CSS Codes

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

#013d2c Text Font Color

<p style="color:#013d2c">Text here</p>

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


#013d2c Background Color

<div style="background-color:#013d2c">
Div content here</div>

This div background color is #013d2c


#013d2c Border Color

<div style="border:3px solid #013d2c">
Div here</div>

This div border color is #013d2c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,61,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #013d2c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #013d2c;
  -webkit-box-shadow: 1px 1px 3px 2px #013d2c;
  box-shadow:         1px 1px 3px 2px #013d2c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013d2c


Comments

No comments written yet.

Please login to write comment.