Color Hex Logo

#29443b Color Hex

#29443B
(41,68,59)
0 Favorites   0 Comments

Color spaces of #29443b

RGB 416859
HSL0.440.250.21
HSV160°40°27°
CMYK 0.400.000.13   0.73
XYZ3.77104.92144.8889
Yxy4.92140.27770.3624
Hunter Lab22.1842-8.48002.4628
CIE-Lab26.5097-12.69792.2071

#29443b color RGB value is (41,68,59).

#29443b hex color red value is 41, green value is 68 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #29443b hue: 0.44 , saturation: 0.25 and the lightness value of 29443b is 0.21.

The process color (four color CMYK) of #29443b color hex is 0.40, 0.00, 0.13, 0.73. Web safe color of #29443b is #333333. Color #29443b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000100 00111011
Octal 51 104 73
Decimal 41 68 59
Hex 29 44 3B

RGB Percentages of Color #29443b

%24.40
%40.48
%35.12

CMYK Percentages of Color #29443b

%40
%0
%13
%73

Triadic Colors of #29443b

#29443b #3b2944 #443b29

Analogous Colors of #29443b

#29443b #294044 #29442e

Monochromatic Colors of #29443b

#29443b

Complementary Color

#29443b #442932

#29443b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29443b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29443b Color CSS Codes

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

#29443b Text Font Color

<p style="color:#29443b">Text here</p>

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


#29443b Background Color

<div style="background-color:#29443b">
Div content here</div>

This div background color is #29443b


#29443b Border Color

<div style="border:3px solid #29443b">
Div here</div>

This div border color is #29443b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29443b


Comments

No comments written yet.

Please login to write comment.