Color Hex Logo

#29240d Color Hex

#29240D
(41,36,13)
0 Favorites   0 Comments

Color spaces of #29240d

RGB 413613
HSL0.140.520.11
HSV49°68°16°
CMYK 0.000.120.68   0.84
XYZ1.61801.76220.6356
Yxy1.76220.40290.4388
Hunter Lab13.2748-1.47446.4535
CIE-Lab14.1863-1.490915.3679

#29240d color RGB value is (41,36,13).

#29240d hex color red value is 41, green value is 36 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #29240d hue: 0.14 , saturation: 0.52 and the lightness value of 29240d is 0.11.

The process color (four color CMYK) of #29240d color hex is 0.00, 0.12, 0.68, 0.84. Web safe color of #29240d is #333300. Color #29240d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00100100 00001101
Octal 51 44 15
Decimal 41 36 13
Hex 29 24 D

RGB Percentages of Color #29240d

%45.56
%40.00
%14.44

CMYK Percentages of Color #29240d

%0
%12
%68
%84

Triadic Colors of #29240d

#29240d #0d2924 #240d29

Analogous Colors of #29240d

#29240d #20290d #29160d

Monochromatic Colors of #29240d

#29240d

Complementary Color

#29240d #0d1229

#29240d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29240d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29240d Color CSS Codes

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

#29240d Text Font Color

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

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


#29240d Background Color

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

This div background color is #29240d


#29240d Border Color

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

This div border color is #29240d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,36,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29240d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29240d;
  -webkit-box-shadow: 1px 1px 3px 2px #29240d;
  box-shadow:         1px 1px 3px 2px #29240d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29240d


Comments

No comments written yet.

Please login to write comment.