Color Hex Logo

#14761c Color Hex

#14761C
(20,118,28)
0 Favorites   0 Comments

Color spaces of #14761c

RGB 2011828
HSL0.350.710.27
HSV125°83°46°
CMYK 0.830.000.76   0.54
XYZ6.976513.18943.2767
Yxy13.18940.29760.5626
Hunter Lab36.3172-29.265520.0726
CIE-Lab43.0472-45.165639.5963

#14761c color RGB value is (20,118,28).

#14761c hex color red value is 20, green value is 118 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #14761c hue: 0.35 , saturation: 0.71 and the lightness value of 14761c is 0.27.

The process color (four color CMYK) of #14761c color hex is 0.83, 0.00, 0.76, 0.54. Web safe color of #14761c is #006633. Color #14761c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110110 00011100
Octal 24 166 34
Decimal 20 118 28
Hex 14 76 1C

RGB Percentages of Color #14761c

%12.05
%71.08
%16.87

CMYK Percentages of Color #14761c

%83
%0
%76
%54

Triadic Colors of #14761c

#14761c #1c1476 #761c14

Analogous Colors of #14761c

#14761c #14764d #3d7614

Monochromatic Colors of #14761c

#14761c

Complementary Color

#14761c #76146e

#14761c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14761c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14761c Color CSS Codes

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

#14761c Text Font Color

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

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


#14761c Background Color

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

This div background color is #14761c


#14761c Border Color

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

This div border color is #14761c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,118,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14761c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14761c;
  -webkit-box-shadow: 1px 1px 3px 2px #14761c;
  box-shadow:         1px 1px 3px 2px #14761c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14761c


Comments

No comments written yet.

Please login to write comment.