Color Hex Logo

#494438 Color Hex

#494438
(73,68,56)
0 Favorites   0 Comments

Color spaces of #494438

RGB 736856
HSL0.120.130.25
HSV42°23°29°
CMYK 0.000.070.23   0.71
XYZ5.52865.83624.5765
Yxy5.83620.34680.3661
Hunter Lab24.1582-1.42735.6789
CIE-Lab28.9954-0.21628.0404

#494438 color RGB value is (73,68,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000100 00111000
Octal 111 104 70
Decimal 73 68 56
Hex 49 44 38

RGB Percentages of Color #494438

%37.06
%34.52
%28.43

CMYK Percentages of Color #494438

%0
%7
%23
%71

Triadic Colors of #494438

#494438 #384944 #443849

Analogous Colors of #494438

#494438 #464938 #493c38

Monochromatic Colors of #494438

#494438

Complementary Color

#494438 #383d49

#494438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494438 Color CSS Codes

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

#494438 Text Font Color

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

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


#494438 Background Color

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

This div background color is #494438


#494438 Border Color

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

This div border color is #494438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494438


Comments

No comments written yet.

Please login to write comment.