Color Hex Logo

#49222a Color Hex

#49222A
(73,34,42)
0 Favorites   0 Comments

Color spaces of #49222a

RGB 733442
HSL0.970.360.21
HSV348°53°29°
CMYK 0.000.530.42   0.71
XYZ3.73762.72772.5200
Yxy2.72770.41600.3036
Hunter Lab16.515811.49292.5145
CIE-Lab18.918619.51723.2086

#49222a color RGB value is (73,34,42).

#49222a hex color red value is 73, green value is 34 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #49222a hue: 0.97 , saturation: 0.36 and the lightness value of 49222a is 0.21.

The process color (four color CMYK) of #49222a color hex is 0.00, 0.53, 0.42, 0.71. Web safe color of #49222a is #333333. Color #49222a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100010 00101010
Octal 111 42 52
Decimal 73 34 42
Hex 49 22 2A

RGB Percentages of Color #49222a

%48.99
%22.82
%28.19

CMYK Percentages of Color #49222a

%0
%53
%42
%71

Triadic Colors of #49222a

#49222a #2a4922 #222a49

Analogous Colors of #49222a

#49222a #492e22 #49223e

Monochromatic Colors of #49222a

#49222a

Complementary Color

#49222a #224941

#49222a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49222a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49222a Color CSS Codes

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

#49222a Text Font Color

<p style="color:#49222a">Text here</p>

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


#49222a Background Color

<div style="background-color:#49222a">
Div content here</div>

This div background color is #49222a


#49222a Border Color

<div style="border:3px solid #49222a">
Div here</div>

This div border color is #49222a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,34,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49222a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49222a;
  -webkit-box-shadow: 1px 1px 3px 2px #49222a;
  box-shadow:         1px 1px 3px 2px #49222a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,34,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 #49222a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49222a


Comments

No comments written yet.

Please login to write comment.