Color Hex Logo

#29363e Color Hex

#29363E
(41,54,62)
0 Favorites   0 Comments

Color spaces of #29363e

RGB 415462
HSL0.560.200.20
HSV203°34°24°
CMYK 0.340.130.00   0.76
XYZ3.10313.45765.0612
Yxy3.45760.26700.2975
Hunter Lab18.5946-2.7522-3.1217
CIE-Lab21.7905-3.0856-6.7548

#29363e color RGB value is (41,54,62).

#29363e hex color red value is 41, green value is 54 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #29363e hue: 0.56 , saturation: 0.20 and the lightness value of 29363e is 0.20.

The process color (four color CMYK) of #29363e color hex is 0.34, 0.13, 0.00, 0.76. Web safe color of #29363e is #333333. Color #29363e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110110 00111110
Octal 51 66 76
Decimal 41 54 62
Hex 29 36 3E

RGB Percentages of Color #29363e

%26.11
%34.39
%39.49

CMYK Percentages of Color #29363e

%34
%13
%0
%76

Triadic Colors of #29363e

#29363e #3e2936 #363e29

Analogous Colors of #29363e

#29363e #292c3e #293e3c

Monochromatic Colors of #29363e

#29363e

Complementary Color

#29363e #3e3129

#29363e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29363e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29363e Color CSS Codes

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

#29363e Text Font Color

<p style="color:#29363e">Text here</p>

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


#29363e Background Color

<div style="background-color:#29363e">
Div content here</div>

This div background color is #29363e


#29363e Border Color

<div style="border:3px solid #29363e">
Div here</div>

This div border color is #29363e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,54,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29363e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29363e;
  -webkit-box-shadow: 1px 1px 3px 2px #29363e;
  box-shadow:         1px 1px 3px 2px #29363e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29363e


Comments

No comments written yet.

Please login to write comment.