Color Hex Logo

#14391d Color Hex

#14391D
(20,57,29)
0 Favorites   0 Comments

Color spaces of #14391d

RGB 205729
HSL0.370.480.15
HSV135°65°22°
CMYK 0.650.000.49   0.78
XYZ1.97343.16371.6690
Yxy3.16370.28990.4648
Hunter Lab17.7868-11.32286.8874
CIE-Lab20.6879-20.713713.5735

#14391d color RGB value is (20,57,29).

#14391d hex color red value is 20, green value is 57 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #14391d hue: 0.37 , saturation: 0.48 and the lightness value of 14391d is 0.15.

The process color (four color CMYK) of #14391d color hex is 0.65, 0.00, 0.49, 0.78. Web safe color of #14391d is #003333. Color #14391d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111001 00011101
Octal 24 71 35
Decimal 20 57 29
Hex 14 39 1D

RGB Percentages of Color #14391d

%18.87
%53.77
%27.36

CMYK Percentages of Color #14391d

%65
%0
%49
%78

Triadic Colors of #14391d

#14391d #1d1439 #391d14

Analogous Colors of #14391d

#14391d #143930 #1e3914

Monochromatic Colors of #14391d

#14391d

Complementary Color

#14391d #391430

#14391d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14391d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14391d Color CSS Codes

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

#14391d Text Font Color

<p style="color:#14391d">Text here</p>

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


#14391d Background Color

<div style="background-color:#14391d">
Div content here</div>

This div background color is #14391d


#14391d Border Color

<div style="border:3px solid #14391d">
Div here</div>

This div border color is #14391d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,57,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14391d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14391d;
  -webkit-box-shadow: 1px 1px 3px 2px #14391d;
  box-shadow:         1px 1px 3px 2px #14391d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14391d


Comments

No comments written yet.

Please login to write comment.