Color Hex Logo

#13473e Color Hex

#13473E
(19,71,62)
0 Favorites   0 Comments

Color spaces of #13473e

RGB 197162
HSL0.470.580.18
HSV170°73°28°
CMYK 0.730.000.13   0.72
XYZ3.39134.99275.3424
Yxy4.99270.24710.3637
Hunter Lab22.3444-12.01091.4652
CIE-Lab26.7140-19.50580.4260

#13473e color RGB value is (19,71,62).

#13473e hex color red value is 19, green value is 71 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #13473e hue: 0.47 , saturation: 0.58 and the lightness value of 13473e is 0.18.

The process color (four color CMYK) of #13473e color hex is 0.73, 0.00, 0.13, 0.72. Web safe color of #13473e is #003333. Color #13473e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000111 00111110
Octal 23 107 76
Decimal 19 71 62
Hex 13 47 3E

RGB Percentages of Color #13473e

%12.50
%46.71
%40.79

CMYK Percentages of Color #13473e

%73
%0
%13
%72

Triadic Colors of #13473e

#13473e #3e1347 #473e13

Analogous Colors of #13473e

#13473e #133647 #134724

Monochromatic Colors of #13473e

#13473e

Complementary Color

#13473e #47131c

#13473e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13473e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13473e Color CSS Codes

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

#13473e Text Font Color

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

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


#13473e Background Color

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

This div background color is #13473e


#13473e Border Color

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

This div border color is #13473e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13473e


Comments

No comments written yet.

Please login to write comment.