Color Hex Logo

#44594d Color Hex

#44594D
(68,89,77)
0 Favorites   0 Comments

Color spaces of #44594d

RGB 688977
HSL0.400.130.31
HSV146°24°35°
CMYK 0.240.000.13   0.65
XYZ7.29588.90958.3564
Yxy8.90950.29700.3627
Hunter Lab29.8488-8.60544.2955
CIE-Lab35.8095-10.82194.3337

#44594d color RGB value is (68,89,77).

#44594d hex color red value is 68, green value is 89 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #44594d hue: 0.40 , saturation: 0.13 and the lightness value of 44594d is 0.31.

The process color (four color CMYK) of #44594d color hex is 0.24, 0.00, 0.13, 0.65. Web safe color of #44594d is #336666. Color #44594d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011001 01001101
Octal 104 131 115
Decimal 68 89 77
Hex 44 59 4D

RGB Percentages of Color #44594d

%29.06
%38.03
%32.91

CMYK Percentages of Color #44594d

%24
%0
%13
%65

Triadic Colors of #44594d

#44594d #4d4459 #594d44

Analogous Colors of #44594d

#44594d #445958 #465944

Monochromatic Colors of #44594d

#44594d

Complementary Color

#44594d #594450

#44594d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44594d Color Preview on White Background

Lorem ipsum dolor sit amet.

#44594d Color CSS Codes

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

#44594d Text Font Color

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

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


#44594d Background Color

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

This div background color is #44594d


#44594d Border Color

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

This div border color is #44594d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,89,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44594d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44594d;
  -webkit-box-shadow: 1px 1px 3px 2px #44594d;
  box-shadow:         1px 1px 3px 2px #44594d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44594d


Comments

No comments written yet.

Please login to write comment.