Color Hex Logo

#13731f Color Hex

#13731F
(19,115,31)
0 Favorites   0 Comments

Color spaces of #13731f

RGB 1911531
HSL0.350.720.26
HSV128°83°45°
CMYK 0.830.000.73   0.55
XYZ6.646612.49883.3585
Yxy12.49880.29540.5554
Hunter Lab35.3536-28.310319.1152
CIE-Lab41.9981-43.996837.2741

#13731f color RGB value is (19,115,31).

#13731f hex color red value is 19, green value is 115 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #13731f hue: 0.35 , saturation: 0.72 and the lightness value of 13731f is 0.26.

The process color (four color CMYK) of #13731f color hex is 0.83, 0.00, 0.73, 0.55. Web safe color of #13731f is #006633. Color #13731f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110011 00011111
Octal 23 163 37
Decimal 19 115 31
Hex 13 73 1F

RGB Percentages of Color #13731f

%11.52
%69.70
%18.79

CMYK Percentages of Color #13731f

%83
%0
%73
%55

Triadic Colors of #13731f

#13731f #1f1373 #731f13

Analogous Colors of #13731f

#13731f #13734f #377313

Monochromatic Colors of #13731f

#13731f

Complementary Color

#13731f #731367

#13731f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13731f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13731f Color CSS Codes

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

#13731f Text Font Color

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

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


#13731f Background Color

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

This div background color is #13731f


#13731f Border Color

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

This div border color is #13731f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13731f

#13731f Color Palettes


Comments

No comments written yet.

Please login to write comment.