Color Hex Logo

#29522e Color Hex

#29522E
(41,82,46)
0 Favorites   0 Comments

Color spaces of #29522e

RGB 418246
HSL0.350.330.24
HSV127°50°32°
CMYK 0.500.000.44   0.68
XYZ4.42496.70333.6454
Yxy6.70330.29950.4537
Hunter Lab25.8907-14.80199.7755
CIE-Lab31.1217-23.240916.7841

#29522e color RGB value is (41,82,46).

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

The process color (four color CMYK) of #29522e color hex is 0.50, 0.00, 0.44, 0.68. Web safe color of #29522e is #336633. Color #29522e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010010 00101110
Octal 51 122 56
Decimal 41 82 46
Hex 29 52 2E

RGB Percentages of Color #29522e

%24.26
%48.52
%27.22

CMYK Percentages of Color #29522e

%50
%0
%44
%68

Triadic Colors of #29522e

#29522e #2e2952 #522e29

Analogous Colors of #29522e

#29522e #295243 #395229

Monochromatic Colors of #29522e

#29522e

Complementary Color

#29522e #52294d

#29522e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29522e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29522e Color CSS Codes

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

#29522e Text Font Color

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

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


#29522e Background Color

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

This div background color is #29522e


#29522e Border Color

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

This div border color is #29522e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,82,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 #29522e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29522e


Comments

No comments written yet.

Please login to write comment.