Color Hex Logo

#013a15 Color Hex

#013A15
(1,58,21)
0 Favorites   0 Comments

Color spaces of #013a15

RGB 15821
HSL0.390.970.12
HSV141°98°23°
CMYK 0.980.000.64   0.77
XYZ1.66093.08671.2177
Yxy3.08670.27840.5174
Hunter Lab17.5690-13.87118.1889
CIE-Lab20.3878-27.094818.0120

#013a15 color RGB value is (1,58,21).

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

The process color (four color CMYK) of #013a15 color hex is 0.98, 0.00, 0.64, 0.77. Web safe color of #013a15 is #003300. Color #013a15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111010 00010101
Octal 1 72 25
Decimal 1 58 21
Hex 1 3A 15

RGB Percentages of Color #013a15

%1.25
%72.50
%26.25

CMYK Percentages of Color #013a15

%98
%0
%64
%77

Triadic Colors of #013a15

#013a15 #15013a #3a1501

Analogous Colors of #013a15

#013a15 #013a32 #093a01

Monochromatic Colors of #013a15

#013a15

Complementary Color

#013a15 #3a0126

#013a15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013a15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013a15 Color CSS Codes

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

#013a15 Text Font Color

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

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


#013a15 Background Color

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

This div background color is #013a15


#013a15 Border Color

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

This div border color is #013a15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013a15


Comments

No comments written yet.

Please login to write comment.