Color Hex Logo

#49292d Color Hex

#49292D
(73,41,45)
0 Favorites   0 Comments

Color spaces of #49292d

RGB 734145
HSL0.980.280.22
HSV353°44°29°
CMYK 0.000.440.38   0.71
XYZ4.01423.19182.8871
Yxy3.19180.39770.3162
Hunter Lab17.86568.84212.9246
CIE-Lab20.796215.51893.8027

#49292d color RGB value is (73,41,45).

#49292d hex color red value is 73, green value is 41 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #49292d hue: 0.98 , saturation: 0.28 and the lightness value of 49292d is 0.22.

The process color (four color CMYK) of #49292d color hex is 0.00, 0.44, 0.38, 0.71. Web safe color of #49292d is #333333. Color #49292d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101001 00101101
Octal 111 51 55
Decimal 73 41 45
Hex 49 29 2D

RGB Percentages of Color #49292d

%45.91
%25.79
%28.30

CMYK Percentages of Color #49292d

%0
%44
%38
%71

Triadic Colors of #49292d

#49292d #2d4929 #292d49

Analogous Colors of #49292d

#49292d #493529 #49293d

Monochromatic Colors of #49292d

#49292d

Complementary Color

#49292d #294945

#49292d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49292d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49292d Color CSS Codes

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

#49292d Text Font Color

<p style="color:#49292d">Text here</p>

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


#49292d Background Color

<div style="background-color:#49292d">
Div content here</div>

This div background color is #49292d


#49292d Border Color

<div style="border:3px solid #49292d">
Div here</div>

This div border color is #49292d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,41,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49292d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49292d;
  -webkit-box-shadow: 1px 1px 3px 2px #49292d;
  box-shadow:         1px 1px 3px 2px #49292d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49292d


Comments

No comments written yet.

Please login to write comment.