Color Hex Logo

#447048 Color Hex

#447048
(68,112,72)
0 Favorites   0 Comments

Color spaces of #447048

RGB 6811272
HSL0.350.240.35
HSV125°39°44°
CMYK 0.390.000.36   0.56
XYZ9.347813.28528.2025
Yxy13.28520.30320.4308
Hunter Lab36.4489-18.006812.1715
CIE-Lab43.1899-24.333417.5835

#447048 color RGB value is (68,112,72).

#447048 hex color red value is 68, green value is 112 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #447048 hue: 0.35 , saturation: 0.24 and the lightness value of 447048 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110000 01001000
Octal 104 160 110
Decimal 68 112 72
Hex 44 70 48

RGB Percentages of Color #447048

%26.98
%44.44
%28.57

CMYK Percentages of Color #447048

%39
%0
%36
%56

Triadic Colors of #447048

#447048 #484470 #704844

Analogous Colors of #447048

#447048 #44705e #567044

Monochromatic Colors of #447048

#447048

Complementary Color

#447048 #70446c

#447048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#447048 Color CSS Codes

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

#447048 Text Font Color

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

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


#447048 Background Color

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

This div background color is #447048


#447048 Border Color

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

This div border color is #447048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447048


Comments

No comments written yet.

Please login to write comment.