Color Hex Logo

#13601c Color Hex

#13601C
(19,96,28)
0 Favorites   0 Comments

Color spaces of #13601c

RGB 199628
HSL0.350.670.23
HSV127°80°38°
CMYK 0.800.000.71   0.62
XYZ4.66108.58802.5106
Yxy8.58800.29580.5449
Hunter Lab29.3053-22.893915.4343
CIE-Lab35.1786-37.583931.3141

#13601c color RGB value is (19,96,28).

#13601c hex color red value is 19, green value is 96 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #13601c hue: 0.35 , saturation: 0.67 and the lightness value of 13601c is 0.23.

The process color (four color CMYK) of #13601c color hex is 0.80, 0.00, 0.71, 0.62. Web safe color of #13601c is #006633. Color #13601c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100000 00011100
Octal 23 140 34
Decimal 19 96 28
Hex 13 60 1C

RGB Percentages of Color #13601c

%13.29
%67.13
%19.58

CMYK Percentages of Color #13601c

%80
%0
%71
%62

Triadic Colors of #13601c

#13601c #1c1360 #601c13

Analogous Colors of #13601c

#13601c #136043 #316013

Monochromatic Colors of #13601c

#13601c

Complementary Color

#13601c #601357

#13601c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13601c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13601c Color CSS Codes

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

#13601c Text Font Color

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

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


#13601c Background Color

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

This div background color is #13601c


#13601c Border Color

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

This div border color is #13601c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13601c


Comments

No comments written yet.

Please login to write comment.