Color Hex Logo

#013509 Color Hex

#013509
(1,53,9)
0 Favorites   0 Comments

Color spaces of #013509

RGB 1539
HSL0.360.960.11
HSV129°98°21°
CMYK 0.980.000.83   0.79
XYZ1.33492.57240.6846
Yxy2.57240.29070.5602
Hunter Lab16.0387-13.21128.6963
CIE-Lab18.2429-26.963821.6612

#013509 color RGB value is (1,53,9).

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

The process color (four color CMYK) of #013509 color hex is 0.98, 0.00, 0.83, 0.79. Web safe color of #013509 is #003300. Color #013509 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110101 00001001
Octal 1 65 11
Decimal 1 53 9
Hex 1 35 9

RGB Percentages of Color #013509

%1.59
%84.13
%14.29

CMYK Percentages of Color #013509

%98
%0
%83
%79

Triadic Colors of #013509

#013509 #090135 #350901

Analogous Colors of #013509

#013509 #013523 #133501

Monochromatic Colors of #013509

#013509

Complementary Color

#013509 #35012d

#013509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013509 Color CSS Codes

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

#013509 Text Font Color

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

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


#013509 Background Color

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

This div background color is #013509


#013509 Border Color

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

This div border color is #013509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013509


Comments

No comments written yet.

Please login to write comment.