Color Hex Logo

#49222e Color Hex

#49222E
(73,34,46)
0 Favorites   0 Comments

Color spaces of #49222e

RGB 733446
HSL0.950.360.21
HSV342°53°29°
CMYK 0.000.530.37   0.71
XYZ3.81282.75782.9161
Yxy2.75780.40190.2907
Hunter Lab16.606611.92111.2134
CIE-Lab19.046620.09830.5871

#49222e color RGB value is (73,34,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100010 00101110
Octal 111 42 56
Decimal 73 34 46
Hex 49 22 2E

RGB Percentages of Color #49222e

%47.71
%22.22
%30.07

CMYK Percentages of Color #49222e

%0
%53
%37
%71

Triadic Colors of #49222e

#49222e #2e4922 #222e49

Analogous Colors of #49222e

#49222e #492a22 #492242

Monochromatic Colors of #49222e

#49222e

Complementary Color

#49222e #22493d

#49222e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49222e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49222e Color CSS Codes

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

#49222e Text Font Color

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

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


#49222e Background Color

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

This div background color is #49222e


#49222e Border Color

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

This div border color is #49222e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49222e

#49222e Color Palettes


Comments

No comments written yet.

Please login to write comment.