Color Hex Logo

#013718 Color Hex

#013718
(1,55,24)
0 Favorites   0 Comments

Color spaces of #013718

RGB 15524
HSL0.400.960.11
HSV146°98°22°
CMYK 0.980.000.56   0.78
XYZ1.54362.80481.3242
Yxy2.80480.27210.4944
Hunter Lab16.7475-12.85617.0353
CIE-Lab19.2445-25.296214.7732

#013718 color RGB value is (1,55,24).

#013718 hex color red value is 1, green value is 55 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #013718 hue: 0.40 , saturation: 0.96 and the lightness value of 013718 is 0.11.

The process color (four color CMYK) of #013718 color hex is 0.98, 0.00, 0.56, 0.78. Web safe color of #013718 is #003300. Color #013718 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110111 00011000
Octal 1 67 30
Decimal 1 55 24
Hex 1 37 18

RGB Percentages of Color #013718

%1.25
%68.75
%30.00

CMYK Percentages of Color #013718

%98
%0
%56
%78

Triadic Colors of #013718

#013718 #180137 #371801

Analogous Colors of #013718

#013718 #013733 #053701

Monochromatic Colors of #013718

#013718

Complementary Color

#013718 #370120

#013718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013718 Color CSS Codes

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

#013718 Text Font Color

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

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


#013718 Background Color

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

This div background color is #013718


#013718 Border Color

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

This div border color is #013718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013718


Comments

No comments written yet.

Please login to write comment.