Color Hex Logo

#13735a Color Hex

#13735A
(19,115,90)
0 Favorites   0 Comments

Color spaces of #13735a

RGB 1911590
HSL0.460.720.26
HSV164°83°45°
CMYK 0.830.000.22   0.55
XYZ8.244813.138111.7742
Yxy13.13810.24870.3962
Hunter Lab36.2465-22.82906.1130
CIE-Lab42.9706-32.84846.3893

#13735a color RGB value is (19,115,90).

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

The process color (four color CMYK) of #13735a color hex is 0.83, 0.00, 0.22, 0.55. Web safe color of #13735a is #006666. Color #13735a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110011 01011010
Octal 23 163 132
Decimal 19 115 90
Hex 13 73 5A

RGB Percentages of Color #13735a

%8.48
%51.34
%40.18

CMYK Percentages of Color #13735a

%83
%0
%22
%55

Triadic Colors of #13735a

#13735a #5a1373 #735a13

Analogous Colors of #13735a

#13735a #135c73 #13732a

Monochromatic Colors of #13735a

#13735a

Complementary Color

#13735a #73132c

#13735a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13735a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13735a Color CSS Codes

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

#13735a Text Font Color

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

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


#13735a Background Color

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

This div background color is #13735a


#13735a Border Color

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

This div border color is #13735a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13735a


Comments

No comments written yet.

Please login to write comment.