Color Hex Logo

#494132 Color Hex

#494132
(73,65,50)
0 Favorites   0 Comments

Color spaces of #494132

RGB 736550
HSL0.110.190.24
HSV39°32°29°
CMYK 0.000.110.32   0.71
XYZ5.21375.42743.7904
Yxy5.42740.36130.3761
Hunter Lab23.2968-0.82206.6612
CIE-Lab27.91930.671910.4191

#494132 color RGB value is (73,65,50).

#494132 hex color red value is 73, green value is 65 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #494132 hue: 0.11 , saturation: 0.19 and the lightness value of 494132 is 0.24.

The process color (four color CMYK) of #494132 color hex is 0.00, 0.11, 0.32, 0.71. Web safe color of #494132 is #333333. Color #494132 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000001 00110010
Octal 111 101 62
Decimal 73 65 50
Hex 49 41 32

RGB Percentages of Color #494132

%38.83
%34.57
%26.60

CMYK Percentages of Color #494132

%0
%11
%32
%71

Triadic Colors of #494132

#494132 #324941 #413249

Analogous Colors of #494132

#494132 #464932 #493632

Monochromatic Colors of #494132

#494132

Complementary Color

#494132 #323a49

#494132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494132 Color CSS Codes

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

#494132 Text Font Color

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

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


#494132 Background Color

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

This div background color is #494132


#494132 Border Color

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

This div border color is #494132


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,65,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #494132; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #494132;
  -webkit-box-shadow: 1px 1px 3px 2px #494132;
  box-shadow:         1px 1px 3px 2px #494132; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494132


Comments

No comments written yet.

Please login to write comment.