Color Hex Logo

#29303f Color Hex

#29303F
(41,48,63)
0 Favorites   0 Comments

Color spaces of #29303f

RGB 414863
HSL0.610.210.20
HSV221°35°25°
CMYK 0.350.240.00   0.75
XYZ2.86862.94425.1197
Yxy2.94420.26240.2693
Hunter Lab17.1587-0.1859-5.6795
CIE-Lab19.81901.2809-10.4299

#29303f color RGB value is (41,48,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110000 00111111
Octal 51 60 77
Decimal 41 48 63
Hex 29 30 3F

RGB Percentages of Color #29303f

%26.97
%31.58
%41.45

CMYK Percentages of Color #29303f

%35
%24
%0
%75

Triadic Colors of #29303f

#29303f #3f2930 #303f29

Analogous Colors of #29303f

#29303f #2d293f #293b3f

Monochromatic Colors of #29303f

#29303f

Complementary Color

#29303f #3f3829

#29303f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29303f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29303f Color CSS Codes

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

#29303f Text Font Color

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

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


#29303f Background Color

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

This div background color is #29303f


#29303f Border Color

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

This div border color is #29303f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29303f


Comments

No comments written yet.

Please login to write comment.