Color Hex Logo

#144717 Color Hex

#144717
(20,71,23)
0 Favorites   0 Comments

Color spaces of #144717

RGB 207123
HSL0.340.560.18
HSV124°72°28°
CMYK 0.720.000.68   0.72
XYZ2.69644.71711.5790
Yxy4.71710.29980.5246
Hunter Lab21.7189-15.847310.8927
CIE-Lab25.9131-28.166123.4919

#144717 color RGB value is (20,71,23).

#144717 hex color red value is 20, green value is 71 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #144717 hue: 0.34 , saturation: 0.56 and the lightness value of 144717 is 0.18.

The process color (four color CMYK) of #144717 color hex is 0.72, 0.00, 0.68, 0.72. Web safe color of #144717 is #003300. Color #144717 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000111 00010111
Octal 24 107 27
Decimal 20 71 23
Hex 14 47 17

RGB Percentages of Color #144717

%17.54
%62.28
%20.18

CMYK Percentages of Color #144717

%72
%0
%68
%72

Triadic Colors of #144717

#144717 #171447 #471714

Analogous Colors of #144717

#144717 #144731 #2b4714

Monochromatic Colors of #144717

#144717

Complementary Color

#144717 #471444

#144717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#144717 Color CSS Codes

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

#144717 Text Font Color

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

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


#144717 Background Color

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

This div background color is #144717


#144717 Border Color

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

This div border color is #144717


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,71,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #144717; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #144717;
  -webkit-box-shadow: 1px 1px 3px 2px #144717;
  box-shadow:         1px 1px 3px 2px #144717; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144717


Comments

No comments written yet.

Please login to write comment.