Color Hex Logo

#494224 Color Hex

#494224
(73,66,36)
0 Favorites   0 Comments

Color spaces of #494224

RGB 736636
HSL0.140.340.21
HSV49°51°29°
CMYK 0.000.100.51   0.71
XYZ5.01435.44032.4549
Yxy5.44030.38840.4214
Hunter Lab23.3245-2.443810.0868
CIE-Lab27.9541-1.931519.2821

#494224 color RGB value is (73,66,36).

#494224 hex color red value is 73, green value is 66 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #494224 hue: 0.14 , saturation: 0.34 and the lightness value of 494224 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000010 00100100
Octal 111 102 44
Decimal 73 66 36
Hex 49 42 24

RGB Percentages of Color #494224

%41.71
%37.71
%20.57

CMYK Percentages of Color #494224

%0
%10
%51
%71

Triadic Colors of #494224

#494224 #244942 #422449

Analogous Colors of #494224

#494224 #3e4924 #493024

Monochromatic Colors of #494224

#494224

Complementary Color

#494224 #242b49

#494224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494224 Color CSS Codes

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

#494224 Text Font Color

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

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


#494224 Background Color

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

This div background color is #494224


#494224 Border Color

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

This div border color is #494224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494224


Comments

No comments written yet.

Please login to write comment.