Color Hex Logo

#14361e Color Hex

#14361E
(20,54,30)
0 Favorites   0 Comments

Color spaces of #14361e

RGB 205430
HSL0.380.460.15
HSV138°63°21°
CMYK 0.630.000.44   0.79
XYZ1.84202.88081.6873
Yxy2.88080.28740.4494
Hunter Lab16.9729-10.33085.9869
CIE-Lab19.5600-18.972711.4479

#14361e color RGB value is (20,54,30).

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

The process color (four color CMYK) of #14361e color hex is 0.63, 0.00, 0.44, 0.79. Web safe color of #14361e is #003333. Color #14361e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110110 00011110
Octal 24 66 36
Decimal 20 54 30
Hex 14 36 1E

RGB Percentages of Color #14361e

%19.23
%51.92
%28.85

CMYK Percentages of Color #14361e

%63
%0
%44
%79

Triadic Colors of #14361e

#14361e #1e1436 #361e14

Analogous Colors of #14361e

#14361e #14362f #1b3614

Monochromatic Colors of #14361e

#14361e

Complementary Color

#14361e #36142c

#14361e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14361e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14361e Color CSS Codes

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

#14361e Text Font Color

<p style="color:#14361e">Text here</p>

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


#14361e Background Color

<div style="background-color:#14361e">
Div content here</div>

This div background color is #14361e


#14361e Border Color

<div style="border:3px solid #14361e">
Div here</div>

This div border color is #14361e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14361e


Comments

No comments written yet.

Please login to write comment.