Color Hex Logo

#44764d Color Hex

#44764D
(68,118,77)
0 Favorites   0 Comments

Color spaces of #44764d

RGB 6811877
HSL0.360.270.36
HSV131°42°46°
CMYK 0.420.000.35   0.54
XYZ10.201914.72169.3250
Yxy14.72160.29790.4298
Hunter Lab38.3687-19.683812.4485
CIE-Lab45.2505-26.390117.4468

#44764d color RGB value is (68,118,77).

#44764d hex color red value is 68, green value is 118 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #44764d hue: 0.36 , saturation: 0.27 and the lightness value of 44764d is 0.36.

The process color (four color CMYK) of #44764d color hex is 0.42, 0.00, 0.35, 0.54. Web safe color of #44764d is #336666. Color #44764d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110110 01001101
Octal 104 166 115
Decimal 68 118 77
Hex 44 76 4D

RGB Percentages of Color #44764d

%25.86
%44.87
%29.28

CMYK Percentages of Color #44764d

%42
%0
%35
%54

Triadic Colors of #44764d

#44764d #4d4476 #764d44

Analogous Colors of #44764d

#44764d #447666 #547644

Monochromatic Colors of #44764d

#44764d

Complementary Color

#44764d #76446d

#44764d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44764d Color Preview on White Background

Lorem ipsum dolor sit amet.

#44764d Color CSS Codes

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

#44764d Text Font Color

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

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


#44764d Background Color

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

This div background color is #44764d


#44764d Border Color

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

This div border color is #44764d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44764d


Comments

No comments written yet.

Please login to write comment.