Color Hex Logo

#13701d Color Hex

#13701D
(19,112,29)
0 Favorites   0 Comments

Color spaces of #13701d

RGB 1911229
HSL0.350.710.26
HSV126°83°44°
CMYK 0.830.000.74   0.56
XYZ6.284511.81553.1118
Yxy11.81550.29630.5570
Hunter Lab34.3737-27.519018.6941
CIE-Lab40.9214-43.166436.9925

#13701d color RGB value is (19,112,29).

#13701d hex color red value is 19, green value is 112 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #13701d hue: 0.35 , saturation: 0.71 and the lightness value of 13701d is 0.26.

The process color (four color CMYK) of #13701d color hex is 0.83, 0.00, 0.74, 0.56. Web safe color of #13701d is #006633. Color #13701d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110000 00011101
Octal 23 160 35
Decimal 19 112 29
Hex 13 70 1D

RGB Percentages of Color #13701d

%11.88
%70.00
%18.13

CMYK Percentages of Color #13701d

%83
%0
%74
%56

Triadic Colors of #13701d

#13701d #1d1370 #701d13

Analogous Colors of #13701d

#13701d #13704c #387013

Monochromatic Colors of #13701d

#13701d

Complementary Color

#13701d #701366

#13701d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13701d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13701d Color CSS Codes

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

#13701d Text Font Color

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

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


#13701d Background Color

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

This div background color is #13701d


#13701d Border Color

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

This div border color is #13701d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13701d


Comments

No comments written yet.

Please login to write comment.