Color Hex Logo

#14362a Color Hex

#14362A
(20,54,42)
0 Favorites   0 Comments

Color spaces of #14362a

RGB 205442
HSL0.440.460.15
HSV159°63°21°
CMYK 0.630.000.22   0.79
XYZ2.02562.95422.6540
Yxy2.95420.26530.3870
Hunter Lab17.1878-9.04222.8764
CIE-Lab19.8595-15.94193.8380

#14362a color RGB value is (20,54,42).

#14362a hex color red value is 20, green value is 54 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #14362a hue: 0.44 , saturation: 0.46 and the lightness value of 14362a is 0.15.

The process color (four color CMYK) of #14362a color hex is 0.63, 0.00, 0.22, 0.79. Web safe color of #14362a is #003333. Color #14362a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110110 00101010
Octal 24 66 52
Decimal 20 54 42
Hex 14 36 2A

RGB Percentages of Color #14362a

%17.24
%46.55
%36.21

CMYK Percentages of Color #14362a

%63
%0
%22
%79

Triadic Colors of #14362a

#14362a #2a1436 #362a14

Analogous Colors of #14362a

#14362a #143136 #143619

Monochromatic Colors of #14362a

#14362a

Complementary Color

#14362a #361420

#14362a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14362a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14362a Color CSS Codes

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

#14362a Text Font Color

<p style="color:#14362a">Text here</p>

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


#14362a Background Color

<div style="background-color:#14362a">
Div content here</div>

This div background color is #14362a


#14362a Border Color

<div style="border:3px solid #14362a">
Div here</div>

This div border color is #14362a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,54,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14362a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14362a;
  -webkit-box-shadow: 1px 1px 3px 2px #14362a;
  box-shadow:         1px 1px 3px 2px #14362a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14362a


Comments

No comments written yet.

Please login to write comment.