Color Hex Logo

#44844c Color Hex

#44844C
(68,132,76)
0 Favorites   0 Comments

Color spaces of #44844c

RGB 6813276
HSL0.350.320.39
HSV128°48°52°
CMYK 0.480.000.42   0.48
XYZ11.939718.25339.7314
Yxy18.25330.29910.4572
Hunter Lab42.7239-24.882816.4020
CIE-Lab49.8019-33.217024.0315

#44844c color RGB value is (68,132,76).

#44844c hex color red value is 68, green value is 132 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #44844c hue: 0.35 , saturation: 0.32 and the lightness value of 44844c is 0.39.

The process color (four color CMYK) of #44844c color hex is 0.48, 0.00, 0.42, 0.48. Web safe color of #44844c is #339933. Color #44844c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000100 01001100
Octal 104 204 114
Decimal 68 132 76
Hex 44 84 4C

RGB Percentages of Color #44844c

%24.64
%47.83
%27.54

CMYK Percentages of Color #44844c

%48
%0
%42
%48

Triadic Colors of #44844c

#44844c #4c4484 #844c44

Analogous Colors of #44844c

#44844c #44846c #5c8444

Monochromatic Colors of #44844c

#44844c

Complementary Color

#44844c #84447c

#44844c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44844c Color Preview on White Background

Lorem ipsum dolor sit amet.

#44844c Color CSS Codes

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

#44844c Text Font Color

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

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


#44844c Background Color

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

This div background color is #44844c


#44844c Border Color

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

This div border color is #44844c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,132,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44844c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44844c;
  -webkit-box-shadow: 1px 1px 3px 2px #44844c;
  box-shadow:         1px 1px 3px 2px #44844c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44844c


Comments

No comments written yet.

Please login to write comment.