Color Hex Logo

#13390f Color Hex

#13390F
(19,57,15)
1 Favorites   0 Comments

Color spaces of #13390f

RGB 195715
HSL0.320.580.14
HSV114°74°22°
CMYK 0.670.000.74   0.78
XYZ1.81793.09920.9543
Yxy3.09920.30960.5278
Hunter Lab17.6045-12.37559.1092
CIE-Lab20.4369-23.340421.5862

#13390f color RGB value is (19,57,15).

#13390f hex color red value is 19, green value is 57 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #13390f hue: 0.32 , saturation: 0.58 and the lightness value of 13390f is 0.14.

The process color (four color CMYK) of #13390f color hex is 0.67, 0.00, 0.74, 0.78. Web safe color of #13390f is #003300. Color #13390f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111001 00001111
Octal 23 71 17
Decimal 19 57 15
Hex 13 39 F

RGB Percentages of Color #13390f

%20.88
%62.64
%16.48

CMYK Percentages of Color #13390f

%67
%0
%74
%78

Triadic Colors of #13390f

#13390f #0f1339 #390f13

Analogous Colors of #13390f

#13390f #0f3920 #28390f

Monochromatic Colors of #13390f

#13390f

Complementary Color

#13390f #350f39

#13390f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13390f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13390f Color CSS Codes

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

#13390f Text Font Color

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

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


#13390f Background Color

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

This div background color is #13390f


#13390f Border Color

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

This div border color is #13390f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13390f


Comments

No comments written yet.

Please login to write comment.