Color Hex Logo

#134746 Color Hex

#134746
(19,71,70)
0 Favorites   0 Comments

Color spaces of #134746

RGB 197170
HSL0.500.580.18
HSV179°73°28°
CMYK 0.730.000.01   0.72
XYZ3.62735.08716.5851
Yxy5.08710.23710.3325
Hunter Lab22.5546-10.7636-1.5222
CIE-Lab26.9815-16.9259-4.3990

#134746 color RGB value is (19,71,70).

#134746 hex color red value is 19, green value is 71 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #134746 hue: 0.50 , saturation: 0.58 and the lightness value of 134746 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000111 01000110
Octal 23 107 106
Decimal 19 71 70
Hex 13 47 46

RGB Percentages of Color #134746

%11.88
%44.38
%43.75

CMYK Percentages of Color #134746

%73
%0
%1
%72

Triadic Colors of #134746

#134746 #461347 #474613

Analogous Colors of #134746

#134746 #132e47 #13472c

Monochromatic Colors of #134746

#134746

Complementary Color

#134746 #471314

#134746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134746 Color CSS Codes

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

#134746 Text Font Color

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

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


#134746 Background Color

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

This div background color is #134746


#134746 Border Color

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

This div border color is #134746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134746


Comments

No comments written yet.

Please login to write comment.