Color Hex Logo

#494028 Color Hex

#494028
(73,64,40)
0 Favorites   0 Comments

Color spaces of #494028

RGB 736440
HSL0.120.290.22
HSV44°45°29°
CMYK 0.000.120.45   0.71
XYZ4.96415.23652.7566
Yxy5.23650.38310.4041
Hunter Lab22.8834-1.32398.8761
CIE-Lab27.3982-0.163516.0979

#494028 color RGB value is (73,64,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000000 00101000
Octal 111 100 50
Decimal 73 64 40
Hex 49 40 28

RGB Percentages of Color #494028

%41.24
%36.16
%22.60

CMYK Percentages of Color #494028

%0
%12
%45
%71

Triadic Colors of #494028

#494028 #284940 #402849

Analogous Colors of #494028

#494028 #424928 #493028

Monochromatic Colors of #494028

#494028

Complementary Color

#494028 #283149

#494028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494028 Color CSS Codes

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

#494028 Text Font Color

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

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


#494028 Background Color

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

This div background color is #494028


#494028 Border Color

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

This div border color is #494028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494028


Comments

No comments written yet.

Please login to write comment.