Color Hex Logo

#13643e Color Hex

#13643E
(19,100,62)
0 Favorites   0 Comments

Color spaces of #13643e

RGB 1910062
HSL0.420.680.23
HSV152°81°39°
CMYK 0.810.000.38   0.61
XYZ5.69529.60066.1104
Yxy9.60060.26610.4485
Hunter Lab30.9848-21.41419.9970
CIE-Lab37.1158-33.291515.0077

#13643e color RGB value is (19,100,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100100 00111110
Octal 23 144 76
Decimal 19 100 62
Hex 13 64 3E

RGB Percentages of Color #13643e

%10.50
%55.25
%34.25

CMYK Percentages of Color #13643e

%81
%0
%38
%61

Triadic Colors of #13643e

#13643e #3e1364 #643e13

Analogous Colors of #13643e

#13643e #136264 #136416

Monochromatic Colors of #13643e

#13643e

Complementary Color

#13643e #641339

#13643e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13643e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13643e Color CSS Codes

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

#13643e Text Font Color

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

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


#13643e Background Color

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

This div background color is #13643e


#13643e Border Color

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

This div border color is #13643e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13643e


Comments

No comments written yet.

Please login to write comment.