Color Hex Logo

#29411f Color Hex

#29411F
(41,65,31)
0 Favorites   0 Comments

Color spaces of #29411f

RGB 416531
HSL0.280.350.19
HSV102°52°25°
CMYK 0.370.000.52   0.75
XYZ3.05214.35091.9753
Yxy4.35090.32540.4639
Hunter Lab20.8588-10.38458.9865
CIE-Lab24.7991-16.934117.7915

#29411f color RGB value is (41,65,31).

#29411f hex color red value is 41, green value is 65 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #29411f hue: 0.28 , saturation: 0.35 and the lightness value of 29411f is 0.19.

The process color (four color CMYK) of #29411f color hex is 0.37, 0.00, 0.52, 0.75. Web safe color of #29411f is #333333. Color #29411f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000001 00011111
Octal 51 101 37
Decimal 41 65 31
Hex 29 41 1F

RGB Percentages of Color #29411f

%29.93
%47.45
%22.63

CMYK Percentages of Color #29411f

%37
%0
%52
%75

Triadic Colors of #29411f

#29411f #1f2941 #411f29

Analogous Colors of #29411f

#29411f #1f4126 #3a411f

Monochromatic Colors of #29411f

#29411f

Complementary Color

#29411f #371f41

#29411f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29411f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29411f Color CSS Codes

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

#29411f Text Font Color

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

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


#29411f Background Color

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

This div background color is #29411f


#29411f Border Color

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

This div border color is #29411f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,65,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29411f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29411f;
  -webkit-box-shadow: 1px 1px 3px 2px #29411f;
  box-shadow:         1px 1px 3px 2px #29411f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29411f


Comments

No comments written yet.

Please login to write comment.