Color Hex Logo

#13401f Color Hex

#13401F
(19,64,31)
0 Favorites   0 Comments

Color spaces of #13401f

RGB 196431
HSL0.380.540.16
HSV136°70°25°
CMYK 0.700.000.52   0.75
XYZ2.34933.90421.9261
Yxy3.90420.28720.4773
Hunter Lab19.7590-13.35518.0518
CIE-Lab23.3522-23.973815.7367

#13401f color RGB value is (19,64,31).

#13401f hex color red value is 19, green value is 64 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #13401f hue: 0.38 , saturation: 0.54 and the lightness value of 13401f is 0.16.

The process color (four color CMYK) of #13401f color hex is 0.70, 0.00, 0.52, 0.75. Web safe color of #13401f is #003333. Color #13401f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000000 00011111
Octal 23 100 37
Decimal 19 64 31
Hex 13 40 1F

RGB Percentages of Color #13401f

%16.67
%56.14
%27.19

CMYK Percentages of Color #13401f

%70
%0
%52
%75

Triadic Colors of #13401f

#13401f #1f1340 #401f13

Analogous Colors of #13401f

#13401f #134036 #1e4013

Monochromatic Colors of #13401f

#13401f

Complementary Color

#13401f #401334

#13401f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13401f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13401f Color CSS Codes

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

#13401f Text Font Color

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

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


#13401f Background Color

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

This div background color is #13401f


#13401f Border Color

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

This div border color is #13401f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13401f


Comments

No comments written yet.

Please login to write comment.