Color Hex Logo

#134422 Color Hex

#134422
(19,68,34)
0 Favorites   0 Comments

Color spaces of #134422

RGB 196834
HSL0.380.560.17
HSV138°72°27°
CMYK 0.720.000.50   0.73
XYZ2.62444.38822.2221
Yxy4.38820.28420.4752
Hunter Lab20.9480-14.29638.3743
CIE-Lab24.9154-25.235315.8886

#134422 color RGB value is (19,68,34).

#134422 hex color red value is 19, green value is 68 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #134422 hue: 0.38 , saturation: 0.56 and the lightness value of 134422 is 0.17.

The process color (four color CMYK) of #134422 color hex is 0.72, 0.00, 0.50, 0.73. Web safe color of #134422 is #003333. Color #134422 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000100 00100010
Octal 23 104 42
Decimal 19 68 34
Hex 13 44 22

RGB Percentages of Color #134422

%15.70
%56.20
%28.10

CMYK Percentages of Color #134422

%72
%0
%50
%73

Triadic Colors of #134422

#134422 #221344 #442213

Analogous Colors of #134422

#134422 #13443b #1d4413

Monochromatic Colors of #134422

#134422

Complementary Color

#134422 #441335

#134422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134422 Color CSS Codes

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

#134422 Text Font Color

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

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


#134422 Background Color

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

This div background color is #134422


#134422 Border Color

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

This div border color is #134422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134422


Comments

No comments written yet.

Please login to write comment.