Color Hex Logo

#13642e Color Hex

#13642E
(19,100,46)
0 Favorites   0 Comments

Color spaces of #13642e

RGB 1910046
HSL0.390.680.23
HSV140°81°39°
CMYK 0.810.000.54   0.61
XYZ5.31899.45004.1285
Yxy9.45000.28150.5001
Hunter Lab30.7409-22.911713.5559
CIE-Lab36.8366-36.495823.9072

#13642e color RGB value is (19,100,46).

#13642e hex color red value is 19, green value is 100 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #13642e hue: 0.39 , saturation: 0.68 and the lightness value of 13642e is 0.23.

The process color (four color CMYK) of #13642e color hex is 0.81, 0.00, 0.54, 0.61. Web safe color of #13642e is #006633. Color #13642e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100100 00101110
Octal 23 144 56
Decimal 19 100 46
Hex 13 64 2E

RGB Percentages of Color #13642e

%11.52
%60.61
%27.88

CMYK Percentages of Color #13642e

%81
%0
%54
%61

Triadic Colors of #13642e

#13642e #2e1364 #642e13

Analogous Colors of #13642e

#13642e #136457 #216413

Monochromatic Colors of #13642e

#13642e

Complementary Color

#13642e #641349

#13642e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13642e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13642e Color CSS Codes

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

#13642e Text Font Color

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

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


#13642e Background Color

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

This div background color is #13642e


#13642e Border Color

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

This div border color is #13642e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13642e


Comments

No comments written yet.

Please login to write comment.