Color Hex Logo

#13724d Color Hex

#13724D
(19,114,77)
0 Favorites   0 Comments

Color spaces of #13724d

RGB 1911477
HSL0.440.710.26
HSV157°83°45°
CMYK 0.830.000.32   0.55
XYZ7.625412.70899.0723
Yxy12.70890.25930.4322
Hunter Lab35.6495-24.20579.8662
CIE-Lab42.3213-35.737313.2001

#13724d color RGB value is (19,114,77).

#13724d hex color red value is 19, green value is 114 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #13724d hue: 0.44 , saturation: 0.71 and the lightness value of 13724d is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110010 01001101
Octal 23 162 115
Decimal 19 114 77
Hex 13 72 4D

RGB Percentages of Color #13724d

%9.05
%54.29
%36.67

CMYK Percentages of Color #13724d

%83
%0
%32
%55

Triadic Colors of #13724d

#13724d #4d1372 #724d13

Analogous Colors of #13724d

#13724d #136872 #13721e

Monochromatic Colors of #13724d

#13724d

Complementary Color

#13724d #721338

#13724d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13724d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13724d Color CSS Codes

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

#13724d Text Font Color

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

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


#13724d Background Color

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

This div background color is #13724d


#13724d Border Color

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

This div border color is #13724d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,114,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13724d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13724d;
  -webkit-box-shadow: 1px 1px 3px 2px #13724d;
  box-shadow:         1px 1px 3px 2px #13724d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13724d


Comments

No comments written yet.

Please login to write comment.