Color Hex Logo

#134409 Color Hex

#134409
(19,68,9)
0 Favorites   0 Comments

Color spaces of #134409

RGB 19689
HSL0.310.770.15
HSV110°87°27°
CMYK 0.720.000.87   0.73
XYZ2.38504.29240.9613
Yxy4.29240.31220.5619
Hunter Lab20.7181-15.708411.7517
CIE-Lab24.6155-28.685028.6906

#134409 color RGB value is (19,68,9).

#134409 hex color red value is 19, green value is 68 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #134409 hue: 0.31 , saturation: 0.77 and the lightness value of 134409 is 0.15.

The process color (four color CMYK) of #134409 color hex is 0.72, 0.00, 0.87, 0.73. Web safe color of #134409 is #003300. Color #134409 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000100 00001001
Octal 23 104 11
Decimal 19 68 9
Hex 13 44 9

RGB Percentages of Color #134409

%19.79
%70.83
%9.38

CMYK Percentages of Color #134409

%72
%0
%87
%73

Triadic Colors of #134409

#134409 #091344 #440913

Analogous Colors of #134409

#134409 #09441d #314409

Monochromatic Colors of #134409

#134409

Complementary Color

#134409 #3a0944

#134409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134409 Color CSS Codes

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

#134409 Text Font Color

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

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


#134409 Background Color

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

This div background color is #134409


#134409 Border Color

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

This div border color is #134409


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,68,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #134409; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #134409;
  -webkit-box-shadow: 1px 1px 3px 2px #134409;
  box-shadow:         1px 1px 3px 2px #134409; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134409


Comments

No comments written yet.

Please login to write comment.