Color Hex Logo

#447045 Color Hex

#447045
(68,112,69)
0 Favorites   0 Comments

Color spaces of #447045

RGB 6811269
HSL0.340.240.35
HSV121°39°44°
CMYK 0.390.000.38   0.56
XYZ9.252213.24707.6995
Yxy13.24700.30640.4387
Hunter Lab36.3964-18.317912.9350
CIE-Lab43.1331-24.878119.2488

#447045 color RGB value is (68,112,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110000 01000101
Octal 104 160 105
Decimal 68 112 69
Hex 44 70 45

RGB Percentages of Color #447045

%27.31
%44.98
%27.71

CMYK Percentages of Color #447045

%39
%0
%38
%56

Triadic Colors of #447045

#447045 #454470 #704544

Analogous Colors of #447045

#447045 #44705b #597044

Monochromatic Colors of #447045

#447045

Complementary Color

#447045 #70446f

#447045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#447045 Color CSS Codes

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

#447045 Text Font Color

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

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


#447045 Background Color

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

This div background color is #447045


#447045 Border Color

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

This div border color is #447045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447045


Comments

No comments written yet.

Please login to write comment.