Color Hex Logo

#29474b Color Hex

#29474B
(41,71,75)
0 Favorites   0 Comments

Color spaces of #29474b

RGB 417175
HSL0.520.290.23
HSV187°45°29°
CMYK 0.450.050.00   0.71
XYZ4.43775.48597.4816
Yxy5.48590.25500.3152
Hunter Lab23.4220-7.1686-2.5434
CIE-Lab28.0765-9.9419-5.9231

#29474b color RGB value is (41,71,75).

#29474b hex color red value is 41, green value is 71 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #29474b hue: 0.52 , saturation: 0.29 and the lightness value of 29474b is 0.23.

The process color (four color CMYK) of #29474b color hex is 0.45, 0.05, 0.00, 0.71. Web safe color of #29474b is #333333. Color #29474b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000111 01001011
Octal 51 107 113
Decimal 41 71 75
Hex 29 47 4B

RGB Percentages of Color #29474b

%21.93
%37.97
%40.11

CMYK Percentages of Color #29474b

%45
%5
%0
%71

Triadic Colors of #29474b

#29474b #4b2947 #474b29

Analogous Colors of #29474b

#29474b #29364b #294b3e

Monochromatic Colors of #29474b

#29474b

Complementary Color

#29474b #4b2d29

#29474b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29474b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29474b Color CSS Codes

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

#29474b Text Font Color

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

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


#29474b Background Color

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

This div background color is #29474b


#29474b Border Color

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

This div border color is #29474b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29474b


Comments

No comments written yet.

Please login to write comment.