Color Hex Logo

#146e31 Color Hex

#146E31
(20,110,49)
1 Favorites   0 Comments

Color spaces of #146e31

RGB 2011049
HSL0.390.690.25
HSV139°82°43°
CMYK 0.820.000.55   0.57
XYZ6.418811.52234.7915
Yxy11.52230.28240.5069
Hunter Lab33.9445-25.649115.3920
CIE-Lab40.4466-39.689926.7116

#146e31 color RGB value is (20,110,49).

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

The process color (four color CMYK) of #146e31 color hex is 0.82, 0.00, 0.55, 0.57. Web safe color of #146e31 is #006633. Color #146e31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101110 00110001
Octal 24 156 61
Decimal 20 110 49
Hex 14 6E 31

RGB Percentages of Color #146e31

%11.17
%61.45
%27.37

CMYK Percentages of Color #146e31

%82
%0
%55
%57

Triadic Colors of #146e31

#146e31 #31146e #6e3114

Analogous Colors of #146e31

#146e31 #146e5e #246e14

Monochromatic Colors of #146e31

#146e31

Complementary Color

#146e31 #6e1451

#146e31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146e31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146e31 Color CSS Codes

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

#146e31 Text Font Color

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

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


#146e31 Background Color

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

This div background color is #146e31


#146e31 Border Color

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

This div border color is #146e31


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,110,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 #146e31">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146e31


Comments

No comments written yet.

Please login to write comment.