Color Hex Logo

#13734e Color Hex

#13734E
(19,115,78)
0 Favorites   0 Comments

Color spaces of #13734e

RGB 1911578
HSL0.440.720.26
HSV157°83°45°
CMYK 0.830.000.32   0.55
XYZ7.774412.95009.2976
Yxy12.95000.25900.4314
Hunter Lab35.9861-24.41279.8717
CIE-Lab42.6878-35.921513.1147

#13734e color RGB value is (19,115,78).

#13734e hex color red value is 19, green value is 115 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #13734e hue: 0.44 , saturation: 0.72 and the lightness value of 13734e is 0.26.

The process color (four color CMYK) of #13734e color hex is 0.83, 0.00, 0.32, 0.55. Web safe color of #13734e is #006666. Color #13734e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110011 01001110
Octal 23 163 116
Decimal 19 115 78
Hex 13 73 4E

RGB Percentages of Color #13734e

%8.96
%54.25
%36.79

CMYK Percentages of Color #13734e

%83
%0
%32
%55

Triadic Colors of #13734e

#13734e #4e1373 #734e13

Analogous Colors of #13734e

#13734e #136873 #13731e

Monochromatic Colors of #13734e

#13734e

Complementary Color

#13734e #731338

#13734e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13734e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13734e Color CSS Codes

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

#13734e Text Font Color

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

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


#13734e Background Color

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

This div background color is #13734e


#13734e Border Color

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

This div border color is #13734e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,115,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13734e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13734e;
  -webkit-box-shadow: 1px 1px 3px 2px #13734e;
  box-shadow:         1px 1px 3px 2px #13734e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13734e


Comments

No comments written yet.

Please login to write comment.