Color Hex Logo

#29272c Color Hex

#29272C
(41,39,44)
0 Favorites   0 Comments

Color spaces of #29272c

RGB 413944
HSL0.730.060.16
HSV264°11°17°
CMYK 0.070.110.00   0.83
XYZ2.09462.10432.6786
Yxy2.10430.30460.3060
Hunter Lab14.50620.3884-0.7937
CIE-Lab16.02532.1413-2.9512

#29272c color RGB value is (41,39,44).

#29272c hex color red value is 41, green value is 39 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #29272c hue: 0.73 , saturation: 0.06 and the lightness value of 29272c is 0.16.

The process color (four color CMYK) of #29272c color hex is 0.07, 0.11, 0.00, 0.83. Web safe color of #29272c is #333333. Color #29272c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00100111 00101100
Octal 51 47 54
Decimal 41 39 44
Hex 29 27 2C

RGB Percentages of Color #29272c

%33.06
%31.45
%35.48

CMYK Percentages of Color #29272c

%7
%11
%0
%83

Triadic Colors of #29272c

#29272c #2c2927 #272c29

Analogous Colors of #29272c

#29272c #2c272c #27282c

Monochromatic Colors of #29272c

#29272c

Complementary Color

#29272c #2a2c27

#29272c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29272c Color Preview on White Background

Lorem ipsum dolor sit amet.

#29272c Color CSS Codes

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

#29272c Text Font Color

<p style="color:#29272c">Text here</p>

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


#29272c Background Color

<div style="background-color:#29272c">
Div content here</div>

This div background color is #29272c


#29272c Border Color

<div style="border:3px solid #29272c">
Div here</div>

This div border color is #29272c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,39,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29272c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29272c;
  -webkit-box-shadow: 1px 1px 3px 2px #29272c;
  box-shadow:         1px 1px 3px 2px #29272c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29272c

#29272c Color Palettes


Comments

No comments written yet.

Please login to write comment.