Color Hex Logo

#134632 Color Hex

#134632
(19,70,50)
0 Favorites   0 Comments

Color spaces of #134632

RGB 197050
HSL0.430.570.17
HSV156°73°27°
CMYK 0.730.000.29   0.73
XYZ3.03444.74913.7743
Yxy4.74910.26250.4109
Hunter Lab21.7924-13.28224.9861
CIE-Lab26.0077-22.45117.2158

#134632 color RGB value is (19,70,50).

#134632 hex color red value is 19, green value is 70 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #134632 hue: 0.43 , saturation: 0.57 and the lightness value of 134632 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000110 00110010
Octal 23 106 62
Decimal 19 70 50
Hex 13 46 32

RGB Percentages of Color #134632

%13.67
%50.36
%35.97

CMYK Percentages of Color #134632

%73
%0
%29
%73

Triadic Colors of #134632

#134632 #321346 #463213

Analogous Colors of #134632

#134632 #134146 #134619

Monochromatic Colors of #134632

#134632

Complementary Color

#134632 #461327

#134632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134632 Color CSS Codes

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

#134632 Text Font Color

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

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


#134632 Background Color

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

This div background color is #134632


#134632 Border Color

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

This div border color is #134632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134632


Comments

No comments written yet.

Please login to write comment.