Color Hex Logo

#134037 Color Hex

#134037
(19,64,55)
0 Favorites   0 Comments

Color spaces of #134037

RGB 196455
HSL0.470.540.16
HSV168°70°25°
CMYK 0.700.000.14   0.75
XYZ2.79154.08114.2550
Yxy4.08110.25090.3668
Hunter Lab20.2017-10.68771.6532
CIE-Lab23.9378-17.87970.9884

#134037 color RGB value is (19,64,55).

#134037 hex color red value is 19, green value is 64 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #134037 hue: 0.47 , saturation: 0.54 and the lightness value of 134037 is 0.16.

The process color (four color CMYK) of #134037 color hex is 0.70, 0.00, 0.14, 0.75. Web safe color of #134037 is #003333. Color #134037 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000000 00110111
Octal 23 100 67
Decimal 19 64 55
Hex 13 40 37

RGB Percentages of Color #134037

%13.77
%46.38
%39.86

CMYK Percentages of Color #134037

%70
%0
%14
%75

Triadic Colors of #134037

#134037 #371340 #403713

Analogous Colors of #134037

#134037 #133340 #134021

Monochromatic Colors of #134037

#134037

Complementary Color

#134037 #40131c

#134037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134037 Color CSS Codes

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

#134037 Text Font Color

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

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


#134037 Background Color

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

This div background color is #134037


#134037 Border Color

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

This div border color is #134037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134037


Comments

No comments written yet.

Please login to write comment.