Color Hex Logo

#494831 Color Hex

#494831
(73,72,49)
0 Favorites   0 Comments

Color spaces of #494831

RGB 737249
HSL0.160.200.24
HSV58°33°29°
CMYK 0.000.010.33   0.71
XYZ5.61946.27293.8204
Yxy6.27290.35760.3992
Hunter Lab25.0458-3.78098.4881
CIE-Lab30.0908-3.882913.9913

#494831 color RGB value is (73,72,49).

#494831 hex color red value is 73, green value is 72 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #494831 hue: 0.16 , saturation: 0.20 and the lightness value of 494831 is 0.24.

The process color (four color CMYK) of #494831 color hex is 0.00, 0.01, 0.33, 0.71. Web safe color of #494831 is #333333. Color #494831 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001000 00110001
Octal 111 110 61
Decimal 73 72 49
Hex 49 48 31

RGB Percentages of Color #494831

%37.63
%37.11
%25.26

CMYK Percentages of Color #494831

%0
%1
%33
%71

Triadic Colors of #494831

#494831 #314948 #483149

Analogous Colors of #494831

#494831 #3e4931 #493c31

Monochromatic Colors of #494831

#494831

Complementary Color

#494831 #313249

#494831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494831 Color CSS Codes

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

#494831 Text Font Color

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

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


#494831 Background Color

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

This div background color is #494831


#494831 Border Color

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

This div border color is #494831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494831


Comments

No comments written yet.

Please login to write comment.