Color Hex Logo

#44a464 Color Hex

#44A464
(68,164,100)
0 Favorites   0 Comments

Color spaces of #44a464

RGB 68164100
HSL0.390.410.45
HSV140°59°64°
CMYK 0.590.000.39   0.36
XYZ17.959628.700016.6497
Yxy28.70000.28370.4533
Hunter Lab53.5724-33.911319.0740
CIE-Lab60.5159-42.893224.9745

#44a464 color RGB value is (68,164,100).

#44a464 hex color red value is 68, green value is 164 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #44a464 hue: 0.39 , saturation: 0.41 and the lightness value of 44a464 is 0.45.

The process color (four color CMYK) of #44a464 color hex is 0.59, 0.00, 0.39, 0.36. Web safe color of #44a464 is #339966. Color #44a464 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10100100 01100100
Octal 104 244 144
Decimal 68 164 100
Hex 44 A4 64

RGB Percentages of Color #44a464

%20.48
%49.40
%30.12

CMYK Percentages of Color #44a464

%59
%0
%39
%36

Triadic Colors of #44a464

#44a464 #6444a4 #a46444

Analogous Colors of #44a464

#44a464 #44a494 #54a444

Monochromatic Colors of #44a464

#44a464

Complementary Color

#44a464 #a44484

#44a464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44a464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#44a464 Color CSS Codes

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

#44a464 Text Font Color

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

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


#44a464 Background Color

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

This div background color is #44a464


#44a464 Border Color

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

This div border color is #44a464


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,164,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44a464; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44a464;
  -webkit-box-shadow: 1px 1px 3px 2px #44a464;
  box-shadow:         1px 1px 3px 2px #44a464; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,164,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44a464


Comments

No comments written yet.

Please login to write comment.