Color Hex Logo

#13491e Color Hex

#13491E
(19,73,30)
0 Favorites   0 Comments

Color spaces of #13491e

RGB 197330
HSL0.370.590.18
HSV132°74°29°
CMYK 0.740.000.59   0.71
XYZ2.88544.99732.0408
Yxy4.99730.29080.5036
Hunter Lab22.3546-16.080910.2355
CIE-Lab26.7271-28.191920.5410

#13491e color RGB value is (19,73,30).

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

The process color (four color CMYK) of #13491e color hex is 0.74, 0.00, 0.59, 0.71. Web safe color of #13491e is #003333. Color #13491e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001001 00011110
Octal 23 111 36
Decimal 19 73 30
Hex 13 49 1E

RGB Percentages of Color #13491e

%15.57
%59.84
%24.59

CMYK Percentages of Color #13491e

%74
%0
%59
%71

Triadic Colors of #13491e

#13491e #1e1349 #491e13

Analogous Colors of #13491e

#13491e #134939 #234913

Monochromatic Colors of #13491e

#13491e

Complementary Color

#13491e #49133e

#13491e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13491e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13491e Color CSS Codes

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

#13491e Text Font Color

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

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


#13491e Background Color

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

This div background color is #13491e


#13491e Border Color

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

This div border color is #13491e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13491e


Comments

No comments written yet.

Please login to write comment.