Color Hex Logo

#134642 Color Hex

#134642
(19,70,66)
0 Favorites   0 Comments

Color spaces of #134642

RGB 197066
HSL0.490.570.17
HSV175°73°27°
CMYK 0.730.000.06   0.73
XYZ3.44214.91215.9210
Yxy4.91210.24110.3441
Hunter Lab22.1633-11.0635-0.3253
CIE-Lab26.4829-17.6918-2.5256

#134642 color RGB value is (19,70,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000110 01000010
Octal 23 106 102
Decimal 19 70 66
Hex 13 46 42

RGB Percentages of Color #134642

%12.26
%45.16
%42.58

CMYK Percentages of Color #134642

%73
%0
%6
%73

Triadic Colors of #134642

#134642 #421346 #464213

Analogous Colors of #134642

#134642 #133146 #134629

Monochromatic Colors of #134642

#134642

Complementary Color

#134642 #461317

#134642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134642 Color CSS Codes

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

#134642 Text Font Color

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

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


#134642 Background Color

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

This div background color is #134642


#134642 Border Color

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

This div border color is #134642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134642


Comments

No comments written yet.

Please login to write comment.