Color Hex Logo

#429649 Color Hex

#429649
(66,150,73)
0 Favorites   0 Comments

Color spaces of #429649

RGB 6615073
HSL0.350.390.42
HSV125°56°59°
CMYK 0.560.000.51   0.41
XYZ14.355723.452010.0734
Yxy23.45200.29980.4898
Hunter Lab48.4273-31.833521.5661
CIE-Lab55.5349-42.064132.8805

#429649 color RGB value is (66,150,73).

#429649 hex color red value is 66, green value is 150 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #429649 hue: 0.35 , saturation: 0.39 and the lightness value of 429649 is 0.42.

The process color (four color CMYK) of #429649 color hex is 0.56, 0.00, 0.51, 0.41. Web safe color of #429649 is #339933. Color #429649 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010110 01001001
Octal 102 226 111
Decimal 66 150 73
Hex 42 96 49

RGB Percentages of Color #429649

%22.84
%51.90
%25.26

CMYK Percentages of Color #429649

%56
%0
%51
%41

Triadic Colors of #429649

#429649 #494296 #964942

Analogous Colors of #429649

#429649 #429673 #659642

Monochromatic Colors of #429649

#429649

Complementary Color

#429649 #96428f

#429649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429649 Color CSS Codes

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

#429649 Text Font Color

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

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


#429649 Background Color

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

This div background color is #429649


#429649 Border Color

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

This div border color is #429649


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,150,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #429649; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #429649;
  -webkit-box-shadow: 1px 1px 3px 2px #429649;
  box-shadow:         1px 1px 3px 2px #429649; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,150,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429649


Comments

No comments written yet.

Please login to write comment.