Color Hex Logo

#13461f Color Hex

#13461F
(19,70,31)
0 Favorites   0 Comments

Color spaces of #13461f

RGB 197031
HSL0.370.570.17
HSV134°73°27°
CMYK 0.730.000.56   0.73
XYZ2.70604.61772.0450
Yxy4.61770.28880.4929
Hunter Lab21.4888-15.12779.3998
CIE-Lab25.6166-26.707418.5900

#13461f color RGB value is (19,70,31).

#13461f hex color red value is 19, green value is 70 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #13461f hue: 0.37 , saturation: 0.57 and the lightness value of 13461f is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000110 00011111
Octal 23 106 37
Decimal 19 70 31
Hex 13 46 1F

RGB Percentages of Color #13461f

%15.83
%58.33
%25.83

CMYK Percentages of Color #13461f

%73
%0
%56
%73

Triadic Colors of #13461f

#13461f #1f1346 #461f13

Analogous Colors of #13461f

#13461f #134639 #214613

Monochromatic Colors of #13461f

#13461f

Complementary Color

#13461f #46133a

#13461f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13461f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13461f Color CSS Codes

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

#13461f Text Font Color

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

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


#13461f Background Color

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

This div background color is #13461f


#13461f Border Color

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

This div border color is #13461f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13461f


Comments

No comments written yet.

Please login to write comment.