Color Hex Logo

#29350f Color Hex

#29350F
(41,53,15)
0 Favorites   0 Comments

Color spaces of #29350f

RGB 415315
HSL0.220.560.13
HSV79°72°21°
CMYK 0.230.000.72   0.79
XYZ2.27383.05210.9212
Yxy3.05210.36400.4886
Hunter Lab17.4703-7.34079.1028
CIE-Lab20.2514-12.185521.7398

#29350f color RGB value is (41,53,15).

#29350f hex color red value is 41, green value is 53 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #29350f hue: 0.22 , saturation: 0.56 and the lightness value of 29350f is 0.13.

The process color (four color CMYK) of #29350f color hex is 0.23, 0.00, 0.72, 0.79. Web safe color of #29350f is #333300. Color #29350f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110101 00001111
Octal 51 65 17
Decimal 41 53 15
Hex 29 35 F

RGB Percentages of Color #29350f

%37.61
%48.62
%13.76

CMYK Percentages of Color #29350f

%23
%0
%72
%79

Triadic Colors of #29350f

#29350f #0f2935 #350f29

Analogous Colors of #29350f

#29350f #16350f #352e0f

Monochromatic Colors of #29350f

#29350f

Complementary Color

#29350f #1b0f35

#29350f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29350f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29350f Color CSS Codes

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

#29350f Text Font Color

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

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


#29350f Background Color

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

This div background color is #29350f


#29350f Border Color

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

This div border color is #29350f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29350f


Comments

No comments written yet.

Please login to write comment.