Color Hex Logo

#29373f Color Hex

#29373F
(41,55,63)
0 Favorites   0 Comments

Color spaces of #29373f

RGB 415563
HSL0.560.210.20
HSV202°35°25°
CMYK 0.350.130.00   0.75
XYZ3.17783.56275.2228
Yxy3.56270.26560.2978
Hunter Lab18.8751-2.9793-3.1931
CIE-Lab22.1696-3.4475-6.8585

#29373f color RGB value is (41,55,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110111 00111111
Octal 51 67 77
Decimal 41 55 63
Hex 29 37 3F

RGB Percentages of Color #29373f

%25.79
%34.59
%39.62

CMYK Percentages of Color #29373f

%35
%13
%0
%75

Triadic Colors of #29373f

#29373f #3f2937 #373f29

Analogous Colors of #29373f

#29373f #292c3f #293f3c

Monochromatic Colors of #29373f

#29373f

Complementary Color

#29373f #3f3129

#29373f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29373f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29373f Color CSS Codes

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

#29373f Text Font Color

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

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


#29373f Background Color

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

This div background color is #29373f


#29373f Border Color

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

This div border color is #29373f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29373f


Comments

No comments written yet.

Please login to write comment.