Color Hex Logo

#13624f Color Hex

#13624F
(19,98,79)
0 Favorites   0 Comments

Color spaces of #13624f

RGB 199879
HSL0.460.680.23
HSV166°81°38°
CMYK 0.810.000.19   0.62
XYZ6.04759.43838.9002
Yxy9.43830.24800.3870
Hunter Lab30.7218-18.62604.3288
CIE-Lab36.8148-28.04014.2620

#13624f color RGB value is (19,98,79).

#13624f hex color red value is 19, green value is 98 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #13624f hue: 0.46 , saturation: 0.68 and the lightness value of 13624f is 0.23.

The process color (four color CMYK) of #13624f color hex is 0.81, 0.00, 0.19, 0.62. Web safe color of #13624f is #006666. Color #13624f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100010 01001111
Octal 23 142 117
Decimal 19 98 79
Hex 13 62 4F

RGB Percentages of Color #13624f

%9.69
%50.00
%40.31

CMYK Percentages of Color #13624f

%81
%0
%19
%62

Triadic Colors of #13624f

#13624f #4f1362 #624f13

Analogous Colors of #13624f

#13624f #134e62 #136228

Monochromatic Colors of #13624f

#13624f

Complementary Color

#13624f #621326

#13624f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13624f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13624f Color CSS Codes

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

#13624f Text Font Color

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

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


#13624f Background Color

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

This div background color is #13624f


#13624f Border Color

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

This div border color is #13624f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,98,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13624f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13624f;
  -webkit-box-shadow: 1px 1px 3px 2px #13624f;
  box-shadow:         1px 1px 3px 2px #13624f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13624f


Comments

No comments written yet.

Please login to write comment.