Color Hex Logo

#13590e Color Hex

#13590E
(19,89,14)
0 Favorites   0 Comments

Color spaces of #13590e

RGB 198914
HSL0.320.730.20
HSV116°84°35°
CMYK 0.790.000.84   0.65
XYZ3.92027.31491.6208
Yxy7.31490.30490.5690
Hunter Lab27.0461-21.457915.3792
CIE-Lab32.5133-36.355634.4450

#13590e color RGB value is (19,89,14).

#13590e hex color red value is 19, green value is 89 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #13590e hue: 0.32 , saturation: 0.73 and the lightness value of 13590e is 0.20.

The process color (four color CMYK) of #13590e color hex is 0.79, 0.00, 0.84, 0.65. Web safe color of #13590e is #006600. Color #13590e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011001 00001110
Octal 23 131 16
Decimal 19 89 14
Hex 13 59 E

RGB Percentages of Color #13590e

%15.57
%72.95
%11.48

CMYK Percentages of Color #13590e

%79
%0
%84
%65

Triadic Colors of #13590e

#13590e #0e1359 #590e13

Analogous Colors of #13590e

#13590e #0e592f #39590e

Monochromatic Colors of #13590e

#13590e

Complementary Color

#13590e #540e59

#13590e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13590e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13590e Color CSS Codes

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

#13590e Text Font Color

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

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


#13590e Background Color

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

This div background color is #13590e


#13590e Border Color

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

This div border color is #13590e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13590e


Comments

No comments written yet.

Please login to write comment.