Color Hex Logo

#494228 Color Hex

#494228
(73,66,40)
0 Favorites   0 Comments

Color spaces of #494228

RGB 736640
HSL0.130.290.22
HSV47°45°29°
CMYK 0.000.100.45   0.71
XYZ5.07895.46612.7949
Yxy5.46610.38070.4098
Hunter Lab23.3797-2.13799.2780
CIE-Lab28.0234-1.428616.9052

#494228 color RGB value is (73,66,40).

#494228 hex color red value is 73, green value is 66 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #494228 hue: 0.13 , saturation: 0.29 and the lightness value of 494228 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000010 00101000
Octal 111 102 50
Decimal 73 66 40
Hex 49 42 28

RGB Percentages of Color #494228

%40.78
%36.87
%22.35

CMYK Percentages of Color #494228

%0
%10
%45
%71

Triadic Colors of #494228

#494228 #284942 #422849

Analogous Colors of #494228

#494228 #404928 #493228

Monochromatic Colors of #494228

#494228

Complementary Color

#494228 #282f49

#494228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494228 Color CSS Codes

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

#494228 Text Font Color

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

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


#494228 Background Color

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

This div background color is #494228


#494228 Border Color

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

This div border color is #494228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494228


Comments

No comments written yet.

Please login to write comment.