Color Hex Logo

#292e2a Color Hex

#292E2A
(41,46,42)
0 Favorites   0 Comments

Color spaces of #292e2a

RGB 414642
HSL0.370.060.17
HSV132°11°18°
CMYK 0.110.000.09   0.82
XYZ2.30942.59262.5692
Yxy2.59260.30910.3470
Hunter Lab16.1016-2.57601.8106
CIE-Lab18.3323-3.16581.8292

#292e2a color RGB value is (41,46,42).

#292e2a hex color red value is 41, green value is 46 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #292e2a hue: 0.37 , saturation: 0.06 and the lightness value of 292e2a is 0.17.

The process color (four color CMYK) of #292e2a color hex is 0.11, 0.00, 0.09, 0.82. Web safe color of #292e2a is #333333. Color #292e2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00101110 00101010
Octal 51 56 52
Decimal 41 46 42
Hex 29 2E 2A

RGB Percentages of Color #292e2a

%31.78
%35.66
%32.56

CMYK Percentages of Color #292e2a

%11
%0
%9
%82

Triadic Colors of #292e2a

#292e2a #2a292e #2e2a29

Analogous Colors of #292e2a

#292e2a #292e2d #2b2e29

Monochromatic Colors of #292e2a

#292e2a

Complementary Color

#292e2a #2e292d

#292e2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#292e2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#292e2a Color CSS Codes

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

#292e2a Text Font Color

<p style="color:#292e2a">Text here</p>

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


#292e2a Background Color

<div style="background-color:#292e2a">
Div content here</div>

This div background color is #292e2a


#292e2a Border Color

<div style="border:3px solid #292e2a">
Div here</div>

This div border color is #292e2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,46,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #292e2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #292e2a;
  -webkit-box-shadow: 1px 1px 3px 2px #292e2a;
  box-shadow:         1px 1px 3px 2px #292e2a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #292e2a


Comments

No comments written yet.

Please login to write comment.