Color Hex Logo

#44714c Color Hex

#44714C
(68,113,76)
0 Favorites   0 Comments

Color spaces of #44714c

RGB 6811376
HSL0.360.250.35
HSV131°40°44°
CMYK 0.400.000.33   0.56
XYZ9.593513.56108.9494
Yxy13.56100.29880.4224
Hunter Lab36.8253-17.942411.3688
CIE-Lab43.5967-24.082215.7952

#44714c color RGB value is (68,113,76).

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

The process color (four color CMYK) of #44714c color hex is 0.40, 0.00, 0.33, 0.56. Web safe color of #44714c is #336633. Color #44714c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110001 01001100
Octal 104 161 114
Decimal 68 113 76
Hex 44 71 4C

RGB Percentages of Color #44714c

%26.46
%43.97
%29.57

CMYK Percentages of Color #44714c

%40
%0
%33
%56

Triadic Colors of #44714c

#44714c #4c4471 #714c44

Analogous Colors of #44714c

#44714c #447163 #537144

Monochromatic Colors of #44714c

#44714c

Complementary Color

#44714c #714469

#44714c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44714c Color Preview on White Background

Lorem ipsum dolor sit amet.

#44714c Color CSS Codes

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

#44714c Text Font Color

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

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


#44714c Background Color

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

This div background color is #44714c


#44714c Border Color

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

This div border color is #44714c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44714c


Comments

No comments written yet.

Please login to write comment.