Color Hex Logo

#13644d Color Hex

#13644D
(19,100,77)
0 Favorites   0 Comments

Color spaces of #13644d

RGB 1910077
HSL0.450.680.23
HSV163°81°39°
CMYK 0.810.000.23   0.61
XYZ6.16539.78868.5856
Yxy9.78860.25120.3989
Hunter Lab31.2867-19.57705.6306
CIE-Lab37.4603-29.53466.4099

#13644d color RGB value is (19,100,77).

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

The process color (four color CMYK) of #13644d color hex is 0.81, 0.00, 0.23, 0.61. Web safe color of #13644d is #006666. Color #13644d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100100 01001101
Octal 23 144 115
Decimal 19 100 77
Hex 13 64 4D

RGB Percentages of Color #13644d

%9.69
%51.02
%39.29

CMYK Percentages of Color #13644d

%81
%0
%23
%61

Triadic Colors of #13644d

#13644d #4d1364 #644d13

Analogous Colors of #13644d

#13644d #135364 #136425

Monochromatic Colors of #13644d

#13644d

Complementary Color

#13644d #64132a

#13644d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13644d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13644d Color CSS Codes

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

#13644d Text Font Color

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

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


#13644d Background Color

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

This div background color is #13644d


#13644d Border Color

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

This div border color is #13644d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13644d


Comments

No comments written yet.

Please login to write comment.