Color Hex Logo

#44712f Color Hex

#44712F
(68,113,47)
0 Favorites   0 Comments

Color spaces of #44712f

RGB 6811347
HSL0.280.410.31
HSV101°58°44°
CMYK 0.400.000.58   0.56
XYZ8.802113.24444.7818
Yxy13.24440.32810.4937
Hunter Lab36.3929-20.514917.6847
CIE-Lab43.1292-28.653431.3844

#44712f color RGB value is (68,113,47).

#44712f hex color red value is 68, green value is 113 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #44712f hue: 0.28 , saturation: 0.41 and the lightness value of 44712f is 0.31.

The process color (four color CMYK) of #44712f color hex is 0.40, 0.00, 0.58, 0.56. Web safe color of #44712f is #336633. Color #44712f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110001 00101111
Octal 104 161 57
Decimal 68 113 47
Hex 44 71 2F

RGB Percentages of Color #44712f

%29.82
%49.56
%20.61

CMYK Percentages of Color #44712f

%40
%0
%58
%56

Triadic Colors of #44712f

#44712f #2f4471 #712f44

Analogous Colors of #44712f

#44712f #2f713b #65712f

Monochromatic Colors of #44712f

#44712f

Complementary Color

#44712f #5c2f71

#44712f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44712f Color Preview on White Background

Lorem ipsum dolor sit amet.

#44712f Color CSS Codes

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

#44712f Text Font Color

<p style="color:#44712f">Text here</p>

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


#44712f Background Color

<div style="background-color:#44712f">
Div content here</div>

This div background color is #44712f


#44712f Border Color

<div style="border:3px solid #44712f">
Div here</div>

This div border color is #44712f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44712f


Comments

No comments written yet.

Please login to write comment.