Color Hex Logo

#13461e Color Hex

#13461E
(19,70,30)
0 Favorites   0 Comments

Color spaces of #13461e

RGB 197030
HSL0.370.570.17
HSV133°73°27°
CMYK 0.730.000.57   0.73
XYZ2.69314.61251.9767
Yxy4.61250.29010.4969
Hunter Lab21.4767-15.20119.5767
CIE-Lab25.6010-26.883019.1616

#13461e color RGB value is (19,70,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000110 00011110
Octal 23 106 36
Decimal 19 70 30
Hex 13 46 1E

RGB Percentages of Color #13461e

%15.97
%58.82
%25.21

CMYK Percentages of Color #13461e

%73
%0
%57
%73

Triadic Colors of #13461e

#13461e #1e1346 #461e13

Analogous Colors of #13461e

#13461e #134638 #224613

Monochromatic Colors of #13461e

#13461e

Complementary Color

#13461e #46133b

#13461e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13461e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13461e Color CSS Codes

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

#13461e Text Font Color

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

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


#13461e Background Color

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

This div background color is #13461e


#13461e Border Color

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

This div border color is #13461e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13461e


Comments

No comments written yet.

Please login to write comment.