Color Hex Logo

#449506 Color Hex

#449506
(68,149,6)
0 Favorites   0 Comments

Color spaces of #449506

RGB 681496
HSL0.260.920.30
HSV94°96°58°
CMYK 0.540.000.96   0.42
XYZ13.164222.73703.8671
Yxy22.73700.33100.5717
Hunter Lab47.6833-34.166328.5699
CIE-Lab54.8004-46.478756.3283

#449506 color RGB value is (68,149,6).

#449506 hex color red value is 68, green value is 149 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #449506 hue: 0.26 , saturation: 0.92 and the lightness value of 449506 is 0.30.

The process color (four color CMYK) of #449506 color hex is 0.54, 0.00, 0.96, 0.42. Web safe color of #449506 is #339900. Color #449506 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10010101 00000110
Octal 104 225 6
Decimal 68 149 6
Hex 44 95 6

RGB Percentages of Color #449506

%30.49
%66.82
%2.69

CMYK Percentages of Color #449506

%54
%0
%96
%42

Triadic Colors of #449506

#449506 #064495 #950644

Analogous Colors of #449506

#449506 #069510 #8c9506

Monochromatic Colors of #449506

#449506

Complementary Color

#449506 #570695

#449506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#449506 Color CSS Codes

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

#449506 Text Font Color

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

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


#449506 Background Color

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

This div background color is #449506


#449506 Border Color

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

This div border color is #449506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449506


Comments

No comments written yet.

Please login to write comment.