Color Hex Logo

#14372c Color Hex

#14372C
(20,55,44)
0 Favorites   0 Comments

Color spaces of #14372c

RGB 205544
HSL0.450.470.15
HSV161°64°22°
CMYK 0.640.000.20   0.78
XYZ2.10933.06292.8629
Yxy3.06290.26250.3812
Hunter Lab17.5011-9.11352.5519
CIE-Lab20.2941-15.93123.1040

#14372c color RGB value is (20,55,44).

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

The process color (four color CMYK) of #14372c color hex is 0.64, 0.00, 0.20, 0.78. Web safe color of #14372c is #003333. Color #14372c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110111 00101100
Octal 24 67 54
Decimal 20 55 44
Hex 14 37 2C

RGB Percentages of Color #14372c

%16.81
%46.22
%36.97

CMYK Percentages of Color #14372c

%64
%0
%20
%78

Triadic Colors of #14372c

#14372c #2c1437 #372c14

Analogous Colors of #14372c

#14372c #143137 #14371b

Monochromatic Colors of #14372c

#14372c

Complementary Color

#14372c #37141f

#14372c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14372c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14372c Color CSS Codes

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

#14372c Text Font Color

<p style="color:#14372c">Text here</p>

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


#14372c Background Color

<div style="background-color:#14372c">
Div content here</div>

This div background color is #14372c


#14372c Border Color

<div style="border:3px solid #14372c">
Div here</div>

This div border color is #14372c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14372c


Comments

No comments written yet.

Please login to write comment.