Color Hex Logo

#146936 Color Hex

#146936
(20,105,54)
0 Favorites   0 Comments

Color spaces of #146936

RGB 2010554
HSL0.400.680.25
HSV144°81°41°
CMYK 0.810.000.49   0.59
XYZ6.005910.51825.2037
Yxy10.51820.27640.4841
Hunter Lab32.4318-23.700013.1891
CIE-Lab38.7569-36.869621.8289

#146936 color RGB value is (20,105,54).

#146936 hex color red value is 20, green value is 105 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #146936 hue: 0.40 , saturation: 0.68 and the lightness value of 146936 is 0.25.

The process color (four color CMYK) of #146936 color hex is 0.81, 0.00, 0.49, 0.59. Web safe color of #146936 is #006633. Color #146936 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101001 00110110
Octal 24 151 66
Decimal 20 105 54
Hex 14 69 36

RGB Percentages of Color #146936

%11.17
%58.66
%30.17

CMYK Percentages of Color #146936

%81
%0
%49
%59

Triadic Colors of #146936

#146936 #361469 #693614

Analogous Colors of #146936

#146936 #146961 #1d6914

Monochromatic Colors of #146936

#146936

Complementary Color

#146936 #691447

#146936 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146936 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146936 Color CSS Codes

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

#146936 Text Font Color

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

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


#146936 Background Color

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

This div background color is #146936


#146936 Border Color

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

This div border color is #146936


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,105,54, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #146936; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #146936;
  -webkit-box-shadow: 1px 1px 3px 2px #146936;
  box-shadow:         1px 1px 3px 2px #146936; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146936


Comments

No comments written yet.

Please login to write comment.