Color Hex Logo

#44804c Color Hex

#44804C
(68,128,76)
0 Favorites   0 Comments

Color spaces of #44804c

RGB 6812876
HSL0.360.310.38
HSV128°47°50°
CMYK 0.470.000.41   0.50
XYZ11.407617.18919.5541
Yxy17.18910.29900.4506
Hunter Lab41.4597-23.440515.3589
CIE-Lab48.4974-31.370822.3288

#44804c color RGB value is (68,128,76).

#44804c hex color red value is 68, green value is 128 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #44804c hue: 0.36 , saturation: 0.31 and the lightness value of 44804c is 0.38.

The process color (four color CMYK) of #44804c color hex is 0.47, 0.00, 0.41, 0.50. Web safe color of #44804c is #339933. Color #44804c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000000 01001100
Octal 104 200 114
Decimal 68 128 76
Hex 44 80 4C

RGB Percentages of Color #44804c

%25.00
%47.06
%27.94

CMYK Percentages of Color #44804c

%47
%0
%41
%50

Triadic Colors of #44804c

#44804c #4c4480 #804c44

Analogous Colors of #44804c

#44804c #44806a #5a8044

Monochromatic Colors of #44804c

#44804c

Complementary Color

#44804c #804478

#44804c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44804c Color Preview on White Background

Lorem ipsum dolor sit amet.

#44804c Color CSS Codes

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

#44804c Text Font Color

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

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


#44804c Background Color

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

This div background color is #44804c


#44804c Border Color

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

This div border color is #44804c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,128,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 #44804c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44804c


Comments

No comments written yet.

Please login to write comment.