Color Hex Logo

#133701 Color Hex

#133701
(19,55,1)
0 Favorites   0 Comments

Color spaces of #133701

RGB 19551
HSL0.280.960.11
HSV100°98°22°
CMYK 0.650.000.98   0.78
XYZ1.64022.87300.4968
Yxy2.87300.32740.5735
Hunter Lab16.9499-12.389410.1272
CIE-Lab19.5279-23.929626.5629

#133701 color RGB value is (19,55,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110111 00000001
Octal 23 67 1
Decimal 19 55 1
Hex 13 37 1

RGB Percentages of Color #133701

%25.33
%73.33
%1.33

CMYK Percentages of Color #133701

%65
%0
%98
%78

Triadic Colors of #133701

#133701 #011337 #370113

Analogous Colors of #133701

#133701 #01370a #2e3701

Monochromatic Colors of #133701

#133701

Complementary Color

#133701 #250137

#133701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133701 Color CSS Codes

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

#133701 Text Font Color

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

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


#133701 Background Color

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

This div background color is #133701


#133701 Border Color

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

This div border color is #133701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133701


Comments

No comments written yet.

Please login to write comment.