Color Hex Logo

#13643a Color Hex

#13643A
(19,100,58)
0 Favorites   0 Comments

Color spaces of #13643a

RGB 1910058
HSL0.410.680.23
HSV149°81°39°
CMYK 0.810.000.42   0.61
XYZ5.58959.55835.5533
Yxy9.55830.27000.4617
Hunter Lab30.9165-21.832210.9917
CIE-Lab37.0377-34.172717.2746

#13643a color RGB value is (19,100,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100100 00111010
Octal 23 144 72
Decimal 19 100 58
Hex 13 64 3A

RGB Percentages of Color #13643a

%10.73
%56.50
%32.77

CMYK Percentages of Color #13643a

%81
%0
%42
%61

Triadic Colors of #13643a

#13643a #3a1364 #643a13

Analogous Colors of #13643a

#13643a #136463 #156413

Monochromatic Colors of #13643a

#13643a

Complementary Color

#13643a #64133d

#13643a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13643a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13643a Color CSS Codes

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

#13643a Text Font Color

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

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


#13643a Background Color

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

This div background color is #13643a


#13643a Border Color

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

This div border color is #13643a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13643a


Comments

No comments written yet.

Please login to write comment.