Color Hex Logo

#13490d Color Hex

#13490D
(19,73,13)
0 Favorites   0 Comments

Color spaces of #13490d

RGB 197313
HSL0.320.700.17
HSV114°82°29°
CMYK 0.740.000.82   0.71
XYZ2.72374.93261.1893
Yxy4.93260.30790.5576
Hunter Lab22.2095-16.975912.3717
CIE-Lab26.5419-30.363528.9728

#13490d color RGB value is (19,73,13).

#13490d hex color red value is 19, green value is 73 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #13490d hue: 0.32 , saturation: 0.70 and the lightness value of 13490d is 0.17.

The process color (four color CMYK) of #13490d color hex is 0.74, 0.00, 0.82, 0.71. Web safe color of #13490d is #003300. Color #13490d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001001 00001101
Octal 23 111 15
Decimal 19 73 13
Hex 13 49 D

RGB Percentages of Color #13490d

%18.10
%69.52
%12.38

CMYK Percentages of Color #13490d

%74
%0
%82
%71

Triadic Colors of #13490d

#13490d #0d1349 #490d13

Analogous Colors of #13490d

#13490d #0d4925 #31490d

Monochromatic Colors of #13490d

#13490d

Complementary Color

#13490d #430d49

#13490d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13490d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13490d Color CSS Codes

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

#13490d Text Font Color

<p style="color:#13490d">Text here</p>

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


#13490d Background Color

<div style="background-color:#13490d">
Div content here</div>

This div background color is #13490d


#13490d Border Color

<div style="border:3px solid #13490d">
Div here</div>

This div border color is #13490d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13490d


Comments

No comments written yet.

Please login to write comment.