Color Hex Logo

#146336 Color Hex

#146336
(20,99,54)
0 Favorites   0 Comments

Color spaces of #146336

RGB 209954
HSL0.410.660.23
HSV146°80°39°
CMYK 0.800.000.45   0.61
XYZ5.41629.33875.0071
Yxy9.33870.27410.4726
Hunter Lab30.5593-21.842211.6769
CIE-Lab36.6284-34.439019.0849

#146336 color RGB value is (20,99,54).

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

The process color (four color CMYK) of #146336 color hex is 0.80, 0.00, 0.45, 0.61. Web safe color of #146336 is #006633. Color #146336 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100011 00110110
Octal 24 143 66
Decimal 20 99 54
Hex 14 63 36

RGB Percentages of Color #146336

%11.56
%57.23
%31.21

CMYK Percentages of Color #146336

%80
%0
%45
%61

Triadic Colors of #146336

#146336 #361463 #633614

Analogous Colors of #146336

#146336 #14635e #1a6314

Monochromatic Colors of #146336

#146336

Complementary Color

#146336 #631441

#146336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146336 Color CSS Codes

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

#146336 Text Font Color

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

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


#146336 Background Color

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

This div background color is #146336


#146336 Border Color

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

This div border color is #146336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146336


Comments

No comments written yet.

Please login to write comment.