Color Hex Logo

#14672e Color Hex

#14672E
(20,103,46)
0 Favorites   0 Comments

Color spaces of #14672e

RGB 2010346
HSL0.390.670.24
HSV139°81°40°
CMYK 0.810.000.55   0.60
XYZ5.631910.04654.2271
Yxy10.04650.28290.5047
Hunter Lab31.6962-23.751814.2803
CIE-Lab37.9258-37.510025.2543

#14672e color RGB value is (20,103,46).

#14672e hex color red value is 20, green value is 103 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #14672e hue: 0.39 , saturation: 0.67 and the lightness value of 14672e is 0.24.

The process color (four color CMYK) of #14672e color hex is 0.81, 0.00, 0.55, 0.60. Web safe color of #14672e is #006633. Color #14672e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100111 00101110
Octal 24 147 56
Decimal 20 103 46
Hex 14 67 2E

RGB Percentages of Color #14672e

%11.83
%60.95
%27.22

CMYK Percentages of Color #14672e

%81
%0
%55
%60

Triadic Colors of #14672e

#14672e #2e1467 #672e14

Analogous Colors of #14672e

#14672e #146758 #246714

Monochromatic Colors of #14672e

#14672e

Complementary Color

#14672e #67144d

#14672e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14672e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14672e Color CSS Codes

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

#14672e Text Font Color

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

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


#14672e Background Color

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

This div background color is #14672e


#14672e Border Color

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

This div border color is #14672e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14672e


Comments

No comments written yet.

Please login to write comment.