Color Hex Logo

#13472f Color Hex

#13472F
(19,71,47)
0 Favorites   0 Comments

Color spaces of #13472f

RGB 197147
HSL0.420.580.18
HSV152°73°28°
CMYK 0.730.000.34   0.72
XYZ3.03494.85023.4655
Yxy4.85020.26740.4273
Hunter Lab22.0232-13.94246.0865
CIE-Lab26.3037-23.71829.5554

#13472f color RGB value is (19,71,47).

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

The process color (four color CMYK) of #13472f color hex is 0.73, 0.00, 0.34, 0.72. Web safe color of #13472f is #003333. Color #13472f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000111 00101111
Octal 23 107 57
Decimal 19 71 47
Hex 13 47 2F

RGB Percentages of Color #13472f

%13.87
%51.82
%34.31

CMYK Percentages of Color #13472f

%73
%0
%34
%72

Triadic Colors of #13472f

#13472f #2f1347 #472f13

Analogous Colors of #13472f

#13472f #134547 #134715

Monochromatic Colors of #13472f

#13472f

Complementary Color

#13472f #47132b

#13472f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13472f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13472f Color CSS Codes

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

#13472f Text Font Color

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

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


#13472f Background Color

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

This div background color is #13472f


#13472f Border Color

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

This div border color is #13472f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13472f


Comments

No comments written yet.

Please login to write comment.