Color Hex Logo

#447022 Color Hex

#447022
(68,112,34)
0 Favorites   0 Comments

Color spaces of #447022

RGB 6811234
HSL0.260.530.29
HSV94°70°44°
CMYK 0.390.000.70   0.56
XYZ8.466812.93283.5634
Yxy12.93280.33920.5181
Hunter Lab35.9622-20.908519.2987
CIE-Lab42.6618-29.548437.1679

#447022 color RGB value is (68,112,34).

#447022 hex color red value is 68, green value is 112 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #447022 hue: 0.26 , saturation: 0.53 and the lightness value of 447022 is 0.29.

The process color (four color CMYK) of #447022 color hex is 0.39, 0.00, 0.70, 0.56. Web safe color of #447022 is #336633. Color #447022 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110000 00100010
Octal 104 160 42
Decimal 68 112 34
Hex 44 70 22

RGB Percentages of Color #447022

%31.78
%52.34
%15.89

CMYK Percentages of Color #447022

%39
%0
%70
%56

Triadic Colors of #447022

#447022 #224470 #702244

Analogous Colors of #447022

#447022 #227027 #6b7022

Monochromatic Colors of #447022

#447022

Complementary Color

#447022 #4e2270

#447022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#447022 Color CSS Codes

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

#447022 Text Font Color

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

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


#447022 Background Color

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

This div background color is #447022


#447022 Border Color

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

This div border color is #447022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447022


Comments

No comments written yet.

Please login to write comment.