Color Hex Logo

#29371d Color Hex

#29371D
(41,55,29)
0 Favorites   0 Comments

Color spaces of #29371d

RGB 415529
HSL0.260.310.16
HSV92°47°22°
CMYK 0.250.000.47   0.78
XYZ2.50243.29251.6660
Yxy3.29250.33540.4413
Hunter Lab18.1452-7.13747.2580
CIE-Lab21.1792-11.510014.4503

#29371d color RGB value is (41,55,29).

#29371d hex color red value is 41, green value is 55 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #29371d hue: 0.26 , saturation: 0.31 and the lightness value of 29371d is 0.16.

The process color (four color CMYK) of #29371d color hex is 0.25, 0.00, 0.47, 0.78. Web safe color of #29371d is #333333. Color #29371d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110111 00011101
Octal 51 67 35
Decimal 41 55 29
Hex 29 37 1D

RGB Percentages of Color #29371d

%32.80
%44.00
%23.20

CMYK Percentages of Color #29371d

%25
%0
%47
%78

Triadic Colors of #29371d

#29371d #1d2937 #371d29

Analogous Colors of #29371d

#29371d #1d371e #36371d

Monochromatic Colors of #29371d

#29371d

Complementary Color

#29371d #2b1d37

#29371d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29371d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29371d Color CSS Codes

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

#29371d Text Font Color

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

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


#29371d Background Color

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

This div background color is #29371d


#29371d Border Color

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

This div border color is #29371d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29371d


Comments

No comments written yet.

Please login to write comment.