Color Hex Logo

#44504d Color Hex

#44504D
(68,80,77)
0 Favorites   0 Comments

Color spaces of #44504d

RGB 688077
HSL0.460.080.29
HSV165°15°31°
CMYK 0.150.000.04   0.69
XYZ6.59217.50218.1218
Yxy7.50210.29670.3377
Hunter Lab27.3900-4.97181.5920
CIE-Lab32.9237-5.44720.1611

#44504d color RGB value is (68,80,77).

#44504d hex color red value is 68, green value is 80 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #44504d hue: 0.46 , saturation: 0.08 and the lightness value of 44504d is 0.29.

The process color (four color CMYK) of #44504d color hex is 0.15, 0.00, 0.04, 0.69. Web safe color of #44504d is #336666. Color #44504d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010000 01001101
Octal 104 120 115
Decimal 68 80 77
Hex 44 50 4D

RGB Percentages of Color #44504d

%30.22
%35.56
%34.22

CMYK Percentages of Color #44504d

%15
%0
%4
%69

Triadic Colors of #44504d

#44504d #4d4450 #504d44

Analogous Colors of #44504d

#44504d #444d50 #445047

Monochromatic Colors of #44504d

#44504d

Complementary Color

#44504d #504447

#44504d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44504d Color Preview on White Background

Lorem ipsum dolor sit amet.

#44504d Color CSS Codes

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

#44504d Text Font Color

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

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


#44504d Background Color

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

This div background color is #44504d


#44504d Border Color

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

This div border color is #44504d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44504d


Comments

No comments written yet.

Please login to write comment.