Color Hex Logo

#49423a Color Hex

#49423A
(73,66,58)
0 Favorites   0 Comments

Color spaces of #49423a

RGB 736658
HSL0.090.110.26
HSV32°21°29°
CMYK 0.000.100.21   0.71
XYZ5.45965.61844.7997
Yxy5.61840.34390.3539
Hunter Lab23.7032-0.36634.5865
CIE-Lab28.42861.41775.9506

#49423a color RGB value is (73,66,58).

#49423a hex color red value is 73, green value is 66 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #49423a hue: 0.09 , saturation: 0.11 and the lightness value of 49423a is 0.26.

The process color (four color CMYK) of #49423a color hex is 0.00, 0.10, 0.21, 0.71. Web safe color of #49423a is #333333. Color #49423a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000010 00111010
Octal 111 102 72
Decimal 73 66 58
Hex 49 42 3A

RGB Percentages of Color #49423a

%37.06
%33.50
%29.44

CMYK Percentages of Color #49423a

%0
%10
%21
%71

Triadic Colors of #49423a

#49423a #3a4942 #423a49

Analogous Colors of #49423a

#49423a #49493a #493b3a

Monochromatic Colors of #49423a

#49423a

Complementary Color

#49423a #3a4149

#49423a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49423a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49423a Color CSS Codes

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

#49423a Text Font Color

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

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


#49423a Background Color

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

This div background color is #49423a


#49423a Border Color

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

This div border color is #49423a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49423a


Comments

No comments written yet.

Please login to write comment.