Color Hex Logo

#44766d Color Hex

#44766D
(68,118,109)
0 Favorites   0 Comments

Color spaces of #44766d

RGB 68118109
HSL0.470.270.36
HSV169°42°46°
CMYK 0.420.000.08   0.54
XYZ11.622615.289916.8067
Yxy15.28990.26580.3497
Hunter Lab39.1023-15.37251.8880
CIE-Lab46.0287-19.1901-0.3385

#44766d color RGB value is (68,118,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110110 01101101
Octal 104 166 155
Decimal 68 118 109
Hex 44 76 6D

RGB Percentages of Color #44766d

%23.05
%40.00
%36.95

CMYK Percentages of Color #44766d

%42
%0
%8
%54

Triadic Colors of #44766d

#44766d #6d4476 #766d44

Analogous Colors of #44766d

#44766d #446676 #447654

Monochromatic Colors of #44766d

#44766d

Complementary Color

#44766d #76444d

#44766d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44766d Color Preview on White Background

Lorem ipsum dolor sit amet.

#44766d Color CSS Codes

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

#44766d Text Font Color

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

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


#44766d Background Color

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

This div background color is #44766d


#44766d Border Color

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

This div border color is #44766d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44766d


Comments

No comments written yet.

Please login to write comment.