Color Hex Logo

#494e31 Color Hex

#494E31
(73,78,49)
0 Favorites   0 Comments

Color spaces of #494e31

RGB 737849
HSL0.200.230.25
HSV70°37°31°
CMYK 0.060.000.37   0.69
XYZ6.02647.08703.9560
Yxy7.08700.35310.4152
Hunter Lab26.6214-6.17979.8244
CIE-Lab32.0042-7.536816.5245

#494e31 color RGB value is (73,78,49).

#494e31 hex color red value is 73, green value is 78 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #494e31 hue: 0.20 , saturation: 0.23 and the lightness value of 494e31 is 0.25.

The process color (four color CMYK) of #494e31 color hex is 0.06, 0.00, 0.37, 0.69. Web safe color of #494e31 is #336633. Color #494e31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001110 00110001
Octal 111 116 61
Decimal 73 78 49
Hex 49 4E 31

RGB Percentages of Color #494e31

%36.50
%39.00
%24.50

CMYK Percentages of Color #494e31

%6
%0
%37
%69

Triadic Colors of #494e31

#494e31 #31494e #4e3149

Analogous Colors of #494e31

#494e31 #3b4e31 #4e4531

Monochromatic Colors of #494e31

#494e31

Complementary Color

#494e31 #36314e

#494e31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494e31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494e31 Color CSS Codes

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

#494e31 Text Font Color

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

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


#494e31 Background Color

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

This div background color is #494e31


#494e31 Border Color

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

This div border color is #494e31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494e31


Comments

No comments written yet.

Please login to write comment.