Color Hex Logo

#14371f Color Hex

#14371F
(20,55,31)
0 Favorites   0 Comments

Color spaces of #14371f

RGB 205531
HSL0.390.470.15
HSV139°64°22°
CMYK 0.640.000.44   0.78
XYZ1.90202.98001.7713
Yxy2.98000.28590.4479
Hunter Lab17.2627-10.54266.0002
CIE-Lab19.9636-19.269511.3297

#14371f color RGB value is (20,55,31).

#14371f hex color red value is 20, green value is 55 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #14371f hue: 0.39 , saturation: 0.47 and the lightness value of 14371f is 0.15.

The process color (four color CMYK) of #14371f color hex is 0.64, 0.00, 0.44, 0.78. Web safe color of #14371f is #003333. Color #14371f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110111 00011111
Octal 24 67 37
Decimal 20 55 31
Hex 14 37 1F

RGB Percentages of Color #14371f

%18.87
%51.89
%29.25

CMYK Percentages of Color #14371f

%64
%0
%44
%78

Triadic Colors of #14371f

#14371f #1f1437 #371f14

Analogous Colors of #14371f

#14371f #143731 #1b3714

Monochromatic Colors of #14371f

#14371f

Complementary Color

#14371f #37142c

#14371f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14371f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14371f Color CSS Codes

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

#14371f Text Font Color

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

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


#14371f Background Color

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

This div background color is #14371f


#14371f Border Color

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

This div border color is #14371f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14371f


Comments

No comments written yet.

Please login to write comment.