Color Hex Logo

#013d37 Color Hex

#013D37
(1,61,55)
0 Favorites   0 Comments

Color spaces of #013d37

RGB 16155
HSL0.480.970.12
HSV174°98°24°
CMYK 0.980.000.10   0.76
XYZ2.37083.61984.1882
Yxy3.61980.23290.3556
Hunter Lab19.0258-11.05220.2664
CIE-Lab22.3724-19.3079-1.3534

#013d37 color RGB value is (1,61,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111101 00110111
Octal 1 75 67
Decimal 1 61 55
Hex 1 3D 37

RGB Percentages of Color #013d37

%0.85
%52.14
%47.01

CMYK Percentages of Color #013d37

%98
%0
%10
%76

Triadic Colors of #013d37

#013d37 #37013d #3d3701

Analogous Colors of #013d37

#013d37 #01253d #013d19

Monochromatic Colors of #013d37

#013d37

Complementary Color

#013d37 #3d0107

#013d37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013d37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013d37 Color CSS Codes

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

#013d37 Text Font Color

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

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


#013d37 Background Color

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

This div background color is #013d37


#013d37 Border Color

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

This div border color is #013d37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013d37


Comments

No comments written yet.

Please login to write comment.