Color Hex Logo

#44470a Color Hex

#44470A
(68,71,10)
0 Favorites   0 Comments

Color spaces of #44470a

RGB 687110
HSL0.170.750.16
HSV63°86°28°
CMYK 0.040.000.86   0.72
XYZ4.69195.75731.1511
Yxy5.75730.40450.4963
Hunter Lab23.9944-7.086013.9517
CIE-Lab28.7917-9.650533.3322

#44470a color RGB value is (68,71,10).

#44470a hex color red value is 68, green value is 71 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #44470a hue: 0.17 , saturation: 0.75 and the lightness value of 44470a is 0.16.

The process color (four color CMYK) of #44470a color hex is 0.04, 0.00, 0.86, 0.72. Web safe color of #44470a is #333300. Color #44470a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01000111 00001010
Octal 104 107 12
Decimal 68 71 10
Hex 44 47 A

RGB Percentages of Color #44470a

%45.64
%47.65
%6.71

CMYK Percentages of Color #44470a

%4
%0
%86
%72

Triadic Colors of #44470a

#44470a #0a4447 #470a44

Analogous Colors of #44470a

#44470a #26470a #472c0a

Monochromatic Colors of #44470a

#44470a

Complementary Color

#44470a #0d0a47

#44470a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44470a Color Preview on White Background

Lorem ipsum dolor sit amet.

#44470a Color CSS Codes

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

#44470a Text Font Color

<p style="color:#44470a">Text here</p>

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


#44470a Background Color

<div style="background-color:#44470a">
Div content here</div>

This div background color is #44470a


#44470a Border Color

<div style="border:3px solid #44470a">
Div here</div>

This div border color is #44470a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44470a


Comments

No comments written yet.

Please login to write comment.