Color Hex Logo

#449325 Color Hex

#449325
(68,147,37)
0 Favorites   0 Comments

Color spaces of #449325

RGB 6814737
HSL0.290.600.36
HSV103°75°58°
CMYK 0.540.000.75   0.42
XYZ13.151522.23005.3479
Yxy22.23000.32290.5458
Hunter Lab47.1487-32.720026.2790
CIE-Lab54.2702-44.276647.9117

#449325 color RGB value is (68,147,37).

#449325 hex color red value is 68, green value is 147 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #449325 hue: 0.29 , saturation: 0.60 and the lightness value of 449325 is 0.36.

The process color (four color CMYK) of #449325 color hex is 0.54, 0.00, 0.75, 0.42. Web safe color of #449325 is #339933. Color #449325 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10010011 00100101
Octal 104 223 45
Decimal 68 147 37
Hex 44 93 25

RGB Percentages of Color #449325

%26.98
%58.33
%14.68

CMYK Percentages of Color #449325

%54
%0
%75
%42

Triadic Colors of #449325

#449325 #254493 #932544

Analogous Colors of #449325

#449325 #25933d #7b9325

Monochromatic Colors of #449325

#449325

Complementary Color

#449325 #742593

#449325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#449325 Color CSS Codes

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

#449325 Text Font Color

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

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


#449325 Background Color

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

This div background color is #449325


#449325 Border Color

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

This div border color is #449325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449325


Comments

No comments written yet.

Please login to write comment.