Color Hex Logo

#14743f Color Hex

#14743F
(20,116,63)
0 Favorites   0 Comments

Color spaces of #14743f

RGB 2011663
HSL0.410.710.27
HSV147°83°45°
CMYK 0.830.000.46   0.55
XYZ7.431112.99846.8199
Yxy12.99840.27270.4770
Hunter Lab36.0533-26.301914.0219
CIE-Lab42.7608-39.479221.8846

#14743f color RGB value is (20,116,63).

#14743f hex color red value is 20, green value is 116 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #14743f hue: 0.41 , saturation: 0.71 and the lightness value of 14743f is 0.27.

The process color (four color CMYK) of #14743f color hex is 0.83, 0.00, 0.46, 0.55. Web safe color of #14743f is #006633. Color #14743f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110100 00111111
Octal 24 164 77
Decimal 20 116 63
Hex 14 74 3F

RGB Percentages of Color #14743f

%10.05
%58.29
%31.66

CMYK Percentages of Color #14743f

%83
%0
%46
%55

Triadic Colors of #14743f

#14743f #3f1474 #743f14

Analogous Colors of #14743f

#14743f #14746f #197414

Monochromatic Colors of #14743f

#14743f

Complementary Color

#14743f #741449

#14743f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14743f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14743f Color CSS Codes

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

#14743f Text Font Color

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

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


#14743f Background Color

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

This div background color is #14743f


#14743f Border Color

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

This div border color is #14743f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14743f


Comments

No comments written yet.

Please login to write comment.