Color Hex Logo

#146931 Color Hex

#146931
(20,105,49)
0 Favorites   0 Comments

Color spaces of #146931

RGB 2010549
HSL0.390.680.25
HSV140°81°41°
CMYK 0.810.000.53   0.59
XYZ5.894410.47364.6167
Yxy10.47360.28090.4991
Hunter Lab32.3629-24.124214.1961
CIE-Lab38.6793-37.775624.5339

#146931 color RGB value is (20,105,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101001 00110001
Octal 24 151 61
Decimal 20 105 49
Hex 14 69 31

RGB Percentages of Color #146931

%11.49
%60.34
%28.16

CMYK Percentages of Color #146931

%81
%0
%53
%59

Triadic Colors of #146931

#146931 #311469 #693114

Analogous Colors of #146931

#146931 #14695c #226914

Monochromatic Colors of #146931

#146931

Complementary Color

#146931 #69144c

#146931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146931 Color CSS Codes

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

#146931 Text Font Color

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

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


#146931 Background Color

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

This div background color is #146931


#146931 Border Color

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

This div border color is #146931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146931


Comments

No comments written yet.

Please login to write comment.