Color Hex Logo

#447416 Color Hex

#447416
(68,116,22)
0 Favorites   0 Comments

Color spaces of #447416

RGB 6811622
HSL0.250.680.27
HSV91°81°45°
CMYK 0.410.000.81   0.55
XYZ8.774113.77772.9560
Yxy13.77770.34400.5401
Hunter Lab37.1183-22.762921.2611
CIE-Lab43.9124-32.269443.1876

#447416 color RGB value is (68,116,22).

#447416 hex color red value is 68, green value is 116 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #447416 hue: 0.25 , saturation: 0.68 and the lightness value of 447416 is 0.27.

The process color (four color CMYK) of #447416 color hex is 0.41, 0.00, 0.81, 0.55. Web safe color of #447416 is #336600. Color #447416 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110100 00010110
Octal 104 164 26
Decimal 68 116 22
Hex 44 74 16

RGB Percentages of Color #447416

%33.01
%56.31
%10.68

CMYK Percentages of Color #447416

%41
%0
%81
%55

Triadic Colors of #447416

#447416 #164474 #741644

Analogous Colors of #447416

#447416 #167417 #737416

Monochromatic Colors of #447416

#447416

Complementary Color

#447416 #461674

#447416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#447416 Color CSS Codes

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

#447416 Text Font Color

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

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


#447416 Background Color

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

This div background color is #447416


#447416 Border Color

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

This div border color is #447416


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,116,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #447416; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #447416;
  -webkit-box-shadow: 1px 1px 3px 2px #447416;
  box-shadow:         1px 1px 3px 2px #447416; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447416


Comments

No comments written yet.

Please login to write comment.