Color Hex Logo

#29432e Color Hex

#29432E
(41,67,46)
0 Favorites   0 Comments

Color spaces of #29432e

RGB 416746
HSL0.370.240.21
HSV132°39°26°
CMYK 0.390.000.31   0.74
XYZ3.41474.68303.3087
Yxy4.68300.29940.4106
Hunter Lab21.6402-9.70426.0830
CIE-Lab25.8118-15.23979.6782

#29432e color RGB value is (41,67,46).

#29432e hex color red value is 41, green value is 67 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #29432e hue: 0.37 , saturation: 0.24 and the lightness value of 29432e is 0.21.

The process color (four color CMYK) of #29432e color hex is 0.39, 0.00, 0.31, 0.74. Web safe color of #29432e is #333333. Color #29432e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000011 00101110
Octal 51 103 56
Decimal 41 67 46
Hex 29 43 2E

RGB Percentages of Color #29432e

%26.62
%43.51
%29.87

CMYK Percentages of Color #29432e

%39
%0
%31
%74

Triadic Colors of #29432e

#29432e #2e2943 #432e29

Analogous Colors of #29432e

#29432e #29433b #314329

Monochromatic Colors of #29432e

#29432e

Complementary Color

#29432e #43293e

#29432e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29432e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29432e Color CSS Codes

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

#29432e Text Font Color

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

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


#29432e Background Color

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

This div background color is #29432e


#29432e Border Color

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

This div border color is #29432e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,67,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29432e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29432e;
  -webkit-box-shadow: 1px 1px 3px 2px #29432e;
  box-shadow:         1px 1px 3px 2px #29432e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,67,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29432e


Comments

No comments written yet.

Please login to write comment.