Color Hex Logo

#29440d Color Hex

#29440D
(41,68,13)
0 Favorites   0 Comments

Color spaces of #29440d

RGB 416813
HSL0.250.680.16
HSV89°81°27°
CMYK 0.400.000.81   0.73
XYZ3.05424.63471.1144
Yxy4.63470.34690.5265
Hunter Lab21.5284-12.351112.0007
CIE-Lab25.6676-20.641128.4173

#29440d color RGB value is (41,68,13).

#29440d hex color red value is 41, green value is 68 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #29440d hue: 0.25 , saturation: 0.68 and the lightness value of 29440d is 0.16.

The process color (four color CMYK) of #29440d color hex is 0.40, 0.00, 0.81, 0.73. Web safe color of #29440d is #333300. Color #29440d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000100 00001101
Octal 51 104 15
Decimal 41 68 13
Hex 29 44 D

RGB Percentages of Color #29440d

%33.61
%55.74
%10.66

CMYK Percentages of Color #29440d

%40
%0
%81
%73

Triadic Colors of #29440d

#29440d #0d2944 #440d29

Analogous Colors of #29440d

#29440d #0e440d #44430d

Monochromatic Colors of #29440d

#29440d

Complementary Color

#29440d #280d44

#29440d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29440d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29440d Color CSS Codes

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

#29440d Text Font Color

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

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


#29440d Background Color

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

This div background color is #29440d


#29440d Border Color

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

This div border color is #29440d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29440d


Comments

No comments written yet.

Please login to write comment.