Color Hex Logo

#13412f Color Hex

#13412F
(19,65,47)
1 Favorites   0 Comments

Color spaces of #13412f

RGB 196547
HSL0.430.550.16
HSV157°71°25°
CMYK 0.710.000.28   0.75
XYZ2.67194.12433.3446
Yxy4.12430.26350.4067
Hunter Lab20.3084-12.05504.4513
CIE-Lab24.0782-20.72046.4642

#13412f color RGB value is (19,65,47).

#13412f hex color red value is 19, green value is 65 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #13412f hue: 0.43 , saturation: 0.55 and the lightness value of 13412f is 0.16.

The process color (four color CMYK) of #13412f color hex is 0.71, 0.00, 0.28, 0.75. Web safe color of #13412f is #003333. Color #13412f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000001 00101111
Octal 23 101 57
Decimal 19 65 47
Hex 13 41 2F

RGB Percentages of Color #13412f

%14.50
%49.62
%35.88

CMYK Percentages of Color #13412f

%71
%0
%28
%75

Triadic Colors of #13412f

#13412f #2f1341 #412f13

Analogous Colors of #13412f

#13412f #133c41 #134118

Monochromatic Colors of #13412f

#13412f

Complementary Color

#13412f #411325

#13412f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13412f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13412f Color CSS Codes

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

#13412f Text Font Color

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

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


#13412f Background Color

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

This div background color is #13412f


#13412f Border Color

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

This div border color is #13412f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,65,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 #13412f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13412f


Comments

No comments written yet.

Please login to write comment.