Color Hex Logo

#14461e Color Hex

#14461E
(20,70,30)
0 Favorites   0 Comments

Color spaces of #14461e

RGB 207030
HSL0.370.560.18
HSV132°71°27°
CMYK 0.710.000.57   0.73
XYZ2.71304.62281.9776
Yxy4.62280.29130.4964
Hunter Lab21.5007-15.10279.5971
CIE-Lab25.6319-26.641919.2070

#14461e color RGB value is (20,70,30).

#14461e hex color red value is 20, green value is 70 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #14461e hue: 0.37 , saturation: 0.56 and the lightness value of 14461e is 0.18.

The process color (four color CMYK) of #14461e color hex is 0.71, 0.00, 0.57, 0.73. Web safe color of #14461e is #003333. Color #14461e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000110 00011110
Octal 24 106 36
Decimal 20 70 30
Hex 14 46 1E

RGB Percentages of Color #14461e

%16.67
%58.33
%25.00

CMYK Percentages of Color #14461e

%71
%0
%57
%73

Triadic Colors of #14461e

#14461e #1e1446 #461e14

Analogous Colors of #14461e

#14461e #144637 #234614

Monochromatic Colors of #14461e

#14461e

Complementary Color

#14461e #46143c

#14461e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14461e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14461e Color CSS Codes

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

#14461e Text Font Color

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

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


#14461e Background Color

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

This div background color is #14461e


#14461e Border Color

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

This div border color is #14461e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14461e


Comments

No comments written yet.

Please login to write comment.