Color Hex Logo

#13493d Color Hex

#13493D
(19,73,61)
0 Favorites   0 Comments

Color spaces of #13493d

RGB 197361
HSL0.460.590.18
HSV167°74°29°
CMYK 0.740.000.16   0.71
XYZ3.49345.24055.2423
Yxy5.24050.25000.3750
Hunter Lab22.8921-12.82172.4471
CIE-Lab27.4092-20.86712.0850

#13493d color RGB value is (19,73,61).

#13493d hex color red value is 19, green value is 73 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #13493d hue: 0.46 , saturation: 0.59 and the lightness value of 13493d is 0.18.

The process color (four color CMYK) of #13493d color hex is 0.74, 0.00, 0.16, 0.71. Web safe color of #13493d is #003333. Color #13493d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001001 00111101
Octal 23 111 75
Decimal 19 73 61
Hex 13 49 3D

RGB Percentages of Color #13493d

%12.42
%47.71
%39.87

CMYK Percentages of Color #13493d

%74
%0
%16
%71

Triadic Colors of #13493d

#13493d #3d1349 #493d13

Analogous Colors of #13493d

#13493d #133a49 #134922

Monochromatic Colors of #13493d

#13493d

Complementary Color

#13493d #49131f

#13493d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13493d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13493d Color CSS Codes

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

#13493d Text Font Color

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

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


#13493d Background Color

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

This div background color is #13493d


#13493d Border Color

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

This div border color is #13493d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13493d

#13493d Color Palettes


Comments

No comments written yet.

Please login to write comment.