Color Hex Logo

#29323f Color Hex

#29323F
(41,50,63)
0 Favorites   0 Comments

Color spaces of #29323f

RGB 415063
HSL0.600.210.20
HSV215°35°25°
CMYK 0.350.210.00   0.75
XYZ2.95233.11155.1476
Yxy3.11150.26330.2775
Hunter Lab17.6394-0.9936-4.9546
CIE-Lab20.4850-0.0902-9.4125

#29323f color RGB value is (41,50,63).

#29323f hex color red value is 41, green value is 50 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #29323f hue: 0.60 , saturation: 0.21 and the lightness value of 29323f is 0.20.

The process color (four color CMYK) of #29323f color hex is 0.35, 0.21, 0.00, 0.75. Web safe color of #29323f is #333333. Color #29323f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110010 00111111
Octal 51 62 77
Decimal 41 50 63
Hex 29 32 3F

RGB Percentages of Color #29323f

%26.62
%32.47
%40.91

CMYK Percentages of Color #29323f

%35
%21
%0
%75

Triadic Colors of #29323f

#29323f #3f2932 #323f29

Analogous Colors of #29323f

#29323f #2b293f #293d3f

Monochromatic Colors of #29323f

#29323f

Complementary Color

#29323f #3f3629

#29323f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29323f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29323f Color CSS Codes

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

#29323f Text Font Color

<p style="color:#29323f">Text here</p>

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


#29323f Background Color

<div style="background-color:#29323f">
Div content here</div>

This div background color is #29323f


#29323f Border Color

<div style="border:3px solid #29323f">
Div here</div>

This div border color is #29323f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,50,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29323f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29323f;
  -webkit-box-shadow: 1px 1px 3px 2px #29323f;
  box-shadow:         1px 1px 3px 2px #29323f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29323f


Comments

No comments written yet.

Please login to write comment.