Color Hex Logo

#494432 Color Hex

#494432
(73,68,50)
0 Favorites   0 Comments

Color spaces of #494432

RGB 736850
HSL0.130.190.24
HSV47°32°29°
CMYK 0.000.070.32   0.71
XYZ5.39055.78103.8493
Yxy5.78100.35890.3849
Hunter Lab24.0437-2.05757.3385
CIE-Lab28.8531-1.229511.6926

#494432 color RGB value is (73,68,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000100 00110010
Octal 111 104 62
Decimal 73 68 50
Hex 49 44 32

RGB Percentages of Color #494432

%38.22
%35.60
%26.18

CMYK Percentages of Color #494432

%0
%7
%32
%71

Triadic Colors of #494432

#494432 #324944 #443249

Analogous Colors of #494432

#494432 #434932 #493932

Monochromatic Colors of #494432

#494432

Complementary Color

#494432 #323749

#494432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494432 Color CSS Codes

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

#494432 Text Font Color

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

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


#494432 Background Color

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

This div background color is #494432


#494432 Border Color

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

This div border color is #494432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494432

#494432 Color Palettes


Comments

No comments written yet.

Please login to write comment.