Color Hex Logo

#146031 Color Hex

#146031
(20,96,49)
0 Favorites   0 Comments

Color spaces of #146031

RGB 209649
HSL0.400.660.23
HSV143°79°38°
CMYK 0.790.000.49   0.62
XYZ5.02578.73624.3271
Yxy8.73620.27780.4830
Hunter Lab29.5571-21.373812.0100
CIE-Lab35.4713-34.191620.4927

#146031 color RGB value is (20,96,49).

#146031 hex color red value is 20, green value is 96 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #146031 hue: 0.40 , saturation: 0.66 and the lightness value of 146031 is 0.23.

The process color (four color CMYK) of #146031 color hex is 0.79, 0.00, 0.49, 0.62. Web safe color of #146031 is #006633. Color #146031 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100000 00110001
Octal 24 140 61
Decimal 20 96 49
Hex 14 60 31

RGB Percentages of Color #146031

%12.12
%58.18
%29.70

CMYK Percentages of Color #146031

%79
%0
%49
%62

Triadic Colors of #146031

#146031 #311460 #603114

Analogous Colors of #146031

#146031 #146057 #1d6014

Monochromatic Colors of #146031

#146031

Complementary Color

#146031 #601443

#146031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146031 Color CSS Codes

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

#146031 Text Font Color

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

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


#146031 Background Color

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

This div background color is #146031


#146031 Border Color

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

This div border color is #146031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146031


Comments

No comments written yet.

Please login to write comment.