Color Hex Logo

#134738 Color Hex

#134738
(19,71,56)
0 Favorites   0 Comments

Color spaces of #134738

RGB 197156
HSL0.450.580.18
HSV163°73°28°
CMYK 0.730.000.21   0.72
XYZ3.23564.93044.5225
Yxy4.93040.25500.3886
Hunter Lab22.2045-12.84723.4673
CIE-Lab26.5355-21.29554.0739

#134738 color RGB value is (19,71,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000111 00111000
Octal 23 107 70
Decimal 19 71 56
Hex 13 47 38

RGB Percentages of Color #134738

%13.01
%48.63
%38.36

CMYK Percentages of Color #134738

%73
%0
%21
%72

Triadic Colors of #134738

#134738 #381347 #473813

Analogous Colors of #134738

#134738 #133c47 #13471e

Monochromatic Colors of #134738

#134738

Complementary Color

#134738 #471322

#134738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134738 Color CSS Codes

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

#134738 Text Font Color

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

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


#134738 Background Color

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

This div background color is #134738


#134738 Border Color

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

This div border color is #134738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134738


Comments

No comments written yet.

Please login to write comment.