Color Hex Logo

#44472d Color Hex

#44472D
(68,71,45)
0 Favorites   0 Comments

Color spaces of #44472d

RGB 687145
HSL0.190.220.23
HSV67°37°28°
CMYK 0.040.000.37   0.72
XYZ5.11085.92493.3569
Yxy5.92490.35510.4117
Hunter Lab24.3411-5.11818.8621
CIE-Lab29.2222-6.202315.2565

#44472d color RGB value is (68,71,45).

#44472d hex color red value is 68, green value is 71 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #44472d hue: 0.19 , saturation: 0.22 and the lightness value of 44472d is 0.23.

The process color (four color CMYK) of #44472d color hex is 0.04, 0.00, 0.37, 0.72. Web safe color of #44472d is #333333. Color #44472d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01000111 00101101
Octal 104 107 55
Decimal 68 71 45
Hex 44 47 2D

RGB Percentages of Color #44472d

%36.96
%38.59
%24.46

CMYK Percentages of Color #44472d

%4
%0
%37
%72

Triadic Colors of #44472d

#44472d #2d4447 #472d44

Analogous Colors of #44472d

#44472d #37472d #473d2d

Monochromatic Colors of #44472d

#44472d

Complementary Color

#44472d #302d47

#44472d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44472d Color Preview on White Background

Lorem ipsum dolor sit amet.

#44472d Color CSS Codes

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

#44472d Text Font Color

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

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


#44472d Background Color

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

This div background color is #44472d


#44472d Border Color

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

This div border color is #44472d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44472d


Comments

No comments written yet.

Please login to write comment.