Color Hex Logo

#13591f Color Hex

#13591F
(19,89,31)
0 Favorites   0 Comments

Color spaces of #13591f

RGB 198931
HSL0.360.650.21
HSV130°79°35°
CMYK 0.790.000.65   0.65
XYZ4.08837.38212.5057
Yxy7.38210.29250.5282
Hunter Lab27.1700-20.688513.5511
CIE-Lab32.6614-34.559327.0111

#13591f color RGB value is (19,89,31).

#13591f hex color red value is 19, green value is 89 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #13591f hue: 0.36 , saturation: 0.65 and the lightness value of 13591f is 0.21.

The process color (four color CMYK) of #13591f color hex is 0.79, 0.00, 0.65, 0.65. Web safe color of #13591f is #006633. Color #13591f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011001 00011111
Octal 23 131 37
Decimal 19 89 31
Hex 13 59 1F

RGB Percentages of Color #13591f

%13.67
%64.03
%22.30

CMYK Percentages of Color #13591f

%79
%0
%65
%65

Triadic Colors of #13591f

#13591f #1f1359 #591f13

Analogous Colors of #13591f

#13591f #135942 #2a5913

Monochromatic Colors of #13591f

#13591f

Complementary Color

#13591f #59134d

#13591f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13591f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13591f Color CSS Codes

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

#13591f Text Font Color

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

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


#13591f Background Color

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

This div background color is #13591f


#13591f Border Color

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

This div border color is #13591f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13591f


Comments

No comments written yet.

Please login to write comment.