Color Hex Logo

#14422f Color Hex

#14422F
(20,66,47)
0 Favorites   0 Comments

Color spaces of #14422f

RGB 206647
HSL0.430.530.17
HSV155°70°26°
CMYK 0.700.000.29   0.74
XYZ2.74984.25043.3648
Yxy4.25040.26530.4101
Hunter Lab20.6165-12.27084.7549
CIE-Lab24.4826-21.00007.0356

#14422f color RGB value is (20,66,47).

#14422f hex color red value is 20, green value is 66 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #14422f hue: 0.43 , saturation: 0.53 and the lightness value of 14422f is 0.17.

The process color (four color CMYK) of #14422f color hex is 0.70, 0.00, 0.29, 0.74. Web safe color of #14422f is #003333. Color #14422f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000010 00101111
Octal 24 102 57
Decimal 20 66 47
Hex 14 42 2F

RGB Percentages of Color #14422f

%15.04
%49.62
%35.34

CMYK Percentages of Color #14422f

%70
%0
%29
%74

Triadic Colors of #14422f

#14422f #2f1442 #422f14

Analogous Colors of #14422f

#14422f #143e42 #144218

Monochromatic Colors of #14422f

#14422f

Complementary Color

#14422f #421427

#14422f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14422f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14422f Color CSS Codes

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

#14422f Text Font Color

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

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


#14422f Background Color

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

This div background color is #14422f


#14422f Border Color

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

This div border color is #14422f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,66,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14422f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14422f;
  -webkit-box-shadow: 1px 1px 3px 2px #14422f;
  box-shadow:         1px 1px 3px 2px #14422f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14422f


Comments

No comments written yet.

Please login to write comment.