Color Hex Logo

#13641e Color Hex

#13641E
(19,100,30)
0 Favorites   0 Comments

Color spaces of #13641e

RGB 1910030
HSL0.360.680.23
HSV128°81°39°
CMYK 0.810.000.70   0.61
XYZ5.06019.34652.7657
Yxy9.34650.29470.5443
Hunter Lab30.5720-23.956816.0368
CIE-Lab36.6430-38.814831.9728

#13641e color RGB value is (19,100,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100100 00011110
Octal 23 144 36
Decimal 19 100 30
Hex 13 64 1E

RGB Percentages of Color #13641e

%12.75
%67.11
%20.13

CMYK Percentages of Color #13641e

%81
%0
%70
%61

Triadic Colors of #13641e

#13641e #1e1364 #641e13

Analogous Colors of #13641e

#13641e #136447 #316413

Monochromatic Colors of #13641e

#13641e

Complementary Color

#13641e #641359

#13641e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13641e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13641e Color CSS Codes

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

#13641e Text Font Color

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

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


#13641e Background Color

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

This div background color is #13641e


#13641e Border Color

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

This div border color is #13641e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13641e


Comments

No comments written yet.

Please login to write comment.